Slackware This Forum is for the discussion of Slackware Linux.
|
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-25-2004, 04:41 PM
|
#1
|
Member
Registered: Jan 2004
Posts: 44
Rep:
|
USB mouse slack9
running slackware 9... when I installed it I used a PS/2 mouse.. I now have a USB mouse.. how do I make it work 
|
|
|
08-25-2004, 07:12 PM
|
#2
|
Senior Member
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,273
Rep:
|
You need to make sure you are loading the usb modules. If you are running hotplug, this should be happening already. If you are not, then you will need to uncomment those lines in /etc/rc.d/rc.modules. Next I would run mouseconfig, or at least make sure /dev/mouse is now a symlink to /dev/input/mice. You may have to next edit your /etc/X11/XF86Config to make sure the pointer section has the appropriate identifiers.
|
|
|
08-25-2004, 10:13 PM
|
#3
|
LQ Newbie
Registered: Aug 2004
Location: Queretaro Mexico
Distribution: Slackware 10.2
Posts: 19
Rep:
|
how to make work a usb mouse
I read a past post and it worked perfectly to my.
just add this to xorg.conf file
Section "InputDevice" ----->add all this block
# External USB mouse using usbhid/mousedev
Driver "mouse"
Identifier "USBMouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "MyLayout"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "TrackPoint" "CorePointer"
InputDevice "USBMouse" "SendCoreEvents" ---------------------------->this is what you add
Screen "Screen[0]"
EndSection
|
|
|
08-25-2004, 10:19 PM
|
#4
|
Member
Registered: Jan 2004
Posts: 44
Original Poster
Rep:
|
where exactly is xorg.conf I've never really done anything with that... ?
(I havn't used linux in quite some time... *sigh* I need more spare time)
|
|
|
08-25-2004, 10:23 PM
|
#5
|
LQ Newbie
Registered: Aug 2004
Location: Queretaro Mexico
Distribution: Slackware 10.2
Posts: 19
Rep:
|
xorg.conf or xf86config
it should be located at /etc/X11, into there should be xorg.config or xf86config, but I don't know if that configuration that I posted works with xf86config
|
|
|
08-25-2004, 10:28 PM
|
#6
|
Member
Registered: Jan 2004
Posts: 44
Original Poster
Rep:
|
whats the difference between xorg.config and XF86config?
|
|
|
08-25-2004, 10:32 PM
|
#7
|
LQ Newbie
Registered: Aug 2004
Location: Queretaro Mexico
Distribution: Slackware 10.2
Posts: 19
Rep:
|
difference
the diference is that xorg is in someways the other path that took xf86 for legal reasons or something about license it has to take this other path.
but in short words is the samething at least for now
|
|
|
08-25-2004, 10:34 PM
|
#8
|
Member
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196
Rep:
|
the name basicaly. Xorg is what slack10 uses. Slack9 used xfree86. The config files are setup the same.
|
|
|
08-25-2004, 10:40 PM
|
#9
|
Member
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484
Rep:
|
Also you should look in /etc/rc.d/rc.modules and make sure you have the USB mouse driver set to load.
|
|
|
All times are GMT -5. The time now is 04:45 AM.
|
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
|
|