Fedora 7 – Disabilitare il touchpad synaptics su KDE

Occorre modificare il proprio xorg.conf.
Allego di seguito il mio:

###################### xorg.conf #############################################################àà

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

## Mouse by maox
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "SHMConfig" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
#Option "Device" "/dev/input/mice"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"

Option "SendCoreEvents" "true"
#Option "Device" "/dev/psaux"
#Option "Protocol" "auto-dev"
#Option "HorizScrollDelta" "0"
#Per abilitare gsynaptics
Option "SHMConfig" "true"

EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1400×1050"
HorizSync 31.5 – 90.0
VertRefresh 59.0 – 75.0
Option "dpms"
Option "ForceBIOS" "1024×768=1400×1050"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "intel"
#Option "ForceBIOS" "1024×768=1400×1050"
#BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
# DefaultDepth 16
SubSection "Display"
Viewport 0 0
# Depth 16
Depth 24
Modes "1400×1050" "1024×768" "800×600" "640×480"
# Modes "1400×1050"
EndSubSection
EndSection

#########################################################################################

Occorre prestare attenzione alla sezione ServerLayout
InputDevice "Mouse" "CorePointer"
InputDevice "Synaptics" "CorePointer"

e alle relative due sezioni di inputdevice
in particolare occorre aggiungere la direttiva
Option "SHMCONFIG" "on"

Poi installa il pacchetto ksynaptics e tutte le dipendenze.
Il comando è
"sudo yum install ksynaptics".

Poi nel menu di KDE "KDE Menu", nel Centro di Controllo, Nella sezione "Periferiche" trovi
Touch Pad

Se ti da errore riavvia X

Adesso tutto dovrebbe funzionare, nel centro di controllo di kde puoi trovare la sezione
touchpad dala quale attivare e disattivare il touchpad.
Inoltre compare nella barra delle applicazioni una icona per configurare e abilitare/disattivare il touchpad.
L'attivazione o la disabilitazione può essere ottenuta anche con la sequenza Ctrl-Alt-Q

Spero sia utile.
Fatemi sapere 🙂
Ciao
MaoX

Related Posts