View previous topic :: View next topic |
Author |
Message |
dopesoul n00b
Joined: 28 Dec 2003 Posts: 4
|
Posted: Thu Jan 01, 2004 4:38 pm Post subject: how to setup with touchpad on my laptop? |
|
|
I wanna use touchpad function "Dragging through short touching and holding down the finger on the touchpad. " and "Double-Button events through double short touching of the touchpad. "
but I don't...
I've been configured Synaptics Touchpad option in Kernel(2.6.0)
and Installed synaptics_drv.o in /usr/X11R6/lib/modules/input and drivers.
My XF86Config
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "3900"
Option "BottomEdge" "1800"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.10"
Option "AccelFactor" "0.0010"
#Option "SHMConfig" "off"
EndSection
What is the problem?
when
#startx
It shows me failed message about Input device. _________________ Dope makes me high! |
|
Back to top |
|
|
jetblack Guru
Joined: 15 Jan 2003 Posts: 340 Location: Evanston, IL, USA
|
Posted: Thu Jan 01, 2004 4:52 pm Post subject: |
|
|
Are you referencing the touchpad as the CorePointer in your "ServerLayout" section? For example, here's mine:
Code: | Section "ServerLayout"
Identifier "SimpleLayout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection |
"Mouse1" is the Identifier I have given my touchpad in the InputDevice section. In your case, it would be "Touchpad".
Could you print the exact message that you receive from startx? |
|
Back to top |
|
|
dopesoul n00b
Joined: 28 Dec 2003 Posts: 4
|
Posted: Fri Jan 02, 2004 3:39 pm Post subject: Error Messages.. |
|
|
Core initialize failed..? _________________ Dope makes me high! |
|
Back to top |
|
|
jetblack Guru
Joined: 15 Jan 2003 Posts: 340 Location: Evanston, IL, USA
|
Posted: Fri Jan 02, 2004 4:06 pm Post subject: |
|
|
Have you tested to see whether /dev/input/mouse0 exists? I'm just using "/dev/psaux" as the device for my touchpad. I don't have a /dev/input/mouse0. |
|
Back to top |
|
|
|