<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to auto login and startx without a display manager in Debian</title>
	<atom:link href="http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chetan</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-9154</link>
		<dc:creator>chetan</dc:creator>
		<pubDate>Sun, 01 Jan 2012 14:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-9154</guid>
		<description>x:23:once:/sbin/rungetty -u root -g root tty9 -- /bin/su creddy -l -c &quot;xinit &gt; /tmp/xinit.out 2&gt;&amp;1&quot;</description>
		<content:encoded><![CDATA[<p>x:23:once:/sbin/rungetty -u root -g root tty9 -- /bin/su creddy -l -c &#8220;xinit &gt; /tmp/xinit.out 2&gt;&amp;1&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-9006</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 29 Oct 2011 11:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-9006</guid>
		<description>@captain obvious

You could install screen then alter your .bashrc to look like this:

if [ -z &quot;$DISPLAY&quot; ] &amp;&amp; [ $(tty) = /dev/tty1 ]; then
screen -d -m startx &amp;&amp; logout
fi</description>
		<content:encoded><![CDATA[<p>@captain obvious</p>
<p>You could install screen then alter your .bashrc to look like this:</p>
<p>if [ -z "$DISPLAY" ] &amp;&amp; [ $(tty) = /dev/tty1 ]; then<br />
screen -d -m startx &amp;&amp; logout<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: captain obvious</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-8794</link>
		<dc:creator>captain obvious</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-8794</guid>
		<description>You can get owned by an attacker pressing ctrl+c on tty1...</description>
		<content:encoded><![CDATA[<p>You can get owned by an attacker pressing ctrl+c on tty1&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-8705</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-8705</guid>
		<description>oh my god
guys, you rule!!
thanks!!</description>
		<content:encoded><![CDATA[<p>oh my god<br />
guys, you rule!!<br />
thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: undead_rattler</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-7564</link>
		<dc:creator>undead_rattler</dc:creator>
		<pubDate>Fri, 17 Dec 2010 16:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-7564</guid>
		<description>@Tim You appear to have a conflicting X manager installed. Check for XDM, GDM, or KDM in your /bin, /usr/bin, /sbin, or /usr/sbin directories. Use &quot;apt-get --remove PACKAGE-NAME-HERE&quot; to remove them.

@Dan You&#039;re not getting any keyboard input because the way you&#039;ve edited the file looks like it&#039;s sending Standard in (kbd/mouse) and Standard out (display for bash/fish/sh/etc) to null. try taking out the &quot;2&gt;&amp;1&quot; at the end.

@eev this is a (hidden) file stored in your home directory (/home/USERNAME/) that you might have to create yourself. A simple google search should do you well :-)</description>
		<content:encoded><![CDATA[<p>@Tim You appear to have a conflicting X manager installed. Check for XDM, GDM, or KDM in your /bin, /usr/bin, /sbin, or /usr/sbin directories. Use &#8220;apt-get --remove PACKAGE-NAME-HERE&#8221; to remove them.</p>
<p>@Dan You&#8217;re not getting any keyboard input because the way you&#8217;ve edited the file looks like it&#8217;s sending Standard in (kbd/mouse) and Standard out (display for bash/fish/sh/etc) to null. try taking out the &#8220;2&gt;&amp;1&#8243; at the end.</p>
<p>@eev this is a (hidden) file stored in your home directory (/home/USERNAME/) that you might have to create yourself. A simple google search should do you well <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eev</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-6277</link>
		<dc:creator>eev</dc:creator>
		<pubDate>Wed, 24 Nov 2010 15:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-6277</guid>
		<description>where the hell the .bash_profile is?</description>
		<content:encoded><![CDATA[<p>where the hell the .bash_profile is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-5516</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 08 Aug 2010 11:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-5516</guid>
		<description>Hi, My keyboard input won&#039;t work when I modify my inittab with &quot;1:2345:respawn:/bin/login -f YOUR_USER_NAME tty1 /dev/tty1 2&gt;&amp;1&quot;, what could i be doing wrong? I&#039;m not starting X, all I want is autologin leaving me in a terminal.</description>
		<content:encoded><![CDATA[<p>Hi, My keyboard input won&#8217;t work when I modify my inittab with &#8220;1:2345:respawn:/bin/login -f YOUR_USER_NAME tty1 /dev/tty1 2&gt;&amp;1&#8243;, what could i be doing wrong? I&#8217;m not starting X, all I want is autologin leaving me in a terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-4286</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-4286</guid>
		<description>Sorry, but neither of these methods work on my Debian machine.  I wish I could elaborate on why, but I am not familiar enough with these lower level workings.  Could be that I am still using Etch.

For method 1:  It booted normally and prompted me to login at the graphical interface as usual.  I logged in on the account chosen for the example and several of the gnome panel applets crashed.

For method 2:  It booted normally and prompted me to login at the graphical interface as usual.  I logged in on the account chosen for the example and the GUI hung and I had to undo the changes in the console.</description>
		<content:encoded><![CDATA[<p>Sorry, but neither of these methods work on my Debian machine.  I wish I could elaborate on why, but I am not familiar enough with these lower level workings.  Could be that I am still using Etch.</p>
<p>For method 1:  It booted normally and prompted me to login at the graphical interface as usual.  I logged in on the account chosen for the example and several of the gnome panel applets crashed.</p>
<p>For method 2:  It booted normally and prompted me to login at the graphical interface as usual.  I logged in on the account chosen for the example and the GUI hung and I had to undo the changes in the console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tawan</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-3428</link>
		<dc:creator>tawan</dc:creator>
		<pubDate>Sat, 25 Jul 2009 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-3428</guid>
		<description>Great, I had a hunch you could do this and so happy you can. Method 1 worked perfectly, thank you.</description>
		<content:encoded><![CDATA[<p>Great, I had a hunch you could do this and so happy you can. Method 1 worked perfectly, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.debianadmin.com/how-to-auto-login-and-startx-without-a-display-manager-in-debian.html/comment-page-1#comment-2571</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 18 Mar 2009 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=617#comment-2571</guid>
		<description>Method 2:
while; true
do

You forgot about `;` after &quot;while&quot;.</description>
		<content:encoded><![CDATA[<p>Method 2:<br />
while; true<br />
do</p>
<p>You forgot about `;` after &#8220;while&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

