|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: May 2005
Città: Modena
Messaggi: 276
|
Configurare il touchpad e mouse mx1000
Ragazzi sapete dirmi come si configura il mouse Logitech MX1000 e il touchpad del portatile nel file xorg?
Sto provando in tutti i modi anche con la guida sul wiki, ma il massimo che ho ottenuto è stato il funzionamento del mouse e del touchpad contemporaneamente, ma le funzioni del touchpad sono disabilitate.. il mio xorg.conf Codice:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Logitech MX1000"
EndSection
Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
Option "HWHEELRelativeAxisButtons" "7 6"
EndSection
#Section "InputDevice"
# Identifier "Synaptics Touchpad"
# Driver "synaptics"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "HorizEdgeScroll" "0"
# Option "SHMConfig" "on"
# Option "CorePointer" "true"
#EndSection
Come posso risolvere il problema???
__________________
andrew |
|
|
|
|
|
#2 |
|
Member
Iscritto dal: May 2006
Messaggi: 229
|
Per far funzionare mouse + touchpad la sezione Section "ServerLayout" deve essere così
Codice:
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "MouseSynaptics" "AlwaysCore"
InputDevice "MouseUsb" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Per le funzioni del touchpad, ti conviene usare i driver synaptics ( disponibili qui ) e poi configurarli a manina in xorg.conf, ti posto i miei su un portatile Toshiba Codice:
Section "InputDevice" Driver "synaptics" Identifier "MouseSynaptics" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "AlwaysCore" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" EndSection # USB mouse Section "InputDevice" Identifier "MouseUsb" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection In caso ti allego il mio file xorg.conf completo ^^ ByeBye
__________________
Una volta eliminato l'impossibile, quello che resta, per improbabile che sia, dev'essere la verità http://timestop.netsons.org/ -> il blog sull'informatica |
|
|
|
|
|
#3 |
|
Member
Iscritto dal: May 2005
Città: Modena
Messaggi: 276
|
nulla da fare ho provato a fare come dici tu ma non funziona ne il mouse ne il touchpad.. allego quello che ho modificato secondo tue istruzioni.. forse c sn errori..
__________________
andrew |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 15:29.



















