Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-26-2003, 07:41 PM
|
#1
|
Member
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547
Rep:
|
Xf86 Config Help
Hi... I've recently installed icepack linux... a lesser known distro... and one of the first questions it asks is what mouse (I have a dell optical usb mouse -- with a middle scroll wheel... doesn't list that so i pick microsoft intellimouse) and then it asks what device its under
I didn't know so I went with the default /dev/mouse -- but after i tried startx it said an error about can't find mouse at /dev/mouse -- so I tried the config again but i picked /dev/tty0 (i think?) still couldnt find it
what device path would a USB mouse use?
Thanks!
|
|
|
08-26-2003, 07:47 PM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
/dev/input/mice <-- all usb mice
|
|
|
08-26-2003, 07:48 PM
|
#3
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Post your Mouse section of your /etc/X11/XF86Config file.
I have a similar mouse and mine is:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
I use DevFS, so your wouldnt be /dev/input/mice, it might be /dev/mouse or /dev/usbmouse.
You want to make sure you use IMPS/2 for USB Scroll mice.
Also, make sure your USB modules are loaded,otherwise no USB devices will work, for that, do "lsmod".
|
|
|
08-26-2003, 07:49 PM
|
#4
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
/dev/input/mouse0-9 is a specific usb mouse
mice is all of them
|
|
|
08-26-2003, 07:59 PM
|
#5
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
contrasutra
his would actually be /dev/input/mice
but I doubt it is linked to /dev/mouse as that is usually linked to /dev/psaux
I also use devfs, in actuality devfs has a different one, but the /etc/devfs.conf file by default makes compatability linsk so we can still use those places, it is in fact we that differ :-P
|
|
|
08-26-2003, 08:02 PM
|
#6
|
Member
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547
Original Poster
Rep:
|
I am using reiserfs and when I run the installer i type linux lsmod at that prompt?
thanks
|
|
|
08-26-2003, 08:36 PM
|
#7
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Oh, ok. Honestly, I know very little about DevFS. Arch comes with in on by default,and that was my first encounter with it.
I hear DevFS is deprecated anyway, and the 2.6 kernel uses something else.
jon: you run it in a terminal once you're logged on.
|
|
|
08-26-2003, 10:24 PM
|
#8
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
no, it just uses a different version of devfs, basically linux has a /dev/(structure) devfs has a /dev/(different structure) the devfs is 2.6 (what I use) is /dev/(another restructuring to make it "better")
each locates drivers into a different place, but for compat each can automatically link to the standards (/dev/input/mice /dev/psaux).
jon_k:
as for saying reiserfs when we said devfs, close but no cigar
reiserfs is a filesystem for a hard drive or othe rmedia that basically tell it where everything is and goes
devfs is when you mount a "fake drive" that isn't a drive at all to /dev, then the kernel automatically places a way to access devices like harddrives and cdroms and mice inside that fake drive. on non devfs systems (yours) /dev/ is on the real harddrive and has files that point to tthe devices like cdroms mice and so on. we got into the discussion because devfs hs a different structure than /dev/files and those differences are what started it..
NOTE: you don't need to understand this, just don't think of reiserfs when you hear devfs
|
|
|
08-26-2003, 11:52 PM
|
#9
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Well, I know the kernel team is planning on completly reworking DevFS and calling it something else. It may be for 2.8 or something though.
|
|
|
08-27-2003, 12:01 AM
|
#10
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
2.8?? that is a long long long way off.
also devfs isn't even done by the kernel team, a diiferent guy does it, can't remember where to go though. its in the devfs docs
|
|
|
All times are GMT -5. The time now is 09:26 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|