Nothing works

Can someone help me?
I bought FreeBSD for a computer. I installed it. I run it, and now I can't even login. I type 'root' at login, but when I want to run KDE, with 'xinit' at the command line, it starts up a window, in which nothing can be typed, and with a cross in the middle (mouse pointer?) that doesn't move. To exit this marasme I have to reboot the computer. What is all this?

Ward
 
wow, there is a FreeBSD handbook, that is great, I'll read it. I also discovered the mouse pointer is moveable now, with the touchpad, but USB mouse doesn't work. I can select the window now, and I can type things.
 
Try adding the following lines to /etc/rc.conf

Code:
dbus_enable="YES"
hald_enable="YES"

save changes and restart.
 
NZ3BSD said:
Try adding the following lines to /etc/rc.conf

Code:
dbus_enable="YES"
hald_enable="YES"

save changes and restart.
Or simply run them:
# /usr/local/etc/rc.d/dbus start
# /usr/local/etc/rc.d/hal start
 
Back
Top