Keyboard not work in gnome.

Hi, i installed gnome and work, then I login as root and I type root and pass it work, but when I into my desktop then keyboard not work.

Why?

In file /etc/rc.conf

Code:
gnome_enable="YES"

Thanks.
 
That shouldn't be necessary, because gnome_enable includes hald_enable and dbus_enable.
 
First of all, do NOT use root. Create a normal user account, even if it's just for test.

Make sure both hald and dbus are running, they should be started because of gnome_enable but check it nonetheless.
Also have a look in your /var/log/Xorg.0.log and /var/log/messages for any errors.
 
Back
Top