OpenBSD 5 Booting Desktop
Hello OpenBSD User! This Tip shows you Step by Step How to SetUp OpenBSD 5 for Booting into a Windows Manager Desktop.
And the Display Manager of Choice for OpenBSD 5 Booting Desktop is SLIM because is light-weight and integrate flawlessly into an OpenBSD 5 System.
-
OpenBSD 5 Start X Window Manager Setup
-
Install the SLIM Display Manager.
pkg_add slim slim-themes
-
SetUp OpenBSD 5 to Start SLIM at Boot.
vi /etc/rc.local
Inserts:
/nif [ -x /usr/local/bin/slim ]; then/necho -n ' slim'; ( sleep 5; /usr/local/bin/slim -nodaemon ) & fi
Type ‘i’ to Start Editing
After press ‘Esc’ to Stop Editing
And finally ‘:wq’ to Write changes and Quit! ;) -
Finally, Reboot into OpenBSD Desktop
So Now I’m truly Happy if My Guide could Help you to Setup OpenBSD 5 Booting Desktop!