LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-16-2005, 08:28 PM   #1
tehuti
LQ Newbie
 
Registered: Nov 2005
Distribution: MEPIS 3.3.2 Test O3
Posts: 12

Rep: Reputation: 0
Configuring Touchpad when PS/2 is enabled


Greetings, all.

Trying to get my TouchStick and 3-button behavior to work at the same time. Everything works when I use the GUI to set XF86 for PS/2 mouse—TouchPad, TouchStick, USB mouse, PS/2 mouse. Ideally, this would be the setting to use, but I am unable to affect the tapping behavior of the TouchPad. I do not enjoy the "tapping" feature and would love to disable it. I can do so by selecting "Synaptics Touchpad" in the GUI and selecting "disable tapping," but under that setting PS/2 mouse, USB mouse, and the TouchStick do not work.

Edited XF86Config-4 as follows.

Quote:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
InputDevice "Touchpad" "CorePointer"
#InputDevice "Stylus" "CorePointer"
#InputDevice "Eraser" "CorePointer"
#InputDevice "Cursor" "CorePointer"
#InputDevice "Serial Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
# True type and type1 fonts

FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype/ttf-xfree86-nonfree"
FontPath "/usr/share/fonts/truetype/java"
FontPath "/usr/share/fonts/truetype/arphic"
FontPath "/usr/share/fonts/truetype/freefont"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/type1/gsfonts"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/afms"
FontPath "/usr/share/fonts/bitmap"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/type1"
FontPath "/usr/X11R6/lib/X11/fonts/defoma"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XKbOptions" ""
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "false"
Option "Emulate3Timeout" "70"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
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" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Repeater" "/dev/input/mice"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "Stylus"
Driver "wacom"
Option "Mode" "Absolute"
Option "Type" "stylus"
Option "Device" "/dev/input/wacom"
Endsection

# Settings for wacom eraser
Section "InputDevice"
Identifier "Eraser"
Driver "wacom"
Option "Mode" "Absolute"
Option "Type" "eraser"
Option "Device" "/dev/input/wacom"
Endsection
# Settings for wacom cursor (mouse)
Section "InputDevice"
Identifier "Cursor"
Driver "wacom"
Option "Mode" "Absolute"
Option "Type" "cursor"
Option "Device" "/dev/input/wacom"
Endsection

...
but when I set my mouse for PS/2 with the GUI, the TouchPad is still sensitive to tapping.

How can I disable TouchPad tapping in PS/2 mode, and adjust for that mode TouchPad sensitivity?
 
Old 11-17-2005, 12:09 AM   #2
ag2uki
Member
 
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84

Rep: Reputation: 16
I hope the following post:
http://www.linuxquestions.org/questi...hreadid=356648

will help you.

We can adjust/configure synaptic device on the fly from command prompt using synclient command.

regards
Agus Dwi Basuki

Last edited by ag2uki; 11-17-2005 at 12:13 AM.
 
Old 11-19-2005, 03:57 PM   #3
tehuti
LQ Newbie
 
Registered: Nov 2005
Distribution: MEPIS 3.3.2 Test O3
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks but that post was unhelpful. Synclient settings have no effect when PS/2 mouse settings are enabled.
 
Old 11-19-2005, 08:16 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
See the part about "AlwaysCore" may help;
http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad

Last edited by comprookie2000; 11-26-2005 at 05:43 PM.
 
Old 11-19-2005, 10:07 PM   #5
tehuti
LQ Newbie
 
Registered: Nov 2005
Distribution: MEPIS 3.3.2 Test O3
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks I just had to edit /etc/X11/XF86Config-4, as well as /etc/X11/XF86Config-4.in. Not sure what the difference is, but the top buttons and TouchStick work now—not sure about the mice, but my guess is they would.

Last edited by tehuti; 11-19-2005 at 10:18 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to kill touchpad click. (Synaptics Touchpad / FC4) sarysa Linux - Laptop and Netbook 4 02-19-2007 03:15 PM
Configuring Touchpad springshades Linux - Laptop and Netbook 6 07-10-2005 08:54 AM
Using Touchpad + USB WLAN means touchpad and keyboard stops responding randomly ultrabeam16 Linux - Laptop and Netbook 0 03-21-2004 02:19 PM
Configuring new hardware, not RedHat Enabled lectraplayer Linspire/Freespire 6 03-08-2004 01:50 PM
USBmouse/touchpad together, touchpad behaves erratically Pathian Mandriva 2 01-07-2004 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration