Date: Thu, 26 Jun 2008 22:05:53 -0300 From: Gonzalo Nemmi <gnemmi@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: usb mouse is detected by fbsd 7 but not X Message-ID: <200806262205.53227.gnemmi@gmail.com> In-Reply-To: <4864351E.3030305@wiegand.org> References: <48642B1A.1010403@wiegand.org> <200806262122.29129.gnemmi@gmail.com> <4864351E.3030305@wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
No .. Run a "locate xorg.conf" to see what "xorg.conf" file is beign used to run gnome .. Check under /usr/local/etc/X11 to see if there's xorg.conf .. If you are running gnome .. _there_has_to_be_ a xorg.conf file somewhere ... Find that file a do your edits in there. And BTW .. the code I passed on to you, are just the sections regarding the mouse and the serverlayout configuration part of the whole xorg.conf file .. Your not gonna do much with it alone .. you still need the complete xorg.conf file .. -- Blessings Gonzalo Nemmi On Thursday 26 June 2008 21:32:30 Chip wrote: > My /etc/X11 directory is empty, so do I create a new file called > xorg.conf and just try the code you have in it? > Thanks. > > Gonzalo Nemmi wrote: > > On Thursday 26 June 2008 20:49:46 Chip wrote: > >> Just installed FBSD 7, after being gone from FBSD the last 3 years. > >> During boot I see that the mouse is detected as ums0, but cannot get it > >> to work in X11. I cannot find any xorg.conf. or xorg.conf.new files. I > >> have gnome installed and working, so I know X is working properly. Any > >> suggestions on the usb mouse? > >> Thanks. > > > > Using a Logitech MX510 usb mouse in here. > > > > [gonzalo@inferna ~]% cat /etc/X11/xorg.conf > > ... > > Section "InputDevice" > > # generated from default > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/sysmouse" > > Option "Emulate3Buttons" "no" > > Option "ZAxisMapping" "4 5" > > EndSection > > ... > > Section "ServerLayout" > > Identifier "Layout0" > > Screen "Screen0" > > InputDevice "Keyboard0" "CoreKeyboard" > > InputDevice "Mouse0" "CorePointer" > > EndSection > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806262205.53227.gnemmi>