<?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: Ubuntu on Gateway MX8711</title>
	<atom:link href="http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/</link>
	<description>Better than bad, it&#039;s good</description>
	<lastBuildDate>Fri, 08 Jul 2011 03:15:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/comment-page-1/#comment-65</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 21 Jun 2007 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=73#comment-65</guid>
		<description>The latest Ubuntu/Kubuntu Feisty Fawn 7.04 works great on this laptop. I have the MX8711 as well, and within 30-40 minutes I had it installed and up and running without any problems.</description>
		<content:encoded><![CDATA[<p>The latest Ubuntu/Kubuntu Feisty Fawn 7.04 works great on this laptop. I have the MX8711 as well, and within 30-40 minutes I had it installed and up and running without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr. macrodot</title>
		<link>http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/comment-page-1/#comment-64</link>
		<dc:creator>mr. macrodot</dc:creator>
		<pubDate>Sat, 17 Feb 2007 22:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=73#comment-64</guid>
		<description>i have the same Gateway laptop...&lt;br/&gt;&lt;br/&gt;i installed Fedora 6 and the following worked for me. Im sure a similar process would work on Ubuntu but the paths to the scripts mentioned would be different...&lt;br/&gt;&lt;br/&gt;1) change run level to 5 to load X server&lt;br/&gt;# vi /etc/inittab&lt;br/&gt;id:5:initdefault:&lt;br/&gt;&lt;br/&gt;2) install the popular 915resolution Bios hack, search in google for it if you dont have YUM installed.&lt;br/&gt;# yum install 915resolution&lt;br/&gt;&lt;br/&gt;3) modify your monitor settings, i included all my settings which includes my irrelevant keybrd settings&lt;br/&gt;# vi /etc/X11/xorg.conf&lt;br/&gt;Section &quot;ServerLayout&quot;&lt;br/&gt;Identifier &quot;single head configuration&quot;&lt;br/&gt;Screen 0 &quot;Default Screen&quot; 0 0&lt;br/&gt;InputDevice &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;&lt;br/&gt;InputDevice &quot;Synaptics&quot; &quot;CorePointer&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;InputDevice&quot;&lt;br/&gt;Identifier &quot;Keyboard0&quot;&lt;br/&gt;Driver &quot;kbd&quot;&lt;br/&gt;Option &quot;XkbModel&quot; &quot;pc105&quot;&lt;br/&gt;Option &quot;XkbLayout&quot; &quot;us&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;InputDevice&quot;&lt;br/&gt;Identifier &quot;Synaptics&quot;&lt;br/&gt;Driver &quot;synaptics&quot;&lt;br/&gt;Option &quot;Device&quot; &quot;/dev/input/mice&quot;&lt;br/&gt;Option &quot;Protocol&quot; &quot;auto-dev&quot;&lt;br/&gt;Option &quot;Emulate3Buttons&quot; &quot;yes&quot;&lt;br/&gt;Section &quot;ServerLayout&quot;&lt;br/&gt;Identifier &quot;single head configuration&quot;&lt;br/&gt;Screen 0 &quot;Default Screen&quot; 0 0&lt;br/&gt;InputDevice &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;&lt;br/&gt;InputDevice &quot;Synaptics&quot; &quot;CorePointer&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;InputDevice&quot;&lt;br/&gt;Identifier &quot;Keyboard0&quot;&lt;br/&gt;Driver &quot;kbd&quot;&lt;br/&gt;Option &quot;XkbModel&quot; &quot;pc105&quot;&lt;br/&gt;Option &quot;XkbLayout&quot; &quot;us&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;InputDevice&quot;&lt;br/&gt;Identifier &quot;Synaptics&quot;&lt;br/&gt;Driver &quot;synaptics&quot;&lt;br/&gt;Option &quot;Device&quot; &quot;/dev/input/mice&quot;&lt;br/&gt;Option &quot;Protocol&quot; &quot;auto-dev&quot;&lt;br/&gt;Option &quot;Emulate3Buttons&quot; &quot;yes&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;Monitor&quot;&lt;br/&gt;Identifier &quot;Generic Monitor&quot;&lt;br/&gt;HorizSync 28.0 - 72.0&lt;br/&gt;VertRefresh 59.0 - 75.0&lt;br/&gt;Option &quot;DPMS&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;Device&quot;&lt;br/&gt;Identifier &quot;Intel Corporation Mobile Integrated Graphics Controller&quot;&lt;br/&gt;Driver &quot;i810&quot;&lt;br/&gt;VideoRam 65536&lt;br/&gt;Option &quot;ForceBIOS&quot; &quot;1024x768=1440x900&quot;&lt;br/&gt;BusID &quot;PCI:0:2:0&quot;&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;Section &quot;Screen&quot;&lt;br/&gt;Identifier &quot;Default Screen&quot;&lt;br/&gt;Device &quot;Intel Corporation Mobile Integrated Graphics Controller&quot;&lt;br/&gt;Monitor &quot;Generic Monitor&quot;&lt;br/&gt;DefaultDepth 24&lt;br/&gt;SubSection &quot;Display&quot;&lt;br/&gt;Depth 24&lt;br/&gt;Modes &quot;1440x900&quot; &quot;1024x768&quot;&lt;br/&gt;EndSubSection&lt;br/&gt;EndSection&lt;br/&gt;&lt;br/&gt;4) see what shitty monitor modes are available&lt;br/&gt;# 915resolution -l&lt;br/&gt;Intel 800/900 Series VBIOS Hack : version 0.5.2&lt;br/&gt;Chipset: 945GM&lt;br/&gt;BIOS: TYPE 1&lt;br/&gt;Mode Table Offset: $C0000 + $269&lt;br/&gt;Mode Table Entries: 36&lt;br/&gt;&lt;br/&gt;Mode 30 : 640x480, 8 bits/pixel&lt;br/&gt;Mode 32 : 800x600, 8 bits/pixel&lt;br/&gt;Mode 34 : 1024x768, 24 bits/pixel&lt;br/&gt;&lt;br/&gt;5) choose a shitty mode and hack it everytime computer boots&lt;br/&gt;-&gt;add this line&lt;br/&gt;# vi /etc/rc.d/rc.local&lt;br/&gt;/usr/sbin/915resolution 34 1440 900 24&lt;br/&gt;&lt;br/&gt;6) if you want you can now see that mode 34 is now hacked.&lt;br/&gt;# 915resolution -l&lt;br/&gt;Mode 30 : 640x480, 8 bits/pixel&lt;br/&gt;Mode 32 : 800x600, 8 bits/pixel&lt;br/&gt;Mode 34 : 1440x900, 24 bits/pixel&lt;br/&gt;&lt;br/&gt;7) reboot and it should load in perfect pixelation yumminess...&lt;br/&gt;# reboot</description>
		<content:encoded><![CDATA[<p>i have the same Gateway laptop&#8230;</p>
<p>i installed Fedora 6 and the following worked for me. Im sure a similar process would work on Ubuntu but the paths to the scripts mentioned would be different&#8230;</p>
<p>1) change run level to 5 to load X server<br /># vi /etc/inittab<br />id:5:initdefault:</p>
<p>2) install the popular 915resolution Bios hack, search in google for it if you dont have YUM installed.<br /># yum install 915resolution</p>
<p>3) modify your monitor settings, i included all my settings which includes my irrelevant keybrd settings<br /># vi /etc/X11/xorg.conf<br />Section &#8220;ServerLayout&#8221;<br />Identifier &#8220;single head configuration&#8221;<br />Screen 0 &#8220;Default Screen&#8221; 0 0<br />InputDevice &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />InputDevice &#8220;Synaptics&#8221; &#8220;CorePointer&#8221;<br />EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />Identifier &#8220;Keyboard0&#8243;<br />Driver &#8220;kbd&#8221;<br />Option &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />Option &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />Identifier &#8220;Synaptics&#8221;<br />Driver &#8220;synaptics&#8221;<br />Option &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />Option &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />Option &#8220;Emulate3Buttons&#8221; &#8220;yes&#8221;<br />Section &#8220;ServerLayout&#8221;<br />Identifier &#8220;single head configuration&#8221;<br />Screen 0 &#8220;Default Screen&#8221; 0 0<br />InputDevice &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />InputDevice &#8220;Synaptics&#8221; &#8220;CorePointer&#8221;<br />EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />Identifier &#8220;Keyboard0&#8243;<br />Driver &#8220;kbd&#8221;<br />Option &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />Option &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />Identifier &#8220;Synaptics&#8221;<br />Driver &#8220;synaptics&#8221;<br />Option &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />Option &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />Option &#8220;Emulate3Buttons&#8221; &#8220;yes&#8221;<br />EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />Identifier &#8220;Generic Monitor&#8221;<br />HorizSync 28.0 &#8211; 72.0<br />VertRefresh 59.0 &#8211; 75.0<br />Option &#8220;DPMS&#8221;<br />EndSection</p>
<p>Section &#8220;Device&#8221;<br />Identifier &#8220;Intel Corporation Mobile Integrated Graphics Controller&#8221;<br />Driver &#8220;i810&#8243;<br />VideoRam 65536<br />Option &#8220;ForceBIOS&#8221; &#8220;1024&#215;768=1440&#215;900&#8243;<br />BusID &#8220;PCI:0:2:0&#8243;<br />EndSection</p>
<p>Section &#8220;Screen&#8221;<br />Identifier &#8220;Default Screen&#8221;<br />Device &#8220;Intel Corporation Mobile Integrated Graphics Controller&#8221;<br />Monitor &#8220;Generic Monitor&#8221;<br />DefaultDepth 24<br />SubSection &#8220;Display&#8221;<br />Depth 24<br />Modes &#8220;1440&#215;900&#8243; &#8220;1024&#215;768&#8243;<br />EndSubSection<br />EndSection</p>
<p>4) see what shitty monitor modes are available<br /># 915resolution -l<br />Intel 800/900 Series VBIOS Hack : version 0.5.2<br />Chipset: 945GM<br />BIOS: TYPE 1<br />Mode Table Offset: $C0000 + $269<br />Mode Table Entries: 36</p>
<p>Mode 30 : 640&#215;480, 8 bits/pixel<br />Mode 32 : 800&#215;600, 8 bits/pixel<br />Mode 34 : 1024&#215;768, 24 bits/pixel</p>
<p>5) choose a shitty mode and hack it everytime computer boots<br />->add this line<br /># vi /etc/rc.d/rc.local<br />/usr/sbin/915resolution 34 1440 900 24</p>
<p>6) if you want you can now see that mode 34 is now hacked.<br /># 915resolution -l<br />Mode 30 : 640&#215;480, 8 bits/pixel<br />Mode 32 : 800&#215;600, 8 bits/pixel<br />Mode 34 : 1440&#215;900, 24 bits/pixel</p>
<p>7) reboot and it should load in perfect pixelation yumminess&#8230;<br /># reboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elpresidente</title>
		<link>http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/comment-page-1/#comment-63</link>
		<dc:creator>elpresidente</dc:creator>
		<pubDate>Thu, 15 Feb 2007 18:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=73#comment-63</guid>
		<description>I had the same thing. This is what I did to make it run:&lt;br/&gt;&lt;br/&gt;ctrl-alt-F1 (to get terminal)&lt;br/&gt;dpkg-reconfigure xserver-xorg&lt;br/&gt;(here I basically used the defaults - 1440x900 - also chose medium for monitor config and set freq to 1440x900@100Hz or MHz - whatever)&lt;br/&gt;sudo killall gdm&lt;br/&gt;sudo gdm&lt;br/&gt;&lt;br/&gt;and up it came. Then I installed it to the hard drive. The issue I&#039;m dealing with now is getting the wireless card to work.</description>
		<content:encoded><![CDATA[<p>I had the same thing. This is what I did to make it run:</p>
<p>ctrl-alt-F1 (to get terminal)<br />dpkg-reconfigure xserver-xorg<br />(here I basically used the defaults &#8211; 1440&#215;900 &#8211; also chose medium for monitor config and set freq to 1440&#215;900@100Hz or MHz &#8211; whatever)<br />sudo killall gdm<br />sudo gdm</p>
<p>and up it came. Then I installed it to the hard drive. The issue I&#8217;m dealing with now is getting the wireless card to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidsterry.com/blog/2007/02/ubuntu-on-gateway-mx8711/comment-page-1/#comment-62</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 15 Feb 2007 05:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=73#comment-62</guid>
		<description>try fedora 6!</description>
		<content:encoded><![CDATA[<p>try fedora 6!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

