个人工具

“UbuntuHelp:SynapticsTouchpad/AppleIbookG4”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/SynapticsTouchpad/AppleIbookG4}} {{Languages|UbuntuHelp:SynapticsTouchpad/AppleIbookG4}} == Apple iBook G4 == With Ubuntu 6.06 (Dapper Drake) on ...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:SynapticsTouchpad/AppleIbookG4}}
 
{{Languages|UbuntuHelp:SynapticsTouchpad/AppleIbookG4}}
 
== Apple iBook G4 ==
 
== Apple iBook G4 ==
 
 
With Ubuntu 6.06 (Dapper Drake) on the Apple iBook G4 the touchpad works extremely slow. The bug has been filed here:  [https://launchpad.net/distros/ubuntu/+bug/28495]. The fix is pretty simple, put the following configuration into your /etc/X11/xorg.conf in the appropriate place and then restart X.
 
With Ubuntu 6.06 (Dapper Drake) on the Apple iBook G4 the touchpad works extremely slow. The bug has been filed here:  [https://launchpad.net/distros/ubuntu/+bug/28495]. The fix is pretty simple, put the following configuration into your /etc/X11/xorg.conf in the appropriate place and then restart X.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
Section "InputDevice"
 
Section "InputDevice"
第31行: 第29行:
 
EndSection
 
EndSection
 
</nowiki></pre>
 
</nowiki></pre>
 
 
----
 
----
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:40的版本

Apple iBook G4

With Ubuntu 6.06 (Dapper Drake) on the Apple iBook G4 the touchpad works extremely slow. The bug has been filed here: [1]. The fix is pretty simple, put the following configuration into your /etc/X11/xorg.conf in the appropriate place and then restart X.

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "0"
Option "RightEdge" "850"
Option "TopEdge" "0"
Option "BottomEdge" "645"
Option "MinSpeed" "0.4"
Option "MaxSpeed" "1"
Option "AccelFactor" "0.03"
Option "FingerLow" "55"
Option "FingerHigh" "60"
Option "MaxTapMove" "20"
Option "MaxTapTime" "100"
Option "TapButton1" "0"
Option "TapButton2" "3"
Option "TabButton3" "2"
Option "HorizScrollDelta" "10"
Option "VertScrollDelta" "30"
Option "SHMConfig" "on"
EndSection