Just now I tried to update the (sadly neglected) FreeBSD installation on my Laptop. One of the bigger changes was the upgrade to Xorg 7.4 which introduces hald. Hald, for those who don't know, is the Hardware Abstraction Layer Daemon
, a linuxy invention which spreads it tentacles throughout your system to fix problems FreeBSD didn't yet have – But I digress.
After starting the freshly updated X server you will be in for a treat. It starts all right, but nothing will work, neither keyboard nor mouse. Not even Ctrl+Alt+Backspace.
Ok. Ctrl+Alt+F1 works. So get back to the console and kill the X server.
The problem is, Xorg now tries to use hald by default and if it isn't running, you loose.
The quick fix is to add the following to your xorg.conf:
SectionServerFlags
OptionAutoAddDevicesoff
EndSection
But if you want to do it the new way
...
– Sec
posted at: 23:23 | Category: /tidbits | permanent link to this entry | 0 comments (trackback)