Talk:X without Display Manager

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

Boot Parameter NOX

Talk status
This discussion is still ongoing as of 1 June 2013.

To determine whether to run X or not, I use the Grub/Lilo kernel boot option "nox". (ie. /boot/vmlinuz root=/dev/sda2 ro nox)

From here, I can use entries within /boot/grub2/grub.cfg to select whether to boot into a command line console or run Xorg/XFCE session.

Most often, I'm booting using the nox option and into command line console only. I then allow my ${HOME}/.bash_profile auto start programs (such as GNU Screen) and finally start DWM using by a pretyped "startx" on the command line.

I have a customized shared ${HOME}/.bash_profile, which checks for which $HOSTNAME it's being executed from and starts each process I need for a desktop session for that particular host/hostname. Checks the runlevel and decides whether to run startxfce4, etc. Atypically though, I use the boot nox option, and when nox option is not selected, the desktop manager handless desktop sessions.

Anyways, been awhile since I wrote or edited the ${HOME}/.bash_profile, or a while since I've used XFCE. So I'm pretty sure with nox, xdm is started here which means the startxfce4 within .bash_profile might be redundant. --Roger (talk) 22:11, 1 June 2013 (UTC)

TODO please describe how it will looks like. Is it usable?

Talk status
This discussion is done as of 2022-02-26.

Vitaly-zdanevich (talk) 10:33, 10 January 2020 (UTC)