Jan
10
ThinkPad R61 Trackpoint and Touchpad on Ubuntu 8.10
zz from http://www.ubuntu-tw.org/modules/planet/view.article.php?1475
ThinkPad R61 Trackpoint and Touchpad on Ubuntu 8.10
作者:ajer001 | 來自:阿駕零零壹 © 學習筆記 | 2008/11/24 10:00:10
這幾天真是 R61on Ubuntu 8.10 連發,哈哈哈。
環境:
OS : Ubuntu 8.10 Intrepid Ibex, 64bit
NB : ThinkPad R61 7743
其實 Ubuntu 8.10 安裝後,已經可以正確抓到小紅點(TrackPoint)和觸控板(TouchPad)了,可是小紅點搭配中鍵的瀏覽功能沒辦法用、Fn+F8 也無法關閉觸控版,所以要額外處理一下。
Scrolling with Trackpoint
建立一個新檔案「/etc/hal/fdi/policy/mouse-wheel.fdi」,內容是:
重開機後就可以了。
Enabe Touchpad On/Off Key
建立「/etc/hal/fdi/policy/shmconfig.fdi」,內容是:
重開機後就可以用 Fn + F8 來切換開關了。
不知道怎麼樣預設關閉?他對我實在很沒用啊 :p
转载请注明出自 ,如是转载文则注明原出处,谢谢:)
RSS订阅地址: https://www.felix021.com/blog/feed.php 。
ThinkPad R61 Trackpoint and Touchpad on Ubuntu 8.10
作者:ajer001 | 來自:阿駕零零壹 © 學習筆記 | 2008/11/24 10:00:10
這幾天真是 R61on Ubuntu 8.10 連發,哈哈哈。
環境:
OS : Ubuntu 8.10 Intrepid Ibex, 64bit
NB : ThinkPad R61 7743
其實 Ubuntu 8.10 安裝後,已經可以正確抓到小紅點(TrackPoint)和觸控板(TouchPad)了,可是小紅點搭配中鍵的瀏覽功能沒辦法用、Fn+F8 也無法關閉觸控版,所以要額外處理一下。
Scrolling with Trackpoint
建立一個新檔案「/etc/hal/fdi/policy/mouse-wheel.fdi」,內容是:
引用
<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>
重開機後就可以了。
Enabe Touchpad On/Off Key
建立「/etc/hal/fdi/policy/shmconfig.fdi」,內容是:
引用
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="input.x11_driver" string="synaptics">
<merge key="input.x11_options.SHMConfig" type="string">True</merge>
</match>
</device>
</deviceinfo>
<deviceinfo version="0.2">
<device>
<match key="input.x11_driver" string="synaptics">
<merge key="input.x11_options.SHMConfig" type="string">True</merge>
</match>
</device>
</deviceinfo>
重開機後就可以用 Fn + F8 來切換開關了。
不知道怎麼樣預設關閉?他對我實在很沒用啊 :p
欢迎扫码关注:
转载请注明出自 ,如是转载文则注明原出处,谢谢:)
RSS订阅地址: https://www.felix021.com/blog/feed.php 。