FreeBSD graphic environment mouse problem

jfvogel

Bit poster
I have been successful in installing a FreeBSD 9.1 guest on my new
MacBook Retina 13, however when starting up X11/Gnome things go
badly... Oh, graphically it works and looks great, but its non-functional
because I cannot use the mouse, clicking on anything the mouse cursor
disappears. I am new to this whole product so perhaps its a simple config
type issue?? Help please!

Jack
 
I had problems with just X as well on Parallels7 and FreeBSD-9.1_RELEASE
I turned off console moused and enabled hald in rc.conf

moused_enable="NO"
hald_enable="YES"

Now my mouse and keyboard work after starting X.

-mark
 
Back
Top