On Sun, April 6, 2008 10:58 am, dark0s Optik wrote: > Hi all, I hace problem with mouse configuration. > I launch X window manager, but mouse don't work. > I typed: > > moused -t auto -p 35 > > but output is: unable to open port 35: no such file or directory. > > Which port must I write?
Try removing the -p argument entirely. Or out this in your /etc/rc.conf (assuming you have a USB mouse) moused_enable="YES" moused_port="/dev/ums0" X may need further configuration.
