PDA

View Full Version : [Solved] mouse not working in kde3.5


lingzedong
December 10th, 2009, 15:59
hi everybody, I'm new to freebsd. I have some experience using linux, but totally new to bsd

the problem I ran into is:
I have a usb mouse and a usb keyboad, both are working in console, mouse is moving, but when I start kde, the mouse just don't move, and I get stuck there, I either have to ctrl+alt+del to reboot or press printscreen to shutdown xorg( is this how it works?)
I installed the kde3.5 like this:
pkg_add -r kde,
pkg_add -r xorg,
edit /root/.xinitrc ,
Xorg -configure ,
cp xorg.conf.new /etc/X11/xorg.conf
startx

I have tried many times, rebooted many times, the mouse works in the console but just don't work in kde

FRANCOIS
December 10th, 2009, 16:07
hi everybody, I'm new to freebsd. I have some experience using linux, but totally new to bsd

the problem I ran into is:
I have a usb mouse and a usb keyboad, both are working in console, mouse is moving, but when I start kde, the mouse just don't move, and I get stuck there, I either have to ctrl+alt+del to reboot or press printscreen to shutdown xorg( is this how it works?)
I installed the kde3.5 like this:
pkg_add -r kde,
pkg_add -r xorg,
edit /root/.xinitrc ,
Xorg -configure ,
cp xorg.conf.new /etc/X11/xorg.conf
startx

I have tried many times, rebooted many times, the mouse works in the console but just don't work in kde

type in a console as the superuser:
#echo 'hald_enable="YES"' >> /etc/rc.conf
#echo 'dbus_enable="YES"' >> /etc/rc.conf

then reboot your pc.

lingzedong
December 10th, 2009, 16:12
wow, thanks very much, worked out immediately

FRANCOIS
December 10th, 2009, 16:21
wow, thanks very much, worked out immediately

My pleasure!;)

SirDice
December 10th, 2009, 17:11
http://forums.freebsd.org/showthread.php?t=4224

Beastie
December 10th, 2009, 21:27
then reboot you pc.
Or don't. For your machine's daemons' and all humanity's sake
/usr/local/etc/rc.d/hald forcestart
/usr/local/etc/rc.d/dbus forcestart
will do fine.

phoenix
December 10th, 2009, 21:40
And if you have the *_enable variables set in rc.conf, you don't need the "force" part.

BuSerD
December 19th, 2009, 22:30
Or

/usr/local/etc/rc.d/hald onestart

/usr/local/etc/rc.d/dbus onestart