DragonFly BSD
DragonFly users List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: mouse driver


From: Huub <hditvdotniekerkathccnetdotnl>
Date: Tue, 12 Jul 2005 16:14:44 +0200

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.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]