<div class="gmail_quote">Don&#39;t know if any of you could help out.&nbsp; I&#39;ve posted in the ubuntu
forums to no avail, but if you could help or point me to a more
knowledgeable mailinglist/forum i would appreciate that too.<br><br>I&#39;m
trying to invert the Y axis on my mouse (mainly because Perfect World
Int. doesn&#39;t have an ability to do this in game) and I&#39;m old school
gamer, so I can&#39;t function without it inverted.&nbsp; Anyways, so before
8.10 (at least i think so) you would just add this line to your
xorg.conf file in the input device section:<br>
<br>Option InvY &quot;true&quot;<br><br>Now xorg or something uses HAL and you have to create an FDI file (which i&#39;ve done):<br><br><pre dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 146px; text-align: left;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;deviceinfo version=&quot;0.2&quot;&gt;<br> &lt;device&gt;<br>  &lt;match key=&quot;input.x11_driver&quot; contains=&quot;mouse&quot;&gt;<br>   &lt;merge key=&quot;input.x11_options.InvY&quot; type=&quot;bool&quot;&gt;true&lt;/merge&gt;<br>

<br>  &lt;/match&gt;<br> &lt;/device&gt;<br>&lt;/deviceinfo&gt;</pre><br clear="all">and this is seen by running lshal:<br><br>for my touchpad:<br><br><pre dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;">
input.x11_driver = &#39;synaptics&#39;  (string)<br>  input.x11_options.InvY = true  (bool)</pre><br><br>and then my usb mouse:<br><br><pre dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 290px; text-align: left;">
&lt; udi = &#39;/org/freedesktop/Hal/devices/usb_device_46d_c51b_noserial_if0_logicaldev_input&#39;<br>&lt;   info.capabilities = {&#39;input&#39;, &#39;input.mouse&#39;} (string list)<br>&lt;   info.category = &#39;input&#39;  (string)<br>

<br>&lt;   info.parent = &#39;/org/freedesktop/Hal/devices/usb_device_46d_c51b_noserial_if0&#39;  (string)<br>&lt;   info.product = &#39;Logitech USB Receiver&#39;  (string)<br>&lt;   info.subsystem = &#39;input&#39;  (string)<br>

<br>&lt;   info.udi = &#39;/org/freedesktop/Hal/devices/usb_device_46d_c51b_noserial_if0_logicaldev_input&#39;  (string)<br>&lt;   input.device = &#39;/dev/input/event11&#39;  (string)<br>&lt;   input.originating_device = &#39;/org/freedesktop/Hal/devices/usb_device_46d_c51b_noserial_if0&#39;  (string)<br>

<br>&lt;   input.product = &#39;Logitech USB Receiver&#39;  (string)<br>&lt;   input.x11_driver = &#39;evdev&#39;  (string)<br>&lt;  <font size="6"> input.x11_options.InvY = true  (bool)</font><br>&lt;   linux.device_file = &#39;/dev/input/event11&#39;  (string)<br>

<br>&lt;   linux.hotplug_type = 2  (0x2)  (int)<br>&lt;   linux.subsystem = &#39;input&#39;  (string)<br>&lt;   linux.sysfs_path = &#39;/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1:1.0/input/input12/event11&#39;  (string)</pre>


<br><br>So it should be working, but it doesn&#39;t invert the mouse.&nbsp; Anyone know what the problem is?<br><br>BTW: i have also tried the following to no avail:<br clear="all"><pre dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 146px; text-align: left;">
&lt;merge key=&quot;input.x11_options.InvY&quot; type=&quot;string&quot;&gt;true&lt;/merge&gt;</pre>
<br>-- <br>Sincerely, <br><br>MacNean C. Tyrrell<br>
<br></div><br><br clear="all"><br>-- <br>Sincerely, <br><br>MacNean C. Tyrrell<br>