Flowing72’s Weblog

Linux Ubuntu al 100%

Scroll pagine con il touchpad del notebook

Avete notato che il touchpad del vostro notebook non funziona con Ubuntu?

Niente paura, potete risolvere il problema così:

aprite il file /etc/X11/xorg.conf con:

sudo gedit /etc/X11/xorg.conf

Scorretelo e trovate la sezione “InputDevice” che dovrebbe essere simile a questa:

Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ExplorerPS/2″
Option “ZAxisMapping” “4 5″
Option “Emulate3Buttons” “true”
EndSection

dopo la precedente sezione aggiungete:

Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizScrollDelta” “0″
Option “SHMConfig” “on”
EndSection

poi trovate questa sezione:

Section “ServerLayout”
Identifier “Default Layout”
Screen “Default Screen”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “stylus” “SendCoreEvents”
InputDevice “cursor” “SendCoreEvents”
InputDevice “eraser” “SendCoreEvents”
EndSection

ed aggiungete la stringa:

InputDevice “Synaptics Touchpad”

Salvate e chiudete xorg.conf, riavviate il server x con Ctrl+ALt+Backspace e ualhà, il touchpad funziona!

Fonte: Forum Ubuntu-it

19 Gennaio 2008 - Pubblicato da flowing72 | Hardware | | Ancora nessun commento.

Non c’è ancora nessun commento.

Lascia un commento