Re: X fails after upgrade to 1.9

2007-02-20 Thread walt
Huub wrote:
 Hi,
 
 I just upgraded from 1.6 to 1.9 and now X fails to run:
 
 xf86OpenSerial: Cannot open device /dev/psm0
 Device busy
 Mouse0: Cannot open input device
 PreInit failed for input device Mouse0
 No core pointer
 
 However, when I move my mouse, I do see the X-mousecursor move.

You mean the cursor moves when X is not running, at the console?
If so, you are running the mouse daemon and that is what is using
psm0.  moused then passes the mouse input to /dev/sysmouse which
is what X should use instead of psm0.  You can also disable moused
if you don't want the console mouse.  Look in /etc/defaults/rc.conf
for the settings.


Re: X fails after upgrade to 1.9

2007-02-20 Thread Huub


You mean the cursor moves when X is not running, at the console?
If so, you are running the mouse daemon and that is what is using
psm0.  moused then passes the mouse input to /dev/sysmouse which
is what X should use instead of psm0.  You can also disable moused
if you don't want the console mouse.  Look in /etc/defaults/rc.conf
for the settings.


Thank you. Disabled moused and working now.