Here's my lsmod and XF86Config, i use musedev and a usb mouse.... works great 
for me.  The important modules are mousedev, usbmouse, hid, input, usb-uhci, 
and usbcore.

lsmod first:

.:[brian@ ~]:[ lsmod
Module                  Size  Used by    Tainted: P  
emu10k1                62856   0
ac97_codec              9256   0 [emu10k1]
sound                  52308   0 [emu10k1]
soundcore               3172   7 [emu10k1 sound]
af_packet               8776   1 (autoclean)
NVdriver              989728  10
ide-scsi                7632   0
smbfs                  33360   9
tulip                  39232   1
mousedev                3924   1
usbmouse                1912   0 (unused)
hid                    17476   0 (unused)
input                   3008   0 [mousedev usbmouse hid]
usb-uhci               20876   0 (unused)
usbcore                54304   0 [usbmouse hid usb-uhci]
sr_mod                 12792   0 (autoclean) (unused)
scsi_mod               50868   2 (autoclean) [ide-scsi sr_mod]
cdrom                  25856   0 (autoclean) [sr_mod]
unix                   13928  72 (autoclean)
.:[brian@ ~]:[ 


xf86config second:

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
Section "Module"

        #SubSection "extmod"
        #       Option "omit xfree86-dga"
        #EndSubSection

        # Load some other stuff
        Load "dbe"
        Load "glx"
        Load "dri"
        Load "fbdevhw"
        Load "drm"
        Load "extmod"
        Load "i2c"
        Load "fb"
        Load "GLcore"
        Load "mesa"
        Load "dga"
        Load "type1"
        Load "freetype"
        Load "xtt"
        Load "speedo"
EndSection


# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
        # Font paths
        #FontPath       "/opt/fonts/TTF"
        #FontPath       "/opt/fonts/100dpi"
        #FontPath       "/opt/fonts/75dpi"
        #FontPath       "/opt/fonts/CID"
        #FontPath       "/opt/fonts/Speedo"
        #FontPath       "/opt/fonts/Type1"
        #FontPath       "/opt/fonts/cyrillic"
        #FontPath       "/opt/fonts/encodings"
        #FontPath       "/opt/fonts/local"
        #FontPath       "/opt/fonts/misc"
        #FontPath       "/opt/fonts/util"
        
        # Font servers
        FontPath        "tcp/localhost:7100"
        FontPath        "unix/:7100"
        FontPath        "tcp/localhost:7101"
        FontPath        "unix/:7101"    

        # WTF is an rgb file?
        RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection


# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "Dont Zap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection


# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
        Identifier      "MSKeyboard"
        Driver          "Keyboard"
        Option          "AutoRepeat"    "500 30"
        Option          "XkbModel"      "microsoft"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "microsoft"
        Option          "XkbLayout"     "us"
        Option          "XkbVariant"    "windows-us"
EndSection



# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option      "Protocol"          "IMPS/2"
        Option      "Device"            "/dev/input/mice"
        Option      "ZAxisMapping"      "4 5"
        Option      "Buttons"           "5"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
        Identifier      "NEC_MultiSync_FE1250"
        HorizSync       31 - 110.0
        #HorizSync      30-64         # multisync
        #HorizSync      31.5, 35.2    # multiple fixed sync frequencies
        #HorizSync      15-25, 30-50  # multiple ranges of sync frequencies
        VertRefresh     50-160
EndSection

Section "Monitor"
        Identifier      "NEC_MultiSync_P750"
        HorizSync       30 - 80
        VertRefresh     50 - 110
EndSection

# **********************************************************************
# Device section
# **********************************************************************
Section "Device"
        Identifier      "GeForce2"
        Driver          "nvidia"
        Option          "NvAGP"                 "1"
        Option          "DigitalVibrance"       "1"
        Option          "HWCursor"              "true"
        Option          "CursorShadow"          "true"
        VideoRam        64000
EndSection

Section "Device"
        Identifier      "Voodoo3"
        Driver          "tdfx"
        BusID           "0:10:0"
        VideoRam        8000
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
        Identifier      "Screen1"
        Device          "GeForce2"
        Monitor         "NEC_MultiSync_FE1250"
        DefaultDepth    24
        Subsection "Display"
                Depth       24
                Modes       "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" 
"640x480" "320x240"
                ViewPort    0 0
        EndSubsection
EndSection

Section "Screen"
        Identifier      "Screen2"
        Device          "Voodoo3"
        Monitor         "NEC_MultiSync_P750"
        DefaultDepth    24
        Subsection "Display"
                Depth       24
                Modes       "1280x1024" "1024x768" "800x600" "640x480" 
"320x240"
                ViewPort    0 0
        EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
        Identifier  "Simple Layout"
        InputDevice "USB Mouse"         "CorePointer"
        InputDevice "MSKeyboard"        "CoreKeyboard"
        Screen "Screen1"
        Screen "Screen2" LeftOf "Screen1"
        #Option "Clone"         "off"
        Option "Xinerama"       "on"
EndSection

Section "DRI"
        Group   "video"
        Mode    0660
EndSection








On Saturday 08 February 2003 11:45 pm, David Turetsky wrote:
> Modprobe mousedev
> Restarted x
> Logged in
> NEITHER mouse worked
>
> Pause for feedback

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to