You are not logged in.
Problem:
When I enable autoadddevices option in xorg.conf,I can use both of my trackpoint and touchpad.But I cannot scroll with the red button + middle button.
When I disable autoadddevices in xorg.conf,I can scroll with red button + middle button, but the touchpad don't work.
Someone knows how to solve this problem?
I explored the Xorg.log.0,when I enable autoadddevices , the trackpoint's EnmurateaWheelButton is not 2.When I disable autoadddevices ,the value of EmurateWheelBUtton is what I set in xorg.conf.
Xorg.conf is like this(may be something not correct , because I write it all by my memory)
Section "server layout"
....
inputdevice "track pointer"
inputdevice "touch pad"
....
EndSection
Section "server flags"
...
Option "autoadddevices" "false". (when I set this value true ....)
...
Endsection
Section"input device"
Identifier "track pointer"
...
Option "EnmurateWheelButton" "2". (this value is not what I set according to Xorg.log.0)
End section
Section"input device"
Identifier "touch pad
...
End section
Offline
Please use code tags when posting code.
You should not have to touch any X.org configurations for proper behavior. I didn't have to with my Thinkpad.
Do you have the xf86-input-synaptics package installed?
Offline
Please use code tags when posting code.
You should not have to touch any X.org configurations for proper behavior. I didn't have to with my Thinkpad.
Do you have the xf86-input-synaptics package installed?
Yes,I installed this package.
I checked configures in xorg.cong.d, no one redefined EnmurateaWheelButton .
Offline
I assume you looked at this already?
Offline