HAL, FDI and inverted mouse

Dan Nicholson dbn.lists at gmail.com
Mon Aug 31 16:03:05 PDT 2009


On Thu, Aug 27, 2009 at 3:52 PM, Phil Roan<proan at u.washington.edu> wrote:
> Try replacing the merge line:
>
> <merge key="input.x11_options.InvY" type="bool">true</merge>
>
> with an append line, changing option and type:
>
> <append key="input.x11_options.InvertY" type="string">1</append>
>
> If the InvY option doesn't show up when you use lshal, then you'll need to
> use the append line to add it.

The important part here is using type="string". The X server only
reads string keys and interprets them the same way that it does
'Option "Foo" "no"' in xorg.xonf.

--
Dan


More information about the hal mailing list