KDE4 doesn't see USB mouse

Hello.
Just installed KDE4 on my laptop DELL Vostro, on FreeBSD 9.

In rc.conf included:

hald_enable="YES"
dbus_enable="YES"

I've made #Xorg -configure - it shows me a black screen. If I make #Xorg -config xorg.conf.new -retro - it show a grid with mouse successfully moving and besides it's moving in console.

Starting KDE4 - mouse is not moving, though keyboard is working fine.
My xorg.conf and Xorg.0.log in attachment. What can be done about it?
 

Attachments

  • xorg.conf.txt
    2.5 KB · Views: 205
  • Xorg.0.log.zip
    5.7 KB · Views: 141
Check, you have this entry in /etc/rc.conf
Code:
moused_enable="YES"

Turn off AutoAddDevices in xorg.conf, you can do this adding in the ServerLayout Section this entry
Code:
Option  "AutoAddDevices"  "Off"
 
Solved. Besides the dances in previous messages I had also to:
Code:
#cd /usr/port/x11-drivers/xf86-input-keyboard && make reinstall clean
#cd /usr/port/x11-drivers/xf86-input-mouse && make reinstall clean
Mouse is alright.

The other problem appeared, after startx I see KDE loading and "Starting Akonadi Server" but that black screen.
 
Back
Top