Saturday, May 4, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1152  / 1 Year ago, wed, december 14, 2022, 11:07:56

I'm not able to scroll by my touchpad after reboot. When I set from System > Preferences > Pointing devices the vertical scrolling, it works till reboot.



My X11 current configuration is:



Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics Touchpad"
EndSection

Section "Device"
Identifier "Intel_IEGD-0"
Driver "emgd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "PortDrivers" "lvds"
Option "ALL/1/name" "lvds-display"
Option "ALL/1/General/PortOrder" "40000"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/General/VideoRAM" "131072"
Option "ALL/1/Port/4/General/name" "LVDS"
# Option "ALL/1/Port/4/General/Rotation" "0"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/Attr/70" "0"
Option "ALL/1/General/Accel" "1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Intel_IEGD-0"
Monitor "LVDS"
SubSection "Display"
Depth 24
Modes "1366x768"
EndSubSection
EndSection

Section "Monitor"
Identifier "LVDS"
ModelName "LCD Panel 1366x768"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "composite" "enable"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "True"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "SHMConfig" "True"
Option "HorizScrollDelta" "0"
EndSection

More From » configuration

 Answers
1

I'm a bit surprised to see a pointer still in the X11 configuration file, that's quite a legacy way of doing things. I expect it is these settings that are overriding the changes you make every time.



Unless you already know you specifically need to configure your device using the xorg.conf (i.e. nvidia drivers) you can try taking the 'input device' section out of the file (don't forget the entry under "server layout" too.)



Backup your configuration before you try this, so if you do lose your mouse you can simply open a terminal (CTRL + ALT + T) and restore the file using the keyboard.


[#44554] Friday, December 16, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
amencisiv

Total Points: 9
Total Questions: 102
Total Answers: 118

Location: Tajikistan
Member since Tue, Mar 21, 2023
1 Year ago
amencisiv questions
Wed, Dec 28, 22, 12:58, 1 Year ago
Wed, Sep 28, 22, 18:24, 2 Years ago
Fri, May 13, 22, 19:08, 2 Years ago
;