Difference between revisions of "Talk:UltraNav"

From ThinkWiki
Jump to: navigation, search
m
Line 5: Line 5:
  
 
- colo
 
- colo
 +
 +
 +
 +
Yes there is with the very latest distributions like Fedora 10 with updates applied create a file like this:
 +
 +
/etc/hal/fdi/policy/disable-touchpad.fdi
 +
<pre>
 +
<match key="info.product" string="SynPS/2 Synaptics TouchPad">
 +
<merge key="input.x11_options.TouchpadOff" type="string">1</merge>
 +
</match>
 +
</pre>
 +
 +
--[[User:Tonko|Tonko]] 00:18, 14 February 2009 (UTC)

Revision as of 02:18, 14 February 2009

Is there a reliable way to turn off the touchpad and the lowermost buttons, but leave the other functions (trackpoint and three buttons above the pad) not tampered with? Thanks for input!

Update: Nevermind, I just found the BIOS-option to disable it :D

- colo


Yes there is with the very latest distributions like Fedora 10 with updates applied create a file like this:

/etc/hal/fdi/policy/disable-touchpad.fdi

<match key="info.product" string="SynPS/2 Synaptics TouchPad">
 <merge key="input.x11_options.TouchpadOff" type="string">1</merge>
</match>

--Tonko 00:18, 14 February 2009 (UTC)