# modprobe -v fglrxinsmod /lib/modules/2.6.30-1-686/misc/fglrx.ko FATAL: Error inserting fglrx (/lib/modules/2.6.30-1-686/misc/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
# fglrxinfo X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0EndSectionSection "Files"EndSectionSection "Module"EndSectionSection "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us"EndSectionSection "InputDevice" Identifier "Configured Mouse" Driver "mouse"EndSectionSection "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true"EndSectionSection "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" BusID "PCI:1:0:0"EndSectionSection "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 EndSubSectionEndSection
То візьміть цю латку. Саме її частина і вирішує проблему. Або, ще краще, просто звантажте відповідний пакунок.Цю проблему було вирішено буквально декілька днів тому.Edit:Поправочка: існують повідомлення, що не вирішено. Якщо це так, вам нічого не залишається як чекати.
--- common/lib/modules/fglrx/build_mod/firegl_public.c+++ common/lib/modules/fglrx/build_mod/firegl_public.c@@ -2308,7 +2308,7 @@ * kernel < 2.6.27, on_each_cpu has 4 parameters. * kernel >= 2.6.27, on_each_cpu has 3 parameters (removed the "retry" parameter) */-#if defined(__x86_64__) && (defined(__SMP__) || defined(CONFIG_SMP)) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) +#if defined(CONFIG_SMP) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)) on_each_cpu(KCL_flush_tlb_one, &va, 1, 1); # else
Хм, наклав латку, результат такий же Може я неправильно її накладав?я робив це так#./ati.run --extract src#cd src#patch -p1 < p.patch (p.patch - файл з кодом латки)#./ati-installer.sh 8.62 --install
Порившись в логах іксів, зробив висновок, що проблема з мишкою і клавою. Це пітверджує і те, що при запуску gdm з консолі мишка і клава не пашуть, хоча комп не зависає.