vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi. I couldn't find the mouse while running OBSD. In FreeBSD, /dev/cuau3 works. Will that work in OBSD, or where will OBSD put /dev/cuaua? Thanks. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. |
| ||||
| Le Thu, 20 Mar 2008 05:29:29 +0100 (CET), "s. keeling" <keeling@nucleus.com> a écrit : > Hi. I couldn't find the mouse while running OBSD. In FreeBSD, > /dev/cuau3 works. Will that work in OBSD, or where will OBSD put > /dev/cuaua? Thanks. I've got for my mouse attached to the keyboard : xorg.conf: # Serial mice on zstty ports Section "InputDevice" Identifier "commouse0" Driver "mouse" Option "Protocol" "SunMouse" Option "Device" "/dev/tty00" Option "Baudrate" "1200" EndSection |