This shows you the differences between two versions of the page.
|
howto:build_e17_from_source_on_freebsd_8 [2009/11/30 23:15] timh |
howto:build_e17_from_source_on_freebsd_8 [2009/12/12 17:15] (current) timh |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| I will not explain how to configure X.Org. See the FreeBSD handbook. | I will not explain how to configure X.Org. See the FreeBSD handbook. | ||
| - | Once that is done, feel free to add the dbus and hald lines to rc.conf and reboot ([[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html|FreeBSD Handbook]]). I'll wait... | + | Once that is done, feel free to add the dbus and hald lines to rc.conf and reboot ([[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html|FreeBSD Handbook]]). Or, if you don't want to run hal, I suggest installing the xf86-input-keyboard and xf86-input-mouse packages. If you do that you will also want to add |
| + | |||
| + | <code>Option "AllowEmptyInput" "off"</code> | ||
| + | |||
| + | to the ServerLayout section of your xorg.conf. I'll wait... | ||
| ==== Install Required Software ==== | ==== Install Required Software ==== | ||