<?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 increase the screen resolutions available to Ubuntu while running in Parallels for OS X</title>
	<atom:link href="http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Sun, 22 Nov 2009 15:28:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MG</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-15935</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Sun, 18 Oct 2009 08:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-15935</guid>
		<description>I am getting the same result as Dan said: xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090621225211

Not sure what to do.</description>
		<content:encoded><![CDATA[<p>I am getting the same result as Dan said: xserver-xorg postinst warning: overwriting possibly-customised configuration<br />
file; backup in /etc/X11/xorg.conf.20090621225211</p>
<p>Not sure what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aardvark</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-13803</link>
		<dc:creator>aardvark</dc:creator>
		<pubDate>Sun, 11 Oct 2009 11:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-13803</guid>
		<description>In paralells 4, note you MUST get your video memory above 3MB (the default) then install parallels tools.</description>
		<content:encoded><![CDATA[<p>In paralells 4, note you MUST get your video memory above 3MB (the default) then install parallels tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3201</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 21 Jun 2009 21:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3201</guid>
		<description>When I type:
sudo dpkg-reconfigure -phigh xserver-xorg

I get:
xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20090621225211

I cant get passed the first step! Need help...</description>
		<content:encoded><![CDATA[<p>When I type:<br />
sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>I get:<br />
xserver-xorg postinst warning: overwriting possibly-customised configuration<br />
   file; backup in /etc/X11/xorg.conf.20090621225211</p>
<p>I cant get passed the first step! Need help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3200</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 14 May 2009 00:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3200</guid>
		<description>Hey, this gave me the right way to do the things, my xorg.conf looked like this (without comments):
Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Monitor		&quot;Configured Monitor&quot;
	Device		&quot;Configured Video Device&quot;
	SubSection &quot;Display&quot;
		Virtual	1278 768
	EndSubSection

EndSection

Section &quot;Device&quot;
	Identifier	&quot;Configured Video Device&quot;
EndSection

Nobody has talked about the Virtual tag, but it seems pretty logical that I had to change this as my maximum resolution was 1278 768.
Then I have just changes the Display section to this:

SubSection &quot;Display&quot;
		Virtual	1280 800
		Modes &quot;1280×800@75&quot; &quot;1024×768@75&quot; &quot;1024×768@70&quot; &quot;832×624@75&quot; &quot;1024×768@60&quot; &quot;800×600@60&quot; &quot;1280×960@60&quot; &quot;800×600@75&quot; &quot;800×600@72&quot; &quot;800×600@56&quot; &quot;640×480@75&quot; &quot;640×480@72&quot; &quot;640×480@60&quot;
	EndSubSection

After a restart I was able to change the display resolution. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hey, this gave me the right way to do the things, my xorg.conf looked like this (without comments):<br />
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 />
	SubSection &#8220;Display&#8221;<br />
		Virtual	1278 768<br />
	EndSubSection</p>
<p>EndSection</p>
<p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>Nobody has talked about the Virtual tag, but it seems pretty logical that I had to change this as my maximum resolution was 1278 768.<br />
Then I have just changes the Display section to this:</p>
<p>SubSection &#8220;Display&#8221;<br />
		Virtual	1280 800<br />
		Modes &#8220;1280×800@75&#8243; &#8220;1024×768@75&#8243; &#8220;1024×768@70&#8243; &#8220;832×624@75&#8243; &#8220;1024×768@60&#8243; &#8220;800×600@60&#8243; &#8220;1280×960@60&#8243; &#8220;800×600@75&#8243; &#8220;800×600@72&#8243; &#8220;800×600@56&#8243; &#8220;640×480@75&#8243; &#8220;640×480@72&#8243; &#8220;640×480@60&#8243;<br />
	EndSubSection</p>
<p>After a restart I was able to change the display resolution. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin Zaragoza</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3199</link>
		<dc:creator>Alvin Zaragoza</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3199</guid>
		<description>I&#039;ve just installed Linux 8.10 (Intrepid Ibex) on my 20&quot; Intel iMac under parallels 3.0.  Im running OS X Leopard (10.5.6). I&#039;m having trouble adjusting the screen resolution from Ubuntu&#039;s default which is 1024 x 640.  And my iMac&#039;s resolution is 1680 x 1050.  I was wondering how can i readjust so that ubuntu uses up the entire screen as oppose too its default. Help!!!!!

Im super new too linux.

Thanks for your help.

Alvin</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just installed Linux 8.10 (Intrepid Ibex) on my 20&#8243; Intel iMac under parallels 3.0.  Im running OS X Leopard (10.5.6). I&#8217;m having trouble adjusting the screen resolution from Ubuntu&#8217;s default which is 1024 x 640.  And my iMac&#8217;s resolution is 1680 x 1050.  I was wondering how can i readjust so that ubuntu uses up the entire screen as oppose too its default. Help!!!!!</p>
<p>Im super new too linux.</p>
<p>Thanks for your help.</p>
<p>Alvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3198</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3198</guid>
		<description>Excellent tutorial that worked in just 2 steps.  My resolution is so high right now I can barely read this text!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial that worked in just 2 steps.  My resolution is so high right now I can barely read this text!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leacher</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3197</link>
		<dc:creator>leacher</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3197</guid>
		<description>I simply tried it via screen resolution menu when I applied 1024x768 my screen resolution got blinf I mean transitions of screen and miscellaneous noise. How to fix it without reinstalling? I tried creating account .. it gave error that etc.. is not sudour.  in root shell I tried xserver xorg... it says you have not installed xorg..

what should i do?</description>
		<content:encoded><![CDATA[<p>I simply tried it via screen resolution menu when I applied 1024&#215;768 my screen resolution got blinf I mean transitions of screen and miscellaneous noise. How to fix it without reinstalling? I tried creating account .. it gave error that etc.. is not sudour.  in root shell I tried xserver xorg&#8230; it says you have not installed xorg..</p>
<p>what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip H. Blanton</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-2/#comment-3196</link>
		<dc:creator>Phillip H. Blanton</dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3196</guid>
		<description>Ah... That&#039;s better.

Thanks!</description>
		<content:encoded><![CDATA[<p>Ah&#8230; That&#8217;s better.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KONRAD</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3194</link>
		<dc:creator>KONRAD</dc:creator>
		<pubDate>Sat, 18 Oct 2008 18:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3194</guid>
		<description>xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20081018135220
this is what i get after the first step...any help with this?</description>
		<content:encoded><![CDATA[<p>xserver-xorg postinst warning: overwriting possibly-customised configuration<br />
   file; backup in /etc/X11/xorg.conf.20081018135220<br />
this is what i get after the first step&#8230;any help with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sami</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3195</link>
		<dc:creator>sami</dc:creator>
		<pubDate>Sat, 18 Oct 2008 06:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3195</guid>
		<description>hi im using ubuntu and am unable to change my screen resolution through system, preferences, screen resolution. so im stuck with either 640 x 480 or 800 x 600...can anyone let me know how i can increase this?
thanks</description>
		<content:encoded><![CDATA[<p>hi im using ubuntu and am unable to change my screen resolution through system, preferences, screen resolution. so im stuck with either 640 x 480 or 800 x 600&#8230;can anyone let me know how i can increase this?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muni</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3193</link>
		<dc:creator>muni</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3193</guid>
		<description>hi.... need help..... i have installed ubuntu 8.04 on my macbook using vertualbox but the screen is postcard size... i have been lookin everywhere but i can&#039;t seem to figure how to make it full screen,even when i use  &quot;comand&#039;F.....</description>
		<content:encoded><![CDATA[<p>hi&#8230;. need help&#8230;.. i have installed ubuntu 8.04 on my macbook using vertualbox but the screen is postcard size&#8230; i have been lookin everywhere but i can&#8217;t seem to figure how to make it full screen,even when i use  &#8220;comand&#8217;F&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fau</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3190</link>
		<dc:creator>Fau</dc:creator>
		<pubDate>Wed, 21 May 2008 07:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3190</guid>
		<description>I&#039;ve managed to change the screen resolution to 1440x900 on my MBP. I&#039;m using Ubuntu 8.04 Hardy Heron (fresh install) and Parallels build 3214.

Here&#039;s my xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type &quot;man xorg.conf&quot; at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section &quot;InputDevice&quot;
        Identifier      &quot;Generic Keyboard&quot;
        Driver          &quot;kbd&quot;
        Option          &quot;XkbRules&quot;      &quot;xorg&quot;
        Option          &quot;XkbModel&quot;      &quot;pc105&quot;
        Option          &quot;XkbLayout&quot;     &quot;us&quot;
EndSection

Section &quot;InputDevice&quot;
        Identifier      &quot;Configured Mouse&quot;
        Driver          &quot;mouse&quot;
        Option          &quot;CorePointer&quot;
EndSection

Section &quot;Device&quot;
        Identifier      &quot;Configured Video Device&quot;
EndSection

Section &quot;Monitor&quot;
        Identifier      &quot;Configured Monitor&quot;
        HorizSync 28-40
        VertRefresh 43-60
        modeline &quot;800x600@56&quot; 36.0 800 824 896 1024 600 601 603 625
        modeline &quot;800x600@72&quot; 50.0 800 856 976 1040 600 637 643 666
        modeline &quot;800x600@75&quot; 49.5 800 816 896 1056 600 601 604 625
        modeline &quot;800x600@60&quot; 40.0 800 840 968 1056 600 601 605 628
        Modeline &quot;1024x768@60&quot; 64.56 1024 1056 1296 1328 768 783 791 807
        Modeline &quot;1152x720@60&quot; 66.75 1152 1184 1432 1464 720 735 742 757
        modeline &quot;1152x768@54&quot; 64.995 1152 1178 1314 1472 768 771 777 806
        Modeline &quot;1280x800@60&quot; 83.91 1280 1312 1624 1656 800 816 824 841
        modeline &quot;1280x854&quot; 80.0 1280 1309 1460 1636 854 857 864 896
        modeline &quot;1280x768@60&quot; 80.14 1280 1344 1480 1680 768 769 772 795
        modeline &quot;1280x720@60&quot; 74.48 1280 1336 1472 1664 720 721 724 746
        modeline &quot;1280x800@75&quot; 107.21 1280 1360 1496 1712 800 801 804 835
        modeline &quot;1280x768@75&quot; 102.98 1280 1360 1496 1712 768 769 772 802
        modeline &quot;1280x720@50&quot; 60.47 1280 1328 1456 1632 720 721 724 741
        modeline &quot;1280x800@60&quot; 83.46 1280 1344 1480 1680 800 801 804 828
        modeline &quot;1440x900@75&quot; 136.49 1440 1536 1688 1936 900 901 904 940
        modeline &quot;1440x900@60&quot; 106.47 1440 1520 1672 1904 900 901 904 932
        modeline &quot;1600x1024@60&quot; 136.36 1600 1704 1872 2144 1024 1025 1028 1060
        modeline &quot;1680x1050@60&quot; 147.14 1680 1784 1968 2256 1050 1051 1054 1087
        modeline &quot;1680x1050@75&quot; 188.07 1680 1800 1984 2288 1050 1051 1054 1096
        modeline &quot;1920x1200@60&quot; 193.16 1920 2048 2256 2592 1200 1201 1204 1242

EndSection

Section &quot;Screen&quot;
        Identifier      &quot;Default Screen&quot;
        Device          &quot;Configured Video Device&quot;
        Monitor         &quot;Configured Monitor&quot;
        DefaultDepth 24
        SubSection &quot;Display&quot;
        Depth 24
        Modes &quot;1440x900@60&quot; &quot;1600x1024@60&quot; &quot;1440x900@75&quot; &quot;1680x1050@60&quot; &quot;1280x800@60&quot; &quot;1680x1050@75&quot; &quot;1280x720@50&quot; &quot;1920x1200@60&quot; &quot;1280x768@75&quot; &quot;1280x800@75&quot; &quot;1280x720@60&quot; &quot;1280x768@60&quot; &quot;1280x800@60&quot; &quot;1280x854&quot; &quot;1152x720@60&quot; &quot;1152x768@54&quot; &quot;1024x768@60&quot; &quot;800x600@60&quot; &quot;800x600@75&quot; &quot;800x600@72&quot; &quot;800x600@56&quot;
        EndSubSection
EndSection

Section &quot;ServerLayout&quot;
        Identifier      &quot;Default Layout&quot;
        Screen          &quot;Default Screen&quot;
EndSection

--
Restart and at login screen, run session as Failsafe Terminal and at the terminal prompt, type &quot; gnome-control-center &quot; and change the screen resolution from there. Restart Ubuntu 8.04 and voila.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to change the screen resolution to 1440&#215;900 on my MBP. I&#8217;m using Ubuntu 8.04 Hardy Heron (fresh install) and Parallels build 3214.</p>
<p>Here&#8217;s my xorg.conf<br />
# xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;InputDevice&#8221;<br />
        Identifier      &#8220;Generic Keyboard&#8221;<br />
        Driver          &#8220;kbd&#8221;<br />
        Option          &#8220;XkbRules&#8221;      &#8220;xorg&#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;Configured Mouse&#8221;<br />
        Driver          &#8220;mouse&#8221;<br />
        Option          &#8220;CorePointer&#8221;<br />
EndSection</p>
<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 />
        HorizSync 28-40<br />
        VertRefresh 43-60<br />
        modeline &#8220;800&#215;600@56&#8243; 36.0 800 824 896 1024 600 601 603 625<br />
        modeline &#8220;800&#215;600@72&#8243; 50.0 800 856 976 1040 600 637 643 666<br />
        modeline &#8220;800&#215;600@75&#8243; 49.5 800 816 896 1056 600 601 604 625<br />
        modeline &#8220;800&#215;600@60&#8243; 40.0 800 840 968 1056 600 601 605 628<br />
        Modeline &#8220;1024&#215;768@60&#8243; 64.56 1024 1056 1296 1328 768 783 791 807<br />
        Modeline &#8220;1152&#215;720@60&#8243; 66.75 1152 1184 1432 1464 720 735 742 757<br />
        modeline &#8220;1152&#215;768@54&#8243; 64.995 1152 1178 1314 1472 768 771 777 806<br />
        Modeline &#8220;1280&#215;800@60&#8243; 83.91 1280 1312 1624 1656 800 816 824 841<br />
        modeline &#8220;1280&#215;854&#8243; 80.0 1280 1309 1460 1636 854 857 864 896<br />
        modeline &#8220;1280&#215;768@60&#8243; 80.14 1280 1344 1480 1680 768 769 772 795<br />
        modeline &#8220;1280&#215;720@60&#8243; 74.48 1280 1336 1472 1664 720 721 724 746<br />
        modeline &#8220;1280&#215;800@75&#8243; 107.21 1280 1360 1496 1712 800 801 804 835<br />
        modeline &#8220;1280&#215;768@75&#8243; 102.98 1280 1360 1496 1712 768 769 772 802<br />
        modeline &#8220;1280&#215;720@50&#8243; 60.47 1280 1328 1456 1632 720 721 724 741<br />
        modeline &#8220;1280&#215;800@60&#8243; 83.46 1280 1344 1480 1680 800 801 804 828<br />
        modeline &#8220;1440&#215;900@75&#8243; 136.49 1440 1536 1688 1936 900 901 904 940<br />
        modeline &#8220;1440&#215;900@60&#8243; 106.47 1440 1520 1672 1904 900 901 904 932<br />
        modeline &#8220;1600&#215;1024@60&#8243; 136.36 1600 1704 1872 2144 1024 1025 1028 1060<br />
        modeline &#8220;1680&#215;1050@60&#8243; 147.14 1680 1784 1968 2256 1050 1051 1054 1087<br />
        modeline &#8220;1680&#215;1050@75&#8243; 188.07 1680 1800 1984 2288 1050 1051 1054 1096<br />
        modeline &#8220;1920&#215;1200@60&#8243; 193.16 1920 2048 2256 2592 1200 1201 1204 1242</p>
<p>EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
        Identifier      &#8220;Default Screen&#8221;<br />
        Device          &#8220;Configured Video Device&#8221;<br />
        Monitor         &#8220;Configured Monitor&#8221;<br />
        DefaultDepth 24<br />
        SubSection &#8220;Display&#8221;<br />
        Depth 24<br />
        Modes &#8220;1440&#215;900@60&#8243; &#8220;1600&#215;1024@60&#8243; &#8220;1440&#215;900@75&#8243; &#8220;1680&#215;1050@60&#8243; &#8220;1280&#215;800@60&#8243; &#8220;1680&#215;1050@75&#8243; &#8220;1280&#215;720@50&#8243; &#8220;1920&#215;1200@60&#8243; &#8220;1280&#215;768@75&#8243; &#8220;1280&#215;800@75&#8243; &#8220;1280&#215;720@60&#8243; &#8220;1280&#215;768@60&#8243; &#8220;1280&#215;800@60&#8243; &#8220;1280&#215;854&#8243; &#8220;1152&#215;720@60&#8243; &#8220;1152&#215;768@54&#8243; &#8220;1024&#215;768@60&#8243; &#8220;800&#215;600@60&#8243; &#8220;800&#215;600@75&#8243; &#8220;800&#215;600@72&#8243; &#8220;800&#215;600@56&#8243;<br />
        EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
        Identifier      &#8220;Default Layout&#8221;<br />
        Screen          &#8220;Default Screen&#8221;<br />
EndSection</p>
<p>&#8211;<br />
Restart and at login screen, run session as Failsafe Terminal and at the terminal prompt, type &#8221; gnome-control-center &#8221; and change the screen resolution from there. Restart Ubuntu 8.04 and voila.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eagleglide</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3187</link>
		<dc:creator>eagleglide</dc:creator>
		<pubDate>Tue, 20 May 2008 14:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3187</guid>
		<description>If you hava an nvidia card:

$ sudo apt-get install nvidia-settings
$ nvidia-settings

This works well on ubuntu 8.04.</description>
		<content:encoded><![CDATA[<p>If you hava an nvidia card:</p>
<p>$ sudo apt-get install nvidia-settings<br />
$ nvidia-settings</p>
<p>This works well on ubuntu 8.04.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3185</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 07 May 2008 21:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3185</guid>
		<description>Ross,

I got full display working on my 17&quot; iMac under Parallels build 3188 after installing Ubuntu 8.04.  After a bit of research, I came upon the xorg.conf I&#039;ll include at the end of this email.  Still no joy, until I added custom resolutions in the Parallels preferences of 1440x900.  Then, bingo.

Hope this helps...

Jim...

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a &quot;real&quot; xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section &quot;InputDevice&quot;
	Identifier	&quot;Generic Keyboard&quot;
	Driver		&quot;kbd&quot;
	Option		&quot;XkbRules&quot;	&quot;xorg&quot;
	Option		&quot;XkbModel&quot;	&quot;pc105&quot;
	Option		&quot;XkbLayout&quot;	&quot;us&quot;
EndSection

Section &quot;InputDevice&quot;
	Identifier	&quot;Configured Mouse&quot;
	Driver		&quot;mouse&quot;
EndSection

Section &quot;Device&quot;
	Identifier	&quot;Configured Video Device&quot;
	Boardname	&quot;vesa&quot;
	Busid		&quot;PCI:0:2:0&quot;
	Driver		&quot;vesa&quot;
	Screen	0
EndSection

Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
	Vendorname	&quot;Generic LCD Display&quot;
	Modelname	&quot;LCD Panel 1440x900&quot;
	Horizsync	31.5-56.0
	Vertrefresh	56.0 - 65.0
  modeline  &quot;640x480@60&quot; 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  &quot;800x600@56&quot; 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  &quot;800x600@60&quot; 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  &quot;1024x768@60&quot; 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
	Gamma	1.0
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Device		&quot;Configured Video Device&quot;
	Monitor		&quot;Configured Monitor&quot;
	Defaultdepth	24
	SubSection &quot;Display&quot;
		Depth	24
		Modes		&quot;1024x768@60&quot;	&quot;800x600@60&quot;	&quot;800x600@56&quot;	&quot;640x480@60&quot;
	EndSubSection
EndSection

Section &quot;ServerLayout&quot;
	Identifier	&quot;Default Layout&quot;
  screen 0 &quot;Default Screen&quot; 0 0
EndSection
Section &quot;Module&quot;
	Load		&quot;glx&quot;
	Load		&quot;GLcore&quot;
	Load		&quot;v4l&quot;
EndSection
Section &quot;ServerFlags&quot;
EndSection</description>
		<content:encoded><![CDATA[<p>Ross,</p>
<p>I got full display working on my 17&#8243; iMac under Parallels build 3188 after installing Ubuntu 8.04.  After a bit of research, I came upon the xorg.conf I&#8217;ll include at the end of this email.  Still no joy, until I added custom resolutions in the Parallels preferences of 1440&#215;900.  Then, bingo.</p>
<p>Hope this helps&#8230;</p>
<p>Jim&#8230;</p>
<p># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by failsafeDexconf, using<br />
# values from the debconf database and some overrides to use vesa mode.<br />
#<br />
# You should use dexconf or another such tool for creating a &#8220;real&#8221; xorg.conf<br />
# For example:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg<br />
Section &#8220;InputDevice&#8221;<br />
	Identifier	&#8220;Generic Keyboard&#8221;<br />
	Driver		&#8220;kbd&#8221;<br />
	Option		&#8220;XkbRules&#8221;	&#8220;xorg&#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;Configured Mouse&#8221;<br />
	Driver		&#8220;mouse&#8221;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<br />
	Boardname	&#8220;vesa&#8221;<br />
	Busid		&#8220;PCI:0:2:0&#8243;<br />
	Driver		&#8220;vesa&#8221;<br />
	Screen	0<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
	Identifier	&#8220;Configured Monitor&#8221;<br />
	Vendorname	&#8220;Generic LCD Display&#8221;<br />
	Modelname	&#8220;LCD Panel 1440&#215;900&#8243;<br />
	Horizsync	31.5-56.0<br />
	Vertrefresh	56.0 &#8211; 65.0<br />
  modeline  &#8220;640&#215;480@60&#8243; 25.2 640 656 752 800 480 490 492 525 -vsync -hsync<br />
  modeline  &#8220;800&#215;600@56&#8243; 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync<br />
  modeline  &#8220;800&#215;600@60&#8243; 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync<br />
  modeline  &#8220;1024&#215;768@60&#8243; 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync<br />
	Gamma	1.0<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
	Identifier	&#8220;Default Screen&#8221;<br />
	Device		&#8220;Configured Video Device&#8221;<br />
	Monitor		&#8220;Configured Monitor&#8221;<br />
	Defaultdepth	24<br />
	SubSection &#8220;Display&#8221;<br />
		Depth	24<br />
		Modes		&#8220;1024&#215;768@60&#8243;	&#8220;800&#215;600@60&#8243;	&#8220;800&#215;600@56&#8243;	&#8220;640&#215;480@60&#8243;<br />
	EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
	Identifier	&#8220;Default Layout&#8221;<br />
  screen 0 &#8220;Default Screen&#8221; 0 0<br />
EndSection<br />
Section &#8220;Module&#8221;<br />
	Load		&#8220;glx&#8221;<br />
	Load		&#8220;GLcore&#8221;<br />
	Load		&#8220;v4l&#8221;<br />
EndSection<br />
Section &#8220;ServerFlags&#8221;<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/comment-page-1/#comment-3186</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/#comment-3186</guid>
		<description>Wow - I searched a lot and found many options but this one was the easiest to follow and it worked perfectly!

Thanks alot!</description>
		<content:encoded><![CDATA[<p>Wow &#8211; I searched a lot and found many options but this one was the easiest to follow and it worked perfectly!</p>
<p>Thanks alot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
