Transition from HAL to udev - mouse config

Simon Thum simon.thum at gmx.de
Mon May 17 13:05:52 PDT 2010


Am 14.05.2010 19:37, schrieb Dan Nicholson:
> On Thu, May 13, 2010 at 11:45 PM, Nikos Chantziaras <realnc at arcor.de> wrote:
>> <merge key="input.x11_options.FilterHalflife" type="string">5</merge>
>> <merge key="input.x11_options.FilterChainProgression"
>>       type="string">2</merge>
>> <merge key="input.x11_options.VelocityCoupling"
>>       type="string">0.15</merge>
>> <merge key="input.x11_options.FilterChainLength" type="string">8</merge>
>> <merge key="input.x11_options.Softening" type="string">true</merge>
>> ----
>>
>> With X.Org server 1.8 and HAL disabled, how to I configure the above?
In case you're referring to the exact settings, this is not possible.
The filter chain approach was replaced in 1.8, but of course it doesn't
hurt to keep the option values around. The coarser settings are
unchanged however.

Should your device really need such detailed tweaks, I'd like to hear
about it. The new algorithm sohuld work reliably against a greater range
of devices. It can be tweaked as well, the wiki page was updated
accordingly.

> 
> cat > /etc/X11/xorg.conf.d/90-mouse.conf << "EOF"
> Section "InputClass"
>     Identifier "My Mouse Tweaks"
>     Option "AccelerationProfile" "2"
>     Option "AdaptiveDeceleration" "2"
>     ...
> EndSection
> EOF
> 
> See the InputClass section in xorg.conf(5).
> 
> --
> Dan
> _______________________________________________
> xorg at lists.freedesktop.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: http://lists.freedesktop.org/mailman/listinfo/xorg




More information about the xorg mailing list