<?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 change screen/display resolution in Ubuntu 9.10</title>
	<atom:link href="http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/</link>
	<description>Computer tips from A to Z: Windows, Unix, Programming, QA, and more!</description>
	<lastBuildDate>Mon, 23 Aug 2010 04:00:58 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WSmart</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-2018</link>
		<dc:creator>WSmart</dc:creator>
		<pubDate>Sun, 18 Apr 2010 21:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-2018</guid>
		<description>What up.

I usually have to add the horiz vertfresh range(which I found online) for my monitor to the xorg file in order to get the proper resolutions.  I&#039;ve never had to add a modeline, but you can do that too,except in 9.10 you now have to generate an xorg.conf file.  After I did that, my normal edits worked as usual.

I add the last two lines in this section.
Section &quot;Monitor&quot;
        Identifier   &quot;Monitor0&quot;
        VendorName   &quot;Monitor Vendor&quot;
        ModelName    &quot;Monitor Model&quot;
        horizsync 30-60
        vertrefresh 50-120

Did that after generating the xorg.conf with help from here:
http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html

I found this function, cvt 1024 768 70 , which creates modeline, in this case 1024x768 refresh rate 70 -interesting.

It&#039;s helpful to turn on the alt+tab+backspace reset for the xserver when working on this stuff, System&gt;Preferences&gt;Keyboard&gt;Layouts tab&gt;layout options button&gt;toggle kill the x server sequence.  Then you don&#039;t have to completely reboot to test.

Also helpful to set up the Super_L button using the command gconf-editor navigating the gui that pops up to App&gt;Metacity&gt;Global Key Bindings&gt;Panel Main Menu and type in Super_L there, all seven characters;  for anybody just setting their system up.  This is another recent change.  Used to be part of the keyboard shortcuts.  Then you don&#039;t have use Alt&gt;F1 for the menu.

Thanks all! 

Be real, be sober.</description>
		<content:encoded><![CDATA[<p>What up.</p>
<p>I usually have to add the horiz vertfresh range(which I found online) for my monitor to the xorg file in order to get the proper resolutions.  I&#8217;ve never had to add a modeline, but you can do that too,except in 9.10 you now have to generate an xorg.conf file.  After I did that, my normal edits worked as usual.</p>
<p>I add the last two lines in this section.<br />
Section &#8220;Monitor&#8221;<br />
        Identifier   &#8220;Monitor0&#8243;<br />
        VendorName   &#8220;Monitor Vendor&#8221;<br />
        ModelName    &#8220;Monitor Model&#8221;<br />
        horizsync 30-60<br />
        vertrefresh 50-120</p>
<p>Did that after generating the xorg.conf with help from here:<br />
<a href="http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html" rel="nofollow">http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html</a></p>
<p>I found this function, cvt 1024 768 70 , which creates modeline, in this case 1024&#215;768 refresh rate 70 -interesting.</p>
<p>It&#8217;s helpful to turn on the alt+tab+backspace reset for the xserver when working on this stuff, System&gt;Preferences&gt;Keyboard&gt;Layouts tab&gt;layout options button&gt;toggle kill the x server sequence.  Then you don&#8217;t have to completely reboot to test.</p>
<p>Also helpful to set up the Super_L button using the command gconf-editor navigating the gui that pops up to App&gt;Metacity&gt;Global Key Bindings&gt;Panel Main Menu and type in Super_L there, all seven characters;  for anybody just setting their system up.  This is another recent change.  Used to be part of the keyboard shortcuts.  Then you don&#8217;t have use Alt&gt;F1 for the menu.</p>
<p>Thanks all! </p>
<p>Be real, be sober.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbz_a</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-421</link>
		<dc:creator>dbz_a</dc:creator>
		<pubDate>Mon, 28 Dec 2009 08:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-421</guid>
		<description>xrandr --newmode &quot;1024x768 75Hz&quot; 75  1024 1072 1176 1328  768  771 775 798 -hsync +vsync
              xrandr --addmode VGA1 1024x768


and set new res in pref&gt; display</description>
		<content:encoded><![CDATA[<p>xrandr &#8211;newmode &#8220;1024&#215;768 75Hz&#8221; 75  1024 1072 1176 1328  768  771 775 798 -hsync +vsync<br />
              xrandr &#8211;addmode VGA1 1024&#215;768</p>
<p>and set new res in pref&gt; display</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titom</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-385</link>
		<dc:creator>Titom</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-385</guid>
		<description>Sorry, this is a more relevant link:
https://wiki.ubuntu.com/X/Config/Resolution</description>
		<content:encoded><![CDATA[<p>Sorry, this is a more relevant link:<br />
<a href="https://wiki.ubuntu.com/X/Config/Resolution" rel="nofollow">https://wiki.ubuntu.com/X/Config/Resolution</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titom</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-384</link>
		<dc:creator>Titom</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-384</guid>
		<description>Hi,

I finally got back my previous resolution and am now able to have my monitor configured so it display 1280x1024@75Hz (its max resolution). I don&#039;t know what I really did... I tried a lot of things since xorg.conf modifications seemed to have no effects. My guess is that it worked after I played with xrandr (http://www.x.org/wiki/Projects/XRandR).
Hope this can help other getting their resolution back or you Sood, writing the Part II. :-)

Have a nice day.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I finally got back my previous resolution and am now able to have my monitor configured so it display 1280&#215;1024@75Hz (its max resolution). I don&#8217;t know what I really did&#8230; I tried a lot of things since xorg.conf modifications seemed to have no effects. My guess is that it worked after I played with xrandr (<a href="http://www.x.org/wiki/Projects/XRandR" rel="nofollow">http://www.x.org/wiki/Projects/XRandR</a>).<br />
Hope this can help other getting their resolution back or you Sood, writing the Part II. <img src='http://heatware.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Have a nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-379</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-379</guid>
		<description>Fixed it on my Toshiba Portege 2000 running Xubuntu 9.10

Had to do this manually (info gleaned from http://www.freebsd.org/doc/en/books/handbook/x-config.html).

First, shut down X server
# sudo /etc/init.d/gdm stop

Have Xorg create a ~/xorg.conf.new file for your computer
# Xorg -configure

Start X server back up
# sudo /etc/init.d/gdm start

Now edit the generated file using the tutorial on http://www.freebsd.org/doc/en/books/handbook/x-config.html . I only used the steps after &quot;Next, tune the xorg.conf.new configuration file to taste&quot;.

I think the important settings are the HorizSync and VertRefresh values under the Monitor section. Once these are set, X server will give you more display options.

Finally, copy your new configuration to the right place and restart X server
# cp ~/xorg.conf.new /etc/X11/xorg.conf
# sudo /etc/init.d/gdm restart

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Fixed it on my Toshiba Portege 2000 running Xubuntu 9.10</p>
<p>Had to do this manually (info gleaned from <a href="http://www.freebsd.org/doc/en/books/handbook/x-config.html)" rel="nofollow">http://www.freebsd.org/doc/en/books/handbook/x-config.html)</a>.</p>
<p>First, shut down X server<br />
# sudo /etc/init.d/gdm stop</p>
<p>Have Xorg create a ~/xorg.conf.new file for your computer<br />
# Xorg -configure</p>
<p>Start X server back up<br />
# sudo /etc/init.d/gdm start</p>
<p>Now edit the generated file using the tutorial on <a href="http://www.freebsd.org/doc/en/books/handbook/x-config.html" rel="nofollow">http://www.freebsd.org/doc/en/books/handbook/x-config.html</a> . I only used the steps after &#8220;Next, tune the xorg.conf.new configuration file to taste&#8221;.</p>
<p>I think the important settings are the HorizSync and VertRefresh values under the Monitor section. Once these are set, X server will give you more display options.</p>
<p>Finally, copy your new configuration to the right place and restart X server<br />
# cp ~/xorg.conf.new /etc/X11/xorg.conf<br />
# sudo /etc/init.d/gdm restart</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkittaraman</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-378</link>
		<dc:creator>venkittaraman</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-378</guid>
		<description>i installed ubuntu 9.1
and screen resolution is automatically selected (16:9).
i dont need such a big resolution and the frequency as 85hz.
it is not possible to change it, why is it so?
now its a very big screen and i am not able to operate on it.
please help me.
actually my monitor support only 60hz, then how it automaticaly selects 85 and not changable also.
and in my windows os i have 1024x768, i need that one.
but thats also is not changable when i click on that tab.
i am totaly confused, please help me to sort it out.
if anyone knows how to deal it please mail me</description>
		<content:encoded><![CDATA[<p>i installed ubuntu 9.1<br />
and screen resolution is automatically selected (16:9).<br />
i dont need such a big resolution and the frequency as 85hz.<br />
it is not possible to change it, why is it so?<br />
now its a very big screen and i am not able to operate on it.<br />
please help me.<br />
actually my monitor support only 60hz, then how it automaticaly selects 85 and not changable also.<br />
and in my windows os i have 1024&#215;768, i need that one.<br />
but thats also is not changable when i click on that tab.<br />
i am totaly confused, please help me to sort it out.<br />
if anyone knows how to deal it please mail me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sood</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-374</link>
		<dc:creator>sood</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-374</guid>
		<description>Hey Guys,
Sorry for the delay, but I am having more trouble than anticipated getting custom resolutions to function properly on Ubuntu 9.10. I am not sure when I&#039;ll be able to post the second part of the article. Once again, I am sorry for the lack of usefulness of this part of the article.

Sood</description>
		<content:encoded><![CDATA[<p>Hey Guys,<br />
Sorry for the delay, but I am having more trouble than anticipated getting custom resolutions to function properly on Ubuntu 9.10. I am not sure when I&#8217;ll be able to post the second part of the article. Once again, I am sorry for the lack of usefulness of this part of the article.</p>
<p>Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titom</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-370</link>
		<dc:creator>Titom</dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-370</guid>
		<description>Hi Sood,

I also am eager to read the Part II. I was stucked with a 640x480/800x600 resolution with Ubuntu 9.10. I tried adding stuff in xorg.conf but it seems not to have any effects. I&#039;ve read in forums that xorg.conf is no longer necessary and is in fact missing after Ubuntu installation so... I deleted it and restarted. There are now more resolution available but I still can&#039;t get to the 1280x1024@75Hz I was before, the maximum resolution I can set is 1152x864@60Hz. It is not comfortable and I experience serious issues with XP in VirtualBox.

Thanks a lot for your upcoming article, :-)</description>
		<content:encoded><![CDATA[<p>Hi Sood,</p>
<p>I also am eager to read the Part II. I was stucked with a 640&#215;480/800&#215;600 resolution with Ubuntu 9.10. I tried adding stuff in xorg.conf but it seems not to have any effects. I&#8217;ve read in forums that xorg.conf is no longer necessary and is in fact missing after Ubuntu installation so&#8230; I deleted it and restarted. There are now more resolution available but I still can&#8217;t get to the 1280&#215;1024@75Hz I was before, the maximum resolution I can set is 1152&#215;864@60Hz. It is not comfortable and I experience serious issues with XP in VirtualBox.</p>
<p>Thanks a lot for your upcoming article, <img src='http://heatware.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sood</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-366</link>
		<dc:creator>sood</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-366</guid>
		<description>Wolfgang,
I am working on part II of this article that will explain how to add custom resolutions that do not appear in the drop-down list. Stay tuned, I hope to have it out in a couple of days at the most.</description>
		<content:encoded><![CDATA[<p>Wolfgang,<br />
I am working on part II of this article that will explain how to add custom resolutions that do not appear in the drop-down list. Stay tuned, I hope to have it out in a couple of days at the most.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/comment-page-1/#comment-360</link>
		<dc:creator>Wolfgang</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://heatware.net/?p=486#comment-360</guid>
		<description>Actually, to find this way of changing the screen does not need this article. My Ubunto offers 600x400 and 800x600 screen resolution. No more!

I would rather be happy to get back my resolution of 1600x1200.</description>
		<content:encoded><![CDATA[<p>Actually, to find this way of changing the screen does not need this article. My Ubunto offers 600&#215;400 and 800&#215;600 screen resolution. No more!</p>
<p>I would rather be happy to get back my resolution of 1600&#215;1200.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
