我是用的ubuntu 8.04,這裡並不打算講xorg.conf 如何修改 驅動如何裝,其實很多在ubuntu裡也都幫你自動設定好了,只是說一下令我新奇的發現。
今天本來是想把觸控板的滾**能開啟,卻無意間發現了synclient功能的強大,其中就有可以設定雙指觸控對應滾輪的操作。
在終端敲下:synclient -l
還有更多方便的設定可供選擇
parameter settings:
leftedge = 1872
rightedge = 5072
topedge = 1712
bottomedge = 4144
fingerlow = 25
fingerhigh = 30
fingerpress = 256
maxtaptime = 180
maxtapmove = 220
maxdoubletaptime = 180
singletaptimeout = 180
clicktime = 100
fasttaps = 0
emulatemidbuttontime = 75
emulatetwofingerminz = 257
vertscrolldelta = 60
horizscrolldelta = 80
vertedgescroll = 1
horizedgescroll = 0
cornercoasting = 0
verttwofingerscroll = 0
horiztwofingerscroll = 0
minspeed = 0.0822368
maxspeed = 0.197368
accelfactor = 0.00164474
trackstickspeed = 40
edgemotionminz = 30
edgemotionmaxz = 160
edgemotionminspeed = 1
edgemotionmaxspeed = 304
edgemotionusealways = 0
updownscrolling = 1
leftrightscrolling = 1
updownscrollrepeat = 1
leftrightscrollrepeat = 1
scrollbuttonrepeat = 100
touchpadoff = 0
guestmouseoff = 0
lockeddrags = 0
lockeddragtimeout = 5000
rtcornerbutton = 2
rbcornerbutton = 3
ltcornerbutton = 0
lbcornerbutton = 0
tapbutton1 = 1
tapbutton2 = 2
tapbutton3 = 3
circularscrolling = 0
circscrolldelta = 0.1
circscrolltrigger = 0
circularpad = 0
palmdetect = 1
palmminwidth = 10
palmminz = 200
coastingspeed = 0
pressuremotionminz = 30
pressuremotionmaxz = 160
pressuremotionminfactor = 1
pressuremotionmaxfactor = 1
grabeventdevice = 1
這兩項是設定雙指操作滾動的:
verttwofingerscroll = 1
horiztwofingerscroll = 1
Synaptics車用指紋感測器
或許在不久之後,我們駕駛各類汽車和卡車時再也不需要實體鑰匙了。日前synaptics公司宣布,將很快把natural id指紋感測器整合到車輛當中。這個感測器針對的不是個人使用者,未來幾年汽車製造商將把它們安裝在車輛上,你將通過這種感測器完成各種各樣的功能。現在synaptics想要通過指紋識別技術...
Linux下Redis下安裝
redis安裝 檢查是否安裝redis ps ef grep redis2.檢查gcc服務是否安裝成功 rpm qa grep gcc注 安裝成功則顯示 mkdir redis5.解壓redis安裝包 tar zxvf redis 2.8.17 tar.gz c usr local redis 解壓...
Linux下程式設計
windows下我的環境為 windows10 vs2015 opencv3.4.0 opencv3.4.0 contrib python linux下我的環境為 ubuntu16004 也有ubuntu1804 opencv3.4.0 opencv3.4.0 contrib python gnu ...