Добрый день! Использую kubuntu 10.04. После установки fglrx стало происходить вот что: переход из X на терминал осуществляется не только по Ctrl-Alt-Fn, но и по Alt-Fn (что очень неудобно). Лечится это перезапуском иксов. С mesa таких проблем не было.
Видео-карта Mobility Radeon HD 2400, ati-драйвер 10 версии, версия ядра 2.6.35. fgl_glxgears летает, других глюков не замечено.
Вот xorg.conf:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
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"
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
Как исправить, чтобы из X переходить на терминал по Ctrl-Alt-Fn, а не Alt-Fn?