![]() |
|
Guides All Guides and HOWTO's. |
|
Thread Tools | Display Modes |
|
||||
![]()
There were many questions regarding the oldschool xorg/x11 setup without hald/dbus and with old usefull terminate method by ctrl-alt-backspace, here is a short howto how to achieve this.
1. Install FreeBSD along with x11/xorg or add it by package. root # pkg_add -r xorg1.1. Enable and start moused(8) daemon if you already do not have it running. root # echo moused_enable=\"YES\" >> /etc/rc.conf2. Generate new config. root # X -configure3. Move config to its proper place. root # mv /root/xorg.conf.new /usr/local/etc/X11/xorg.conf4. Add needed options to config in sections ServerFlags and InputDevice. root # vi /usr/local/etc/X11/xorg.conf5. Basic client configuration. user % cat > ${HOME}/.xinitrc << EOF6. Start x11/xorg. user % xinit -- -dpi 75 -nolisten tcpExample full xorg.conf config: For comparision, for OpenBSD its like that: 1. Install OpenBSD along with xenocara/x11. 2. Basic client configuration. user % cat > ${HOME}/.xinitrc << EOF3. Start x11/xorg. user % xinit -- -dpi 75 -nolisten tcp ![]() ADDED 2009/11/16 ---------------- If you would like to disable CAPS LOCK key, then you should make the folllowing change in the xorg.conf file: Code:
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" - Option "XkbOptions" "terminate:ctrl_alt_bksp" + Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps" EndSection Code:
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp" + Option "XkbLayout" "pl" EndSection
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
Tags |
backspace, dbus, hal, hald, x11, xorg, xorg.conf |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
hald(1) and nautilus(1) does not automount media | vermaden | FreeBSD Ports and Packages | 3 | 2nd November 2009 06:17 PM |
HOWTO: Working Intel Graphics Card Setup | vermaden | FreeBSD Installation and Upgrading | 2 | 3rd July 2009 07:59 PM |
dbus-daemon | lumiwa | FreeBSD General | 2 | 2nd October 2008 12:05 AM |
Ctrl-D and Ctrl-C sometimes dose not work | mfaridi | FreeBSD General | 9 | 6th July 2008 07:04 AM |
Backspace Annoyance | schrodinger | FreeBSD General | 2 | 3rd June 2008 12:11 PM |