Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 7508  / 1 Year ago, tue, february 14, 2023, 4:02:13

How to enable SHMconfig on Ubuntu 11.04?
I'm trying to change touchpad's configuration on run-time, but can't because it needs for SHMconfig to be enabled, how can I do that?


More From » xorg

 Answers
5

I think you can add Option "SHMConfig" "true to /usr/share/X11/xorg.conf.d/50-synaptics.conf which may look like this:



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "SHMConfig" "true"
EndSection


Or temporarily you can do synclient SHMConfig=1 in terminal to check the behaviour you want.


[#44482] Wednesday, February 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tudatchful

Total Points: 270
Total Questions: 109
Total Answers: 122

Location: Palau
Member since Tue, May 30, 2023
1 Year ago
;