Moderator: Moderators
elvis wrote:Se non sbaglio KDE ha una sezione apposita per configurare i touchpad, comunque: potresti essere più preciso su cosa non funziona? Il tap, il doppio tap, lo scroll, o cosa? I tasti fisici li rileva?
Inoltre guarda in /etc/X11/xorg.conf.d e dicci che file ci sono.
JamesRoot666 wrote:allora i tasti fisici funzionano ciò che non funziona è il pad quando ci passo il dito, ho già provato dalle impostazioni di sistema a riattivarlo e a riconfigurare tutti i tasti, ma niente da fare il touchpad continua a non funzionare, ho provato anche a reinstallare i driver per il touchpad ma nulla, ora provo a dare uno sguardo a xorg.conf.d e vi faccio sapere
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "Module"
Load "synaptics"
Load "glx"
Load "vbe"
Load "ddc"
Load "i2c"
EndSection
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection
# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
EndSection
# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
Return to Sabayon Linux Discussioni Generali
Users browsing this forum: No registered users and 2 guests