You are not logged in.

#1 2012-08-02 22:39:18

Hacksign
Member
Registered: 2012-07-30
Posts: 137

thinkpad trackpoint touchpad and mouse can not be correct configured

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

#2 2012-08-03 05:56:20

Hspasta
Member
Registered: 2011-12-24
Posts: 189
Website

Re: thinkpad trackpoint touchpad and mouse can not be correct configured

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

#3 2012-08-03 06:03:07

Hacksign
Member
Registered: 2012-07-30
Posts: 137

Re: thinkpad trackpoint touchpad and mouse can not be correct configured

Hspasta wrote:

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

#4 2012-08-03 14:54:23

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: thinkpad trackpoint touchpad and mouse can not be correct configured

I assume you looked at this already?

Offline

Board footer

Powered by FluxBB