<?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>Random bits &#187; 1405-s151</title>
	<atom:link href="http://jamie.workingagenda.com/blog/tag/1405-s151/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamie.workingagenda.com/blog</link>
	<description>Notes about things that do and don&#039;t make sense</description>
	<lastBuildDate>Mon, 15 Aug 2011 15:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing screen resolution in Toshiba 1405-S151, in Ubuntu 9.04</title>
		<link>http://jamie.workingagenda.com/blog/2009/07/19/fixing-screen-resolution-in-toshiba-1405-s-151-in-ubuntu-9-04/</link>
		<comments>http://jamie.workingagenda.com/blog/2009/07/19/fixing-screen-resolution-in-toshiba-1405-s-151-in-ubuntu-9-04/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 22:52:45 +0000</pubDate>
		<dc:creator>jamie</dc:creator>
				<category><![CDATA[Computers and Software]]></category>
		<category><![CDATA[1405-s151]]></category>
		<category><![CDATA[cyberblade]]></category>
		<category><![CDATA[screen resolution]]></category>
		<category><![CDATA[Toshiba]]></category>
		<category><![CDATA[trident]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://jamie.workingagenda.com/blog/?p=485</guid>
		<description><![CDATA[Update. For a better solution, see this blog. Our office has a (2002) older Toshiba Satellite 1405-S151. Windows XP is unbearably slow on the laptop, so I wanted to see if it was usable with a current version (9.04) of Ubuntu. The installation went pretty smoothly, and the computer worked much better than with Windows, [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="http://jamie.workingagenda.com/blog/?p=485"><!-- &nbsp; --></abbr>
<p>Update.  For a better solution, see <a href="http://jamie.workingagenda.com/blog/2011/07/17/dell-dimension-1100-with-lubuntu/">this blog</a>.  </p>
<p>Our office has a (2002) older Toshiba Satellite 1405-S151.  Windows XP is unbearably slow on the laptop, so I wanted to see if it was usable with a current version (9.04) of Ubuntu.  The installation went pretty smoothly, and the computer worked much better than with Windows, except for the screen, which was stuck on 800&#215;600 resolution.  <span id="more-485"></span></p>
<p>After spending a considerable amount of time trying to figure out how to fix things, I was able to come up with this solution, borrowing from several forum posts.</p>
<p>The solution requires an edit of the xorg.conf file, which is found here:  /etc/x11/xorg.conf</p>
<p>But first, it is alway a good idea to back up the existing file.  My backup  was xorg.conf.backup</p>
<p>Before the change, the relevant text in xorg.conf read like this:</p>
<blockquote><p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<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></blockquote>
<p>Based upon some things that worked on different computers using the same video card, I finally tried the following, which seems to work.</p>
<blockquote><p>Section &#8220;Device&#8221;<br />
  Identifier &#8220;Trident Microsystems CyberBlade XPAi1&#8243;<br />
  Driver &#8220;trident&#8221;<br />
  BusID &#8220;PCI:1:0:0&#8243;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
  Identifier &#8220;Generic Monitor&#8221;<br />
  Option &#8220;DPMS&#8221;<br />
  HorizSync 28-51<br />
  VertRefresh 43-60<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
    Identifier    &#8220;Default Screen&#8221;<br />
    Monitor        &#8220;Generic Monitor&#8221;<br />
    Device        &#8220;Trident Microsystems CyberBlade XPAi1&#8243;<br />
    SubSection &#8220;Display&#8221;<br />
           Depth 8<br />
           Modes &#8220;1024&#215;768&#8243;<br />
    EndSubSection<br />
    SubSection &#8220;Display&#8221;<br />
           Depth 16<br />
           Modes &#8220;1024&#215;768&#8243;<br />
    EndSubSection<br />
EndSection
</p></blockquote>
<p>I now have the laptop using the whole screen in a 1024&#215;768 mode.  It is much faster and more reliable than anything I could make work in Windows.  </p>
]]></content:encoded>
			<wfw:commentRss>http://jamie.workingagenda.com/blog/2009/07/19/fixing-screen-resolution-in-toshiba-1405-s-151-in-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

