XFCE4 mouse problem

Hi all,

Got strange thing going on with my USB mouse. Have hald and dbus autostart on boot. I boot, then startx and my mouse is not working (my keyboard is ok). After that I go to tty1 and stop xfce4 and then startx again. After restarting startx mouse begins to work. Can anyone help me with this?
 
There is some problem with HAL and xorg recently. The easiest solution is to just avoid HAL. It does nothing useful for xfce. Add to the ServerLayout section in xorg.conf:
Code:
Option "AutoAddDevices" "Off"
 
Ok, it really doesn't bother me too much. I just wanted to make clear that I did everything right and it is not my fault. Thanks for the answer.
 
Back
Top