Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2002 23:51:04 -0700
From:      Thomas Connolly <tconnolly@electrosoftsolutions.com>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Wireless usb optical mouse ?? Please!!
Message-ID:  <200212172351.04924.tconnolly@electrosoftsolutions.com>

next in thread | raw e-mail | index | archive | help

--------------Boundary-00=_41ZAKZNMXCXWICDOFOJ5
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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

thanks in advance.
--=20
Thomas Connolly
President
Electrosoft Solutions, Inc.
Phone: (970) 222-7844
tconnolly@electrosoftsolutions.com
--------------Boundary-00=_41ZAKZNMXCXWICDOFOJ5
Content-Type: text/plain;
  charset="us-ascii";
  name="XF86Config"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="XF86Config"

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


--------------Boundary-00=_41ZAKZNMXCXWICDOFOJ5
Content-Type: text/plain;
  charset="us-ascii";
  name="rc.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="rc.conf"


# -- 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"

--------------Boundary-00=_41ZAKZNMXCXWICDOFOJ5--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212172351.04924.tconnolly>