Touchpad Edge Scrolling with Dell Inspiron 1545
Tofloor
poster avatar
sujan
deepin
2017-05-03 02:22
Author
Hi,
I have just installed Deepin 15.4 on my Dell Inspiron 1545. My Touchpad works everything fine but there is no edge scrolling activated. I couldn't find how to activate the edge scrolling in control settings. Is there any problem with my driver or what should I do to activate it?
Reply Favorite View the author
All Replies
levinit
deepin
2017-05-03 06:09
#1
settings-->  touchpad-->edge scroll(enable the option)
---

Reply View the author
sujan
deepin
2017-05-03 07:18
#2
https://bbs.deepin.org/post/138819
settings-->  touchpad-->edge scroll(enable the option)
---

There is no option to enable the edge scroll. There are only two options.
-Pointer Speed
-Tap to click
Reply View the author
michaeljayt
deepin
2017-05-03 17:35
#3
  1. # Enable edge scroll
  2. gsettings set com.deepin.dde.touchpad edge-scroll-enabled  true
  3. # Enable two-fingers vertical scroll
  4. gsettings set com.deepin.dde.touchpad vert-scroll-enabled  true
  5. # Enable two-fingers horizontal scroll
  6. gsettings set com.deepin.dde.touchpad horiz-scroll-enabled true
Copy the Code


You can enable both two-fingers vertical scroll and edge scroll if you have xf86-input-synaptics drivers, or you can just enable one of them if you have only xf86-input-libinput.
Reply View the author
sujan
deepin
2017-05-03 23:11
#4
https://bbs.deepin.org/post/138819
You can enable both two-fingers vertical scroll and edge scroll if you have xf86-input-synaptics d ...

Thank you michaeljayt. It worked.
<>
Reply View the author
s***0@yahoo.com
deepin
2023-06-17 03:51
#5
michaeljayt
  1. # Enable edge scroll
  2. gsettings set com.deepin.dde.touchpad edge-scroll-enabled  true
  3. # Enable two-fingers vertical scroll
  4. gsettings set com.deepin.dde.touchpad vert-scroll-enabled  true
  5. # Enable two-fingers horizontal scroll
  6. gsettings set com.deepin.dde.touchpad horiz-scroll-enabled true
Copy the Code


You can enable both two-fingers vertical scroll and edge scroll if you have xf86-input-synaptics drivers, or you can just enable one of them if you have only xf86-input-libinput.

This did work, but I have to type it in the terminal on every single boot.

Any fixes?

Reply View the author