c9e4
![]() |
|
|
|
|
#1
|
|||
|
|||
|
Hello.
Just installed KDE4 on my laptop DELL Vostro, on FreeBSD 9. In rc.conf included: Quote:
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? |
|
#2
|
||||
|
||||
|
Check, you have this entry in /etc/rc.conf
Code:
moused_enable="YES" Code:
Option "AutoAddDevices" "Off" |
|
#3
|
|||
|
|||
|
Quote:
Quote:
|
|
#4
|
|||
|
|||
|
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 The other problem appeared, after startx I see KDE loading and "Starting Akonadi Server" but that black screen. Last edited by SirDice; July 30th, 2012 at 17:15. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#5
|
||||
|
||||
|
If you don't use kdepim try disable akonadi
$ sed -i "" '/StartServer/ s/true/false/' ~/.config/akonadi/akonadiserverrcTake a look http://mail.kde.org/pipermail/kde-fr...ly/013669.html List of applications who needs akonadi enabled http://userbase.kde.org/Akonadi#ApplicationTable |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mouse doesn't work unless Xorg restarted and mouse replugged in | Grell | X.Org | 23 | June 23rd, 2012 22:35 |
| [Solved] FreeBSD KDE4 Problem: Mouse and Keyboard | ASRV1 | KDE | 3 | May 17th, 2012 02:10 |
| [Solved] KDE4 under VMWARE: keyboard and mouse don't work | nhanquy | KDE | 4 | April 22nd, 2010 12:57 |
| [Solved] Xorg mouse test works, but KDE4 mouse fails | tom-pele | X.Org | 1 | May 11th, 2009 17:24 |
| [Solved] Mouse not moving in KDE4 | jemate18 | KDE | 3 | May 9th, 2009 00:53 |