<?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: Prevent X.Org from Starting in Ubuntu</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 04:23:14 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/comment-page-1/#comment-70530</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 18 Apr 2009 02:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/#comment-70530</guid>
		<description>I used the first command to prevent xwindow from starting, this prevented my sound from working after a reboot. 

So then I used the command posted to restore it back to bring up the regular login and now my mouse and keyboard no longer work, the login screen comes up and I can type nothing and can&#039;t move the mouse around.

I am currently running off the live CD.... anyone know a fix for this so I don&#039;t have to reinstall?  Please any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I used the first command to prevent xwindow from starting, this prevented my sound from working after a reboot. </p>
<p>So then I used the command posted to restore it back to bring up the regular login and now my mouse and keyboard no longer work, the login screen comes up and I can type nothing and can&#8217;t move the mouse around.</p>
<p>I am currently running off the live CD&#8230;. anyone know a fix for this so I don&#8217;t have to reinstall?  Please any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gerstmann</title>
		<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/comment-page-1/#comment-67946</link>
		<dc:creator>John Gerstmann</dc:creator>
		<pubDate>Sun, 01 Mar 2009 22:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/#comment-67946</guid>
		<description>Bernhard is right: S30gdm K70gdm work perfectly using bum boot-up manager.</description>
		<content:encoded><![CDATA[<p>Bernhard is right: S30gdm K70gdm work perfectly using bum boot-up manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/comment-page-1/#comment-57562</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Fri, 12 Sep 2008 12:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/#comment-57562</guid>
		<description>&quot;update-rc.d foo defaults&quot; will not put &quot;foo&quot; back into its previous start-up slot, but puts it at S20 by braindead &quot;default&quot;. Its the oldest surviving bug in UNIX history. For gdm this can cause real grief cause it puts it before processes that should have completed start-up before gdm goes about its merry ways.

Better solutions:
use mv to change the symlink in a particular runlevel to K(100 minus Svalue) e.g. &quot;mv S30gdm K70gdm&quot; and when you want it back in use &quot;mv K70gdm S30gdm&quot;. Better yet, use a dedicated boot-up manager (e.g. &quot;bum&quot; which has a friendly GUI) to edit your runlevels.

update-rc.d is full of inconsistencies and hidden traps.</description>
		<content:encoded><![CDATA[<p>&#8220;update-rc.d foo defaults&#8221; will not put &#8220;foo&#8221; back into its previous start-up slot, but puts it at S20 by braindead &#8220;default&#8221;. Its the oldest surviving bug in UNIX history. For gdm this can cause real grief cause it puts it before processes that should have completed start-up before gdm goes about its merry ways.</p>
<p>Better solutions:<br />
use mv to change the symlink in a particular runlevel to K(100 minus Svalue) e.g. &#8220;mv S30gdm K70gdm&#8221; and when you want it back in use &#8220;mv K70gdm S30gdm&#8221;. Better yet, use a dedicated boot-up manager (e.g. &#8220;bum&#8221; which has a friendly GUI) to edit your runlevels.</p>
<p>update-rc.d is full of inconsistencies and hidden traps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paddy Devine</title>
		<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/comment-page-1/#comment-39591</link>
		<dc:creator>Paddy Devine</dc:creator>
		<pubDate>Mon, 03 Mar 2008 13:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/#comment-39591</guid>
		<description>I&#039;m just a novice, but enjoy the info on your site. I&#039;ve done everything in windows since 85 and have really forgotten everything dos...its been so long ago. Really like this unit with Ubuntu and the ability to go to the command line.  The commands are new to me, but hopefully I can get up to speed and learn some real computing.

Peace, Paddy</description>
		<content:encoded><![CDATA[<p>I&#8217;m just a novice, but enjoy the info on your site. I&#8217;ve done everything in windows since 85 and have really forgotten everything dos&#8230;its been so long ago. Really like this unit with Ubuntu and the ability to go to the command line.  The commands are new to me, but hopefully I can get up to speed and learn some real computing.</p>
<p>Peace, Paddy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
