个人工具

“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 ...)
 
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/SynapticsTouchpad/AppleIbookG4}}
 
{{From|https://help.ubuntu.com/community/SynapticsTouchpad/AppleIbookG4}}
 
{{Languages|UbuntuHelp:SynapticsTouchpad/AppleIbookG4}}
 
{{Languages|UbuntuHelp:SynapticsTouchpad/AppleIbookG4}}
 +
<<Include(Tag/Unsupported)>>
 +
<<Include(Tag/Deletion)>>
 
== 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"
Identifier "Synaptics Touchpad"
+
        Identifier "Synaptics Touchpad"
Driver "synaptics"
+
        Driver "synaptics"
Option "SendCoreEvents" "true"
+
        Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
+
        Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
+
        Option "Protocol" "auto-dev"
Option "LeftEdge" "0"
+
        Option "LeftEdge" "0"
Option "RightEdge" "850"
+
        Option "RightEdge" "850"
Option "TopEdge" "0"
+
        Option "TopEdge" "0"
Option "BottomEdge" "645"
+
        Option "BottomEdge" "645"
Option "MinSpeed" "0.4"
+
        Option "MinSpeed" "0.4"
Option "MaxSpeed" "1"
+
        Option "MaxSpeed" "1"
Option "AccelFactor" "0.03"
+
        Option "AccelFactor" "0.03"
Option "FingerLow" "55"
+
        Option "FingerLow" "55"
Option "FingerHigh" "60"
+
        Option "FingerHigh" "60"
Option "MaxTapMove" "20"
+
        Option "MaxTapMove" "20"
Option "MaxTapTime" "100"
+
        Option "MaxTapTime" "100"
Option "TapButton1" "0"
+
        Option "TapButton1" "0"
Option "TapButton2" "3"
+
        Option "TapButton2" "3"
Option "TabButton3" "2"
+
        Option "TabButton3" "2"
Option "HorizScrollDelta" "10"
+
        Option "HorizScrollDelta" "10"
Option "VertScrollDelta" "30"
+
        Option "VertScrollDelta" "30"
Option "SHMConfig" "on"
+
        Option "SHMConfig" "on"
 
EndSection
 
EndSection
 
</nowiki></pre>
 
</nowiki></pre>
 
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:44的最新版本

<<Include(Tag/Unsupported)>> <<Include(Tag/Deletion)>>

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