Вы здесь

Мышь PS/2 и Xorg 7.1

Поставил Xorg 7.1 - запустил - не работает мышь... Драйвер: xf86-input-mouse-1.1.1, причем со старым драйвером (xf86-input-mouse-1.0.4) всё работало... При попытке скомпилить старый драйвер (ACCEPT_KEYWORDS="x86" emerge xf86-input-mouse) компилятор ругается... Если ничего не насоветуете то выложу эту ругань - а то без мыши ее в лом набирать... :-) P.S. Мышь обычная USB... C колесом... P.P.S. Помогите плиз - а то фигово
без мыши в новом GNOME 2.16 :(((((((((((((((((((((((

Мой xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4200 AGP 8x]"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Что должно быть включено в ядре для мыши? Да и вот еще казус - при подключении через переходник (т.е. не в USB) мышь в Иксах работает, но двигается рывками... Так что симптомы на ядро не очень то похожи... :-(
Через X -verbose мне удалось выяснить что выяснить что протокол моей мыши "ExplorerPS/2" (к слову сказать live cd ubuntu его тоже так определил - там мышь работает... Дорассуждался - дело явно не в ядре :-) ) Хотя раньше - на Xorg 7.0 и PS/2 протокол прекрасно срабатывал... P.S. Простите за такие длинные речи - гуманитарий как-никак! :-)