View Full Version : problema mouse e configurazione xorg
ciao a tutti! Ho un problema con il mouse usb che utilizzo su ubuntu, è un logitech standard a due tasti + scroll, ma mentre su xp non da problemi su linux funziona a scatti oppure ogni tanto la freccia si muove in una direzione arbitraria (LOL) visto che è collegato a un portatile potrebbe essere che il mousepad integrato vada in conflitto? nel caso come posso risolvere? Credo di aver capito girando nei vari forum di dover editare lo xorg.conf ma in che modo? grazie mille !
ilsensine
21-11-2007, 18:47
Allegalo (/usr/X11/xorg.conf) e vediamo.
Temo che il tuo mouse non è proprio "standard" come credi, forzando il protocollo PS/2 dovresti risolvere ma probabilmente ti perdi la rotellina.
scusa il ritardo ma ero fuori, ecco posto tutto xorg.conf dato che non so quale parte sia di interesse, cmq sono abbastanza convinto che il modello del mouse logitech sia standard ho anche guardato nel sito logitech e non esistono driver diciamo "ottimizzati" per modelli particolari che assomiglino al mio (ho guardato i driver windows) per cui dico che è standard.
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "S3 Inc. 86C270-294 Savage/IX-MV"
Driver "savage"
BusID "PCI:0:4:0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "S3 Inc. 86C270-294 Savage/IX-MV"
Monitor "Monitor Generico"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
grazie mille dell'aiuto :-)
ilsensine
22-11-2007, 19:28
Se cambi "ImPS/2" in "PS/2" cambia qualcosa?
X-Ciccio
23-11-2007, 18:47
Se cambi "ImPS/2" in "PS/2" cambia qualcosa?
Scusa, che differenza c'e'? E "psaux" cosa e' invece?
ilsensine
23-11-2007, 19:04
Scusa, che differenza c'e'? E "psaux" cosa e' invece?
ps/2 e imps/2 sono protocolli. ps aux in genere è un connettore ps/2.
mi scuso per non essermi fatto più sentire ma nel frattempo il mio pc ha avuto qualche problema e non potevo avviarlo per modificare i protocolli del mouse, cmq sostituendo con PS/2 la situazione non mi sembra migliorata in maniera netta..forse a questo punto è un problema del mouse stesso? però su XP nn da questo tipo di problemi..
prova magari ad avviare con qualche live (es. knoppix). Se funziona, vedi quale protocollo usa il mouse e e, se è il caso, modifichi opportunamente l'xorg.conf
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.