<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3179&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Automatic startx without session manager]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3179</link>
		<description><![CDATA[The most recent posts in Automatic startx without session manager.]]></description>
		<lastBuildDate>Tue, 26 Nov 2019 20:23:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Automatic startx without session manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18703#p18703</link>
			<description><![CDATA[<p>Thank you, it&#039;s something I&#039;ve been looking for for a long time too.</p>]]></description>
			<author><![CDATA[dummy@example.com (szutt)]]></author>
			<pubDate>Tue, 26 Nov 2019 20:23:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18703#p18703</guid>
		</item>
		<item>
			<title><![CDATA[Automatic startx without session manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18702#p18702</link>
			<description><![CDATA[<p>Since I didn&#039;t find something specifically for Devuan, here is my contribution.</p><p>The automation is done into two steps: set sysvinit to automatically logging your user on TTY and using your user .profile file to startx.</p><p>First use an editor to open /etc/inittab and search for the following block:</p><div class="codebox"><pre><code>1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6</code></pre></div><p>Now edit the first line, TTY1 (or whorever TTY you want) as follow:</p><div class="codebox"><pre><code>1:2345:respawn:/sbin/getty --autologin john --noclear 38400 tty1</code></pre></div><p>Now edit your user .profile adding the following:</p><div class="codebox"><pre><code>#Startx Automatically
if [[ -z &quot;$DISPLAY&quot; ]] &amp;&amp; [[ $(tty) = /dev/tty1 ]]; then
. startx
logout
fi</code></pre></div><p>My fonts:</p><p><a href="https://wiki.gentoo.org/wiki/Automatic_login_to_virtual_console" rel="nofollow">https://wiki.gentoo.org/wiki/Automatic_ … al_console</a></p><p><a href="https://forums.bunsenlabs.org/viewtopic.php?id=5544" rel="nofollow">https://forums.bunsenlabs.org/viewtopic.php?id=5544</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ReallyNigga)]]></author>
			<pubDate>Tue, 26 Nov 2019 18:08:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18702#p18702</guid>
		</item>
	</channel>
</rss>
