View Full Version : mouse & keyboard stopped working after xorg upgrade
Business_Woman
March 18th, 2009, 23:21
Hi,
I recently decided to upgrade Xorg-server to the latest version 1.5 i think(?). After the upgrade my mouse and keyboard no longer works.I read the notes in UPDATING about mouse & keyboard now beeing configured through HAL daemon.
Where do i start?
//Business_Woman
ale
March 18th, 2009, 23:31
There are been a lot of discussion in the forum about that, so you may starting doing some searches.
Summarizing, you can build xorg with or without hal.
If you built it with hal, make sure hald (and dbus) are started before starting Xorg and do not enable moused. You can start hal from your /etc/rc.conf.
(It seems that) some other hal tweaks, like editing an xml file, may be needed if you are using a keyboard layout other than us.
Else, just add the option to your xorg configuration as described in UPDATING, and everything should work as before.
Business_Woman
March 21st, 2009, 10:37
Hmm, it seems like the keymap is set correctly after you run setxkbmap se. Could you get around the xml file editing by just running the command at startup, in .xinitrc or .xsession?
lme@
March 21st, 2009, 11:37
If you don't want to use an xml file, you can just add
setxkbmap se &
to .xinitrc / .xsession before the WM is loaded.
Business_Woman
March 22nd, 2009, 15:40
If you don't want to use an xml file, you can just add
setxkbmap se &
to .xinitrc / .xsession before the WM is loaded.
Thank you darling....
Business_Woman
March 22nd, 2009, 23:26
However i noticed something strange. When running the `setxkbmap se` command from .xinitrc the keyboard layout is set correctly, however when using either backspace or the arrow keys to move forwards or backwards, the cursor(?) moves just one step, even when holding down backspace or one of the arrow keys.
This does not happen when the setxkbmap se command is issued in X.
Any ideas?
akdb2004
March 22nd, 2009, 23:43
Hi,
I recently decided to upgrade Xorg-server to the latest version 1.5 i think(?). After the upgrade my mouse and keyboard no longer works.I read the notes in UPDATING about mouse & keyboard now beeing configured through HAL daemon.
Where do i start?
//Business_Woman
Yep, I've just been through this as well
You may find your solution here
http://forums.freebsd.org/showthread.php?t=2804
The added lines in /etc/rc.conf & /etc/X11/xorg.conf
got my USB mouse working again
Good luck
jemate18
March 24th, 2009, 06:37
Might want also to look into these thread (http://forums.freebsd.org/showthread.php?t=1721&page=4) post#99 works for me..
Regards,
Wrathchild
March 24th, 2009, 18:38
You can add the following lines in your xorg.conf file:
Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection
I had the same problem, but the previous thing solved the problem.
I'm sorry, but my english is really bad.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.