Подскажите пожалуйста...
Обновил сегодня ядро до 2.6.31-19, после ребута не поднялся компиз. Дрова проприетарные стояли. Ну думаю, велика беда - смотрю xorg.conf, там собственно всё без изменений, но на всякий случай сделал aticonfig --initial -f, перезапустил X - никаких изменений, xorg.conf по-прежнему в порядке (вот он на всякий случай)
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "UseFastTLS" "1"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Ни 2D, ни 3D ускорение судя по всему не работает. Вот, что показывает fglrxinfo:
jonny@JONNY:~$ fglrxinfo
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 157 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 20
Current serial number in output stream: 20
jonny@JONNY:~$ glxinfo | grep render
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 157 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 20
Current serial number in output stream: 20
jonny@JONNY:~$ glxinfo | grep -i opengl
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 157 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 20
Current serial number in output stream: 20
Catalyst не запускается...
Драйвера на всякий случай обновил. Тоже никакого результата
В общем не могу пока понять с чем это связано, может у кого-то есть идеи?