Questions tagged [synclient]

13 questions
18
votes
1 answer

synclient does not find synaptics properties despite Synaptics Touchpad in xinput list

I upgraded my Fedora notebook to Fedora 22 yesterday. With that, synclient stopped working: Couldn't find synaptics properties. No synaptics driver loaded? Nevertheless, xinput list shows: ⎡ Virtual core pointer id=2 …
Jonas Schäfer
  • 1,753
  • 2
  • 14
  • 25
15
votes
1 answer

Thinkpad disable TrackPoint

I have a new thinkpad x220t running Arch Linux. There seems to be a problem in the products hardware architecture as the TrackPoint is moving when you convert the thinkpad into tablet mode and put pressure on the screen. Therefore I'd like to…
Momo
  • 745
  • 1
  • 9
  • 17
8
votes
1 answer

Power saving enables touchpad

I've installed power saving packages (bumblebee, laptop-mode-tools, and cpufreq) to my laptop with Debian Wheezy. Thanks to that I decrease power usage from 32W to 10W. But now I faced the issue that I can't disable touchpad. I wrote simple script…
7
votes
4 answers

How can I enable/disable the synaptics touchpad in Debian 9 with libinput?

I recently upgraded from Debian 8, to Debian 9 stretch. Apparently they no longer utilize synaptics /synclient to control touch-pad input. What I am looking for is a simple command to enable or disable touch-pad functionality on demand, with…
bitbox
  • 131
  • 1
  • 1
  • 5
5
votes
1 answer

How to create script that toggles one value in synclient?

I use synclient touchpadoff=1 to disable touchpad and synclient touchpadoff=0 to enable touchpad. $synclient | grep TouchpadOff TouchpadOff = 1 I'd like to create script that will toggle this value. Then I will bind to key in…
kravemir
  • 4,014
  • 4
  • 33
  • 48
3
votes
2 answers

Command to toggle on/off touchpad in Xfce

I have found similar questions: How can I set a keyboard shortcut to toggle on/off e.g. the trackpad? and How to set a toggle on linux (True or False) bash command? But these are gnome-based, their solutions use gsettings commands, which don't work…
cipricus
  • 1,386
  • 13
  • 42
3
votes
2 answers

How can I disable my Lenovo touchpad with i3?

I would like to disable my touchpad with i3. Previously I was using XFCE and I was using the GUI to do this. How can I do this in i3 too?
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290
3
votes
1 answer

Touchpad absolute coordinates

Since a while ago, synclient no longer supports the -m (monitor) option (that could be used to obtain absolute coordinates from a touchpad). I'm looking for a good, portable way to obtain absolute coordinates from a touchpad that doesn't require…
nijoakim
  • 271
  • 2
  • 9
1
vote
2 answers

How to add mega repo in Arch Linux

How can I add the Mega repository to Arch Linux? Already add this in my pacman.conf [DEB_Arch_Extra] SigLevel = Required TrustedOnly Server = https://mega.nz/linux/MEGAsync/Arch_Extra/$arch But I am getting this error: ❯ nocorrect sudo pacman…
Madhubala
  • 304
  • 1
  • 12
1
vote
1 answer

Xmodmap on bashrc not working

Possible Duplicate: Why won’t my xmodmap command run on startup/login? I have my .bashrc file with the three following commands: xmodmap ~/.xmodmap synclient TapButton2=2 synclient ClickFinger2=3 They are supposed to execute when I log in,…
1
vote
0 answers

Add real dead zone in Synaptics Touchpad Driver

I know this has been asked a lot before, but after 2 days of reading I still have not found a fix. I have a new Dell XPS 15 which does not have physical buttons on the touchpad. The problem is that if I rest my finger on the button area in order to…
niko
  • 111
  • 1
0
votes
1 answer

How to disable left edge scrolling in touchpad with synclient command?

I have disabled the right edge scrolling in touchpad by running: synclient VertEdgeScroll=0 But, this only disables the right edge scrolling, my left edge can still scroll. I have no ideas why. I even execute synclient HorizEdgeScroll=0 which…
sgon00
  • 347
  • 1
  • 2
  • 14
0
votes
1 answer

Synaptics touchpad loses its settings intermittently

From time to time, the Synaptics touchpad on my Samsung N145 Plus will lose "advanced features", like scroll area on the right side. I used to have a script to take care of this, IIRC by doing sudo rmmod psmouse sudo modprobe psmouse But now, this…
appas
  • 201
  • 1
  • 2
  • 7