[ltp] Re: I cannot get TrackPoint mid-button scrolling...

Volker Braun linux-thinkpad@linux-thinkpad.org
Fri, 6 Jun 2008 18:26:37 +0000 (UTC)


Add the following to your /etc/X11/xorg.conf in order to stop evdev from 
auto(mis-)configuring:

Section "ServerFlags"
        Option "AutoAddDevices" "false"
EndSection

See also http://vbraun.name/cms/node/7

Cheers,
Volker



On Tue, 03 Jun 2008 11:04:05 +0200, Adam Sloboda wrote:
> I had to _remove_ evdev driver from X.org 7.3 and then my old
> configuration started to work exactly as it did in 7.1.  But it was
> quite a mystery, there seems to be some autoconfiguration conflict...