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.confScorretelo 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
Section “InputDevice”dopo la precedente sezione aggiungete:
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
Non c’è ancora nessun commento.
Lascia un commento
-
Archivi
- Marzo 2009 (1)
- Giugno 2008 (1)
- Maggio 2008 (1)
- Aprile 2008 (1)
- Marzo 2008 (1)
- Febbraio 2008 (5)
- Gennaio 2008 (5)
-
Categorie
-
RSS
Ingressi RSS
Commenti RSS