premetto configurazione del pc:
AMD Athlon64 3700
chipset nVidia Nforce4 (ck804)
video GeForce 6800 Ultra
Tastiera standard PS/2
mouse USB wireless Logitech MX610
fino a venerdì tutto funzionava regolarmente, se non che sabato mattina scollego il pc e lo sposto per motivi di spazio, dopo averlo ricollegato e riacceso il mouse inizia a comportarsi stranamente:
muovo il mouse su/giu --> nessun effetto
muovo il mouse a dx/a sx --> il cursore si sposta in basso e in alto
muovo la rotellina --> nessun effetto
i click vengono effettuati normalmente, pre tutti e 3 i tasti
questo accade sia da gpm che sotto xorg
venerdì non ho installato/aggiornato nessun pacchetto , neppure sabato
il mouse PS/2 si comporta regolarmente
Kernel utilizzato: 2.4.31
Kde 3.5 (se può servire)
Posto /etc/X11/xorg.conf
Codice: Seleziona tutto
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "USB Mouse" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "PS2 Mouse" "SendCoreEvents"
EndSection
Section "Files"
# ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
# Load "speedo"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "PS2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40.0 - 90.0
EndSection
Section "Device"
Identifier "VESA Framebuffer"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


