HAL, FDI and inverted mouse

View: New views
2 Messages — Rating Filter:   Alert me  

HAL, FDI and inverted mouse

by Phil Roan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
_______________________________________________
hal mailing list
hal@...
http://lists.freedesktop.org/mailman/listinfo/hal

Re: HAL, FDI and inverted mouse

by Dan Nicholson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Aug 27, 2009 at 3:52 PM, Phil Roan<proan@...> 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
_______________________________________________
hal mailing list
hal@...
http://lists.freedesktop.org/mailman/listinfo/hal