mi secca molto il fatto che a volte digitando tocchi inavvertitamente il touchpad col risultato che mi si sposta il cursore, quindi ho provato a cercare un po', e il risultato delle ricerche è stato che pare debba usare gsynaptics. Il problema è che, una volta installato, quando provo ad usarlo mi riporta il seguente errore:
Codice: Seleziona tutto
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynapticsCodice: Seleziona tutto
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "ServerLayout"
InputDevice "Synaptics Touchpad" "AlwaysCore"
Identifier "Main Layout"
EndSection
Section "Module"
Load "glx"
Load "db"
Load "synaptics"
EndSection
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "HorizScrollDelta" "0"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.015"
Option "Emulate3Buttons" "on"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "ModeValidation" "NoTotalSizeCheck"
Option "NoLogo" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "RenderAccel" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "True"
Option "DAMAGE" "True"
EndSectionQualcuno mi saprebbe gentilmente aiutare? Grazie in anticipo.
Smt.

