LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-14-2003, 08:00 PM   #1
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
USB Mouse and Touchpad Solution


Got my usb mouse and synaptics touchpad working at the same time. unfortunately it's only in X and not console, but since i'm mainly in X windows all the time, I don't care. It's actually really easy. basically first off, get the synaptics driver here:

http://tuxmobil.org/touchpad_driver.html

i did the binary install which is copy the "synaptics_drv.o" file from the tarball and paste it into /usr/X11R6/lib/modules/input/

then add this section into your XF86Config-4 file (this is the example found in the Install text file):

Code:
Section "InputDevice"
  Driver  	"synaptics"
  Identifier  	"Mouse[1]"
  Option 	"Device"  	"/dev/psaux"
  Option	"Edges"		"1900 5400 1800 3900"
  Option	"Finger"	"25 30"
  Option	"MaxTapTime" "20"
  Option	"MaxTapMove" "220"
  Option	"VertScrollDelta" "100"
  Option	"MinSpeed"	"0.02"
  Option	"MaxSpeed"	"0.18"
  Option	"AccelFactor" "0.0010"
#  Option	"Repeater"	"/dev/ps2mouse"
#  Option	"SHMConfig"	"on"
EndSection
then add this device in the server layout section:
Code:
Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "SendCoreEvents"
	InputDevice    "Mouse[1]" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
that section is an exact copy of my server layout section. the usb mouse is input device "Mouse0" and "Mouse[1]" is the touchpad. Your original config file will have the usb mouse with the option, "CorePointer". change that to "SendCoreEvents".
if you boot into runlevel 5, then you'll need to reboot. if you boot into runlevel 3 or some other text mode level, just restart X. hope this helps you folks.

edit: this is rockin'! it seems to have every functions that's in the synaptics driver in windows. scrolling with the touchpad works, tapping....

Last edited by megaspaz; 09-14-2003 at 08:01 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Using a USB Mouse along with Touchpad Riddick Linux - Laptop and Netbook 4 08-21-2005 12:08 PM
usb mouse and touchpad hippy2981 Linux - Newbie 3 11-23-2004 03:28 AM
USB Mouse and Touchpad Gerardoj Linux - General 2 09-21-2004 11:46 AM
touchpad + USB mouse uncle_fungus1 Linux - Laptop and Netbook 1 03-19-2004 03:22 PM
touchpad mouse + usb mouse on laptop guild Libranet 1 11-28-2003 09:42 AM

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

All times are GMT -5. The time now is 11:37 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