Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
not understanding USB mouse set up
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Tue Apr 06, 2004 11:25 pm    Post subject: not understanding USB mouse set up Reply with quote

I don't understand the USB mouse set-up documentation at all. Any pointers?
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Wed Apr 07, 2004 2:31 am    Post subject: Reply with quote

Make sure you have [*] /dev file system support (OBSOLETE) compiled in your kernel. Then part of your /etc/X11/XF86Config needs to look something like this
Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
You don't need the ZAxisMapping line if you don't have a wheel

That should be it if I remember correctly
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Wed Apr 07, 2004 4:27 am    Post subject: /dev/input does not exits Reply with quote

I am not able to look for mice because /dev/input does not exist. I tried making it myself, but that didn't do any good... Did I forget to install something?
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Wed Apr 07, 2004 4:45 am    Post subject: Reply with quote

i have a usb mouse and get it working right off the bat with the lines

(MS intellimouse explorer w/ side buttons)
Code:
Section "InputDevice"
        Identifier  "Basic Mouse"
        Driver          "mouse"
        Option          "Protocol"      "ExplorerPS/2"
        Option          "Device"        "/dev/usbmouse"
        Option          "Buttons"       "7"
        Option          "ZAxisMapping"  "6 7"   
EndSection


difference being I pointed to /dev/usbmouse :P
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Wed Apr 07, 2004 6:20 pm    Post subject: Reply with quote

make sure that you have the /dev file system compiled into your kernel. It say obsolete but you need it for a usb mouse.
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum