No Mouse in X

I entered startx and X came up showing three windows plus a clock but I had no mouse. My /etc/X11/xorg.conf shows:

Code:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "sysmouse"
Option "Device" "/dev/sysmouse"
Option ZAxisMapping" "4 5 6 7"
EndSection
In /etc/rc.conf I have, amongst other comments:
Code:
moused_enable="YES"
and my from memory, mouse type "Auto" although I had tried Logitech (as it is a Logitech mouse) but that didn't give me a mouse in my X window either.

Query:

How do I return to the console mode without a mouse or an ability to type anything in the X screen, short of <ctl> <alt> <del>?

TomK

TomK
 
Check the entries
Code:
dbus_enable="YES"
and
Code:
hald_enable="YES"
in rc.conf

Also, I've noticed it says there "Mouse1", what happened with "Mouse0"? Are there two entries or there's an error in the xorg.conf?
 
It's been a while...

[thread=4224]Sticky: Configuring X - read before you ask questions![/thread]
 
Thank You

I used the suggestion (
Code:
dbus_enable="YES"
and
Code:
hald_enable="YES"
in rc.conf) and was able to get my mouse running. :)

I don't know what happened to Mouse0 but it seems to be running very well on Mouse1. :)

Best Regards,

TomK
 
Back
Top