<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Repair Help &#187; Linux</title>
	<atom:link href="http://www.tweaksforgeeks.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tweaksforgeeks.com</link>
	<description>TweaksForGeeks.com</description>
	<lastBuildDate>Sat, 13 Mar 2010 00:55:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get Gnome and the X Server working on a Compaq Presario SR1503WM</title>
		<link>http://www.tweaksforgeeks.com/linux/2009/05/how-to-get-gnome-and-the-x-server-working-on-a-compaq-presario-sr1503wm</link>
		<comments>http://www.tweaksforgeeks.com/linux/2009/05/how-to-get-gnome-and-the-x-server-working-on-a-compaq-presario-sr1503wm#comments</comments>
		<pubDate>Mon, 04 May 2009 02:51:20 +0000</pubDate>
		<dc:creator>Sootah</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tweaksforgeeks.com/?p=166</guid>
		<description><![CDATA[As we&#8217;re switching many of the computers where I work gradually over to Linux (to save on both software licensing costs, as well as to extend the life of the older hardware) I ran into a problem getting Ubuntu 8.10 running on a Compaq Presario SR1503WM.
The install went smoothly, absolutely no hiccups there. Even after [...]]]></description>
			<content:encoded><![CDATA[<p>As we&#8217;re switching many of the computers where I work gradually over to Linux (to save on both software licensing costs, as well as to extend the life of the older hardware) I ran into a problem getting Ubuntu 8.10 running on a Compaq Presario SR1503WM.</p>
<p>The install went smoothly, absolutely no hiccups there. Even after the initial reboot everything looked kosher; the main X login screen would appear just fine. It wasn&#8217;t until I actually tried to log into the account I had created that there was a problem.</p>
<p>Effectively, just after logging in the screen would go completely dark with the exception of a one pixel band at the top of the screen where some of the desktop was displayed, and the mose cursor would render as well. Nothing else.</p>
<p>I initially tried to do a failsafe terminal session and run the old trusty &#8220;sudo dpkg-reconfigure xserver-xorg&#8221; command, but that didn&#8217;t work. Following this, I did a little poking around and found that the SR1503WM uses an Intel graphics card, so I went to another failsafe terminal session and edited the /etc/X11/xorg.conf file to the following:</p>
<p>Section &#8220;Device&#8221;<br />
Identifier &#8220;Configured Video Device&#8221;<br />
<strong> Driver &#8220;intel&#8221;<br />
Option &#8220;AccelMethod&#8221; &#8220;XAA&#8221;</strong><br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier &#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier &#8220;Default Screen&#8221;<br />
Monitor &#8220;Configured Monitor&#8221;<br />
Device &#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>In order to edit this file from a terminal I prefer to use pico as it&#8217;s much more straightforward than using vi.</p>
<p>Anyway, boot to a failsafe terminal session and after this type &#8220;sudo pico /etc/X11/xorg.conf&#8221;. Following that, change the file to match what I have posted above, use Control+X to exit, and make sure to save your changes. When you&#8217;re back to the main terminal screen type &#8220;exit&#8221; and press enter, after which you should be back to the X login screen. Be sure to click on &#8220;Options&#8221; and then &#8220;Change Session&#8221; and set Gnome back to the session you want. Try to login now and you should be golden.</p>
<p> </p>
<p><strong>EDIT</strong>: It should be noted that the two bolded lines above were the ones that I added to the xorg.conf file. The rest was already there, and is pretty standard for most X11 configuration files. Also, I did a fresh install of Ubuntu 9.04 after this and it loaded X/Gnome just fine without any tweaks to the conf file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweaksforgeeks.com/linux/2009/05/how-to-get-gnome-and-the-x-server-working-on-a-compaq-presario-sr1503wm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
