usb mouse is detected by fbsd 7 but not X

Chip chip at wiegand.org
Fri Jun 27 00:32:34 UTC 2008


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 at 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
>
>
>
>   



More information about the freebsd-questions mailing list