mouse driver

Huub hditvdotniekerkathccnetdotnl
Tue Jul 12 07:14:44 PDT 2005


Look at /etc/defaults/rc.conf for the lines with 'moused'
and override any of the values in your /etc/rc.conf file
until you get a working cursor in a pseudoterminal.
(man moused)
My rc.conf was empty after installation and there's no moused in it now. 
Any advise on settings before I start try-and-error?
Then you modify your /etc/X11/xorg.conf (or XF86Config) to
look like this:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection
This is already set.





More information about the Users mailing list