Hello again,
I've been fighting with this wireless mouse for quite some time now.  It is a 
usb Wireless Microsoft Intellimouse Explorer if that makes any difference.  I 
have a non-wireless, usb,  Microsoft Intellimouse Explorer that works just 
fine.  That is why I am pulling my hair out.  They are both usb, MS 
Itellimouse Explorers but the wired mouse works and the wireless doesn't.  
Hmmm.  I have included my rc.conf and my XF86Conf files.  If someone could 
help me with this issure, or direct me somewhere that I can help myself I 
would be most apreciative.  I've tried Google, FreeBSD Handbook, XFree86 web 
site and now I'm out of resources.

thanks in advance.
-- 
Thomas Connolly
President
Electrosoft Solutions, Inc.
Phone: (970) 222-7844
[EMAIL PROTECTED]
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX/"
        FontPath     "/usr/X11R6/lib/X11/fonts/URW/"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/util/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        #Option     "Protocol" "MouseSystems"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "SyncMaster"
        Option      "DPMS"
        HorizSync    30-85
        VertRefresh  50-160
        DisplaySize  352 264
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "UseBIOS"                   # [<bool>]
        #Option     "LCDClock"                  # <freq>
        #Option     "ShadowStatus"              # [<bool>]
        #Option     "VideoRAM"                  # <i>
        Identifier  "Card0"
        Driver      "savage"
        VendorName  "S3"
        BoardName   "ProSavage KM133"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth   24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort 0 0 
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
        SubSection "Display"
                Depth   15      
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
EndSection

# -- sysinstall generated deltas -- # Wed Oct 16 14:51:26 2002
# Created: Wed Oct 16 14:51:26 2002
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="FreeBSD.electrosoftsolutions.com"
ifconfig_dc0="DHCP"
kern_securelevel_enable="NO"
linux_enable="YES"
moused_enable="YES"
# Original moused_port
# moused_port="/dev/psm0"
mouse_port="/dev/ums0"
moused_type="auto"
nfs_reserved_port_only="YES"
saver="logo"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
usbd_flags="-vv"

# Comment out the crap from sysinstall
# -- sysinstall generated deltas -- # Tue Dec 17 22:58:57 2002
# usbd_flags="-vv"
# moused_type="intellimouse"
# moused_type="auto"
# moused_enable="YES"

Reply via email to