PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Touchpad mach statt Einzel- Doppelklick



ThorstenK
04.02.06, 14:07
Hallo,
ich hab hier ein thinkpad t41 mit xorg-6.9 unter slackware-10.2 laufen.
Es läuft soweit auch Alles ganz gut, nur das Touchpad macht mir Probleme. Nach langem Suchen hab ich ne Beispiel Xorg.conf gefunden so dass ich mit der mittleren Taste überm Touchpad scrollen kann. Das Problem is nur das jetzt jeder druck auf das Touchpad als Doppelklick interpretiert wird und nicht wie es sollte als Einzelklick. Könnt ihr euch das hier gerade mal ansehen und mir sagen woran das liegt?!



Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
Load "dri"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# Option "XkbModel" "pc105"
# Option "XkbModel" "microsoft"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "ctrl:swapcaps"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "600"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
Option "Emulate3Buttons" "no"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "600"
Option "Emulate3Buttons" "no"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
EndSection

Section "Monitor"
Identifier "InternalLCD"
Option "DPMS"
EndSection

Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "DynamicClocks" "on"
Option "MergedFB" "true"
Option "CRT2Hsync" "50-75"
Option "CRT2VRefresh" "30-82"
BusID "AGP:1:0:0"
EndSection

Section "dri"
Mode 0666
EndSection

Section "Screen"
Identifier "Screen 1"
Device "Radeon"
Monitor "InternalLCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents" "true"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection



Danke im Voraus

Thorsten:confused: Einze-

ThorstenK
04.02.06, 14:55
hallo,

ich habs jetzt mit den synaptics-treibern hinbekommen

HIer meine xorg.con



Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"a
Load "freetype"
# Load "xtt"
Load "glx"
Load "dri"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# Option "XkbModel" "pc105"
# Option "XkbModel" "microsoft"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "ctrl:swapcaps"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.08"
Option "MaxSpeed" "0.15"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "600"
Option "Emulate3Buttons" "no"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection

Section "Monitor"
Identifier "InternalLCD"
Option "DPMS"
EndSection

Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "DynamicClocks" "on"
Option "MergedFB" "true"
Option "CRT2Hsync" "50-75"
Option "CRT2VRefresh" "30-82"
BusID "AGP:1:0:0"
EndSection

Section "dri"
Mode 0666
EndSection

Section "Screen"
Identifier "Screen 1"
Device "Radeon"
Monitor "InternalLCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse2" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents" "true"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection