If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
no subject
Date: 2016-11-06 05:43 am (UTC)http://wiki.archlinux.org/index.php/Xinit
How to install the startx command - Garron.me
Written by Guillermo Garron Date: 2008-04-28 10:36:30 00:00
sudo aptitude install xinit
once it is installed you have to create or edit your
$HOME/.xinitrc file, and write in there
something like this:
#!/bin/sh
exec startfluxbox
#exec gnome-session
#exec startkde
be sure to have only one Desktop uncommented.
http://www.garron.me/en/go2linux/how-to-install-startx.html