# glxinfo
name of display: :0.0
Segmentation fault
# dmesg
[236304.868644] glxinfo[13081]: segfault at 4 ip b7f95b0e sp bf9cc070 error 4 in libGL.so.1.2[b7f32000+a6000]
Собственно из за чего такое может происходить? И что сделать, чтобы оно работало?
# lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series
01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Minimal layout"
Screen "Screen0" 0 0
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Monitor"
Identifier "lpla101|0"
DisplaySize 370 230
EndSection
Section "Device"
Identifier "Card0|0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
Monitor "lpla101|0"
DefaultDepth 24
SubSection "Display"
Modes "1440x900" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720"
"1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600"
"720x576" "640x480"
EndSubSection
EndSection
# grep "(EE)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
#
# grep "(WW)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) RADEON(0): LVDS Info:
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0x00df00d0 is: 0x00df00d0
(WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0x00030000