14a6b
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm posting this because I've seen that others had similar problems. Today, I upgraded to FBSD 7.2. After starting the X-server, I noticed that neither mouse nor keyboard input worked. The solution is to add the line Option "AllowEmptyInput" "off" in Section "ServerFlags". I wonder what happened to X.org 7.4. Is it a new feature to disable mouse and keyboard by default? |
|
#2
|
||||
|
||||
|
It's because Xorg now relies on HAL to detect the mouse and keyboard.
This is different from previous versions. Hence, you have to make sure hald is running before starting X.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
Now that I ve enabled HAL and DBUS, my German keyboard doesn t work any more. I found a useful article on that:
http://blogmal.42.org/tidbits/xorg-hald.story Is HAL just an annoyance or does it have any use |
|
#4
|
||||
|
||||
|
Learn to live with it. Gnome, KDE and Xfce all depend on HAL too.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#6
|
|||
|
|||
|
I have done some digging in the forum to find out why when I use startx on the FreeBSD system 8.2 the windows appear but there is no input from keyboard or mouse in the windows. In the digging I found several methods to possibly resolve the problem. It did not. What can I do?
|
|
#7
|
||||
|
||||
|
The Handbook X11 chapter advises using hal. The other option is to turn off AutoAddDevices in the ServerLayout section:
Code:
Section "ServerLayout"
...
Option "AutoAddDevices" "Off"
EndSection
|
|
#8
|
|||
|
|||
|
I have done both suggestions that you have offered and the problem still exists.
|
|
#9
|
||||
|
||||
|
Please put your /var/log/Xorg.0.log and xorg.conf on pastebin.com and post the links.
|
|
#10
|
|||
|
|||
|
I rebooted and reinstalled FreeBSD and then place the hald and dbus enable lines in /etc/rc.conf and voila it worked. Thank you for your assistance.
Last edited by DutchDaemon; October 10th, 2011 at 01:00. |
|
#11
|
|||
|
|||
|
I have read all of the advise and tried all suggestions, but my mouse will simply not respond. May someone please assist me.
I am using gnome2 and the latest version of Xorg as of 10/13/2011. I have done the rc.conf hald and dbus lines. Any assistance would be great. Do you need any more info? Mike |
|
#12
|
||||
|
||||
|
The Handbook mentions restarting after adding lines to enable dbus and hald to /etc/rc.conf. Did you do that, or start them manually?
If it's a PS/2 mouse, moused(8) is needed, too. |
|
#13
|
|||
|
|||
|
I went to sysinstall and enabled the mouse. Worked.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] keyboard and mouse don't work under KDE | ccc | KDE | 18 | November 18th, 2010 14:48 |
| X.Org 7-4 -> X.Org 7.5 upgrade -- issues and questions | DutchDaemon | X.Org | 112 | October 26th, 2010 11:03 |
| [Solved] Mouse and Keyboard don't work in KDM? | gore | X.Org | 10 | June 18th, 2010 22:32 |
| [Solved] KDE4 under VMWARE: keyboard and mouse don't work | nhanquy | KDE | 4 | April 22nd, 2010 12:57 |
| mouse & keyboard stopped working after xorg upgrade | Business_Woman | X.Org | 8 | March 24th, 2009 18:38 |