LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-14-2003, 03:08 AM   #1
mjkramer
Member
 
Registered: Sep 2003
Location: Orem, Ut
Distribution: Mandrake-9
Posts: 48

Rep: Reputation: 15
Dell inspiron touchpad mouse


Ive got a dell inspiron 8200 laptop touchpad mouse that I currently cant use with linux. In the initial stages of the linux installation I was able to use it. What do I configure to be able to use it? I looked in the Configure KDE interface but that only gives me the option to configure the existing working mouse (my generic usb wheel).
 
Old 10-14-2003, 03:26 AM   #2
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi.

I'm led to believe that most touchpad mice are actually just generic PS/2 mice. Try configuring X to use the 'Generic Two Button Mouse (PS/2)' option.

Dave
 
Old 10-14-2003, 04:03 AM   #3
mjkramer
Member
 
Registered: Sep 2003
Location: Orem, Ut
Distribution: Mandrake-9
Posts: 48

Original Poster
Rep: Reputation: 15
from what I read, I think your right, touchpad mice are P/S2 devices but I dont know how to configure x to use it. I tried but it didnt work. I don't know whats working behind or infront of this configure file to know where this information im putting in is going or coming from.

I put in a whole new section by copying sources from the interet that went like this:

Section "InputDevice"
Identifier "Touchpad Mouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse1"
Option "Emulate3Buttons" "yes"
Option "SendCoreEvents" "true"
EndSection

the original mouse(my USB mouse) is configured like this:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection

I now have both input sections.

in looking at the /dev directory after configuring this, there is no mouse1. Like I said, I dont know if im coming or going here. Is that "Option Device dev/mouse1" pulling, or putting?

I hope that made sense.......it barely does to me. lol

anyway after that i configured the ServerLayout to be like this:

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Touchpad Mouse" "SendCoreEvents"
Screen "screen1"
EndSection

And after all of that, nothing. Still cant use my touchpad/PS2 mouse.

By the way, I only reconfigured the XF86Config-4 file. I dont need to configure the XF86Config file as well do I?

Last edited by mjkramer; 10-14-2003 at 04:06 AM.
 
Old 10-14-2003, 04:38 AM   #4
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi again.

Try changing /dev/mouse1 to /dev/psaux.
See if that works.

I would also swap the

InputDevice "Mouse1" "CorePointer"
InputDevice "Touchpad Mouse" "SendCoreEvents"

values round to

InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Touchpad Mouse" "CorePointer"

and remove the "Option "SendCoreEvents" "true"" line from the Touchpad Mouse section and put it into the mouse1 section.

So that your touchpad will work all the time, and your usb mouse will work when you plug it in - the CorePointer is the one X will try to use, and the one with "Option "SendCoreEvents" "true"" line sends movements etc 'through' the CorePointer (sort of - it's all about how X sees devices).

And no, you should only have either XF86Config-4 for or XF86Config, whichever one you have is the one you should edit - different distributions use different files (this may be due to slightly different versions of XFree86 being used).

Dave


Last edited by ilikejam; 10-14-2003 at 05:55 PM.
 
Old 10-14-2003, 05:10 AM   #5
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Oh yeah, try
#ls /dev | grep psaux

If the stuff in the previous post doesn't work.

You should get:
crw------- 1 root root 10, 1 Oct 14 09:05 psaux

or something very similar.

Dave
 
Old 10-14-2003, 03:55 PM   #6
mjkramer
Member
 
Registered: Sep 2003
Location: Orem, Ut
Distribution: Mandrake-9
Posts: 48

Original Poster
Rep: Reputation: 15
Hey, that worked out just fine. Thanks alot!

How does one know about these things? Do you know of a good website that is focused on things like configuring X, the processes of X, the purpose of X? Things of that sort. I have a linux admin book coming in the mail that will probably give me a general idea. But who knows how long before I actually get it. I don't want to just make things work, I want to understand how they work. This being the biggest reason for wanting to switch to linux.

Your insight helped alot. Thanks again.
 
Old 10-14-2003, 05:55 PM   #7
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
The best piece of advice I have ever been given about Linux is "'man' is your friend".

That and Google.

Oh yeah, and "The Complete Reference - Red Hat Linux" a big, fat, worn out book that doesn't leave my desk. Ever.

And the greatest of these is Google.

Seriously, though; if you need to find a command line argument for a program 'man' is excellent (as is 'info' for some programs), and if you can craft a search string in subtle ways Google Always Has The Answer.

What Google doesn't have, however, is an index at the back and it isn't even remotely useful if you need to find out how to configure PPP when your modem goes haywire and you can't get on-line, so the 'big fat Linux book', as it is known, can prove very useful indeed.

Good luck!

Dave.
 
  


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
Dell Latitude C610 mouse/touchpad problem fulton Linux - Laptop and Netbook 13 03-15-2007 11:02 PM
mysterious mouse creep on dell C600 synaptics touchpad theoldman Debian 2 08-17-2006 12:30 PM
Dell Inspiron 8600 Touchpad/Slackware 10 Smokey Linux - Laptop and Netbook 2 09-16-2004 01:06 PM
Dell Inspiron 8100 and Fedora Touchpad Configuration oneferna Linux - Laptop and Netbook 2 02-03-2004 09:54 PM
Touchpad mouse doesn't work with Dell X300 ghostmagic Linux - Laptop and Netbook 1 12-27-2003 10:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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