On 1/22/07, <b class="gmail_sendername">WP</b> <<a href="mailto:digitalimages@sympatico.ca">digitalimages@sympatico.ca</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
First let me say that I am a new, and I mean new....Linux user so I have no<br>experience whatever with using this operating<br>system.  I am trying to get a Linux box ready to use EMC in my machine shop.<br>I have an old  Dell Optiplex GX1 that has a Pentium III 500 processor and
<br>448 mg of ram. It has an on board ATI 3D Rage ProAGP 1x/2x graphics card.<br>I am using this with a 15" Dell flat pannel monitor.<br>I installed Ubuntu 6.06 from CD that was sent from Ubuntu. The problem<br>that I am having is that the only resolution that is available for the
<br>monitor is 640 x 480 and I know that this card and monitor should run at higher<br>resolutions than this.<br>Please remember in your responses that I know nothing about using<br>Linux....so try to make any suggestions as simple and clear as possible.
<br>Thank you in advance for any assistance...</blockquote><div><br>Hi WP,<br><br>I cannot say for sure this will help you, but I had a similar result (only 640x480 resolution) when I switched monitors with a computer that had been running at a highre resolution. 
<br><br>Here is a snip from the X11 configuration file:<br>[snip]<br># Edit this file with caution, and see the /etc/X11/xorg.conf manual page.<br># (Type "man /etc/X11/xorg.conf" 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
<br>[/snip]<br><br>In my case, all I had to do was run the command listed in the last line above.  The "sudo" part means you'll need an account with admin priveledges.  Do NOT run this command until you have made a backup copy of this file
<br>/etc/X11/xorg.conf<br>You can do that by copying and pasting it with a new name, like "xorg.conf_ORIG" or something.  If you end up with no graphics, you'll need to replace your new file with the old one.
<br>cd /etc/X11<br>sudo mv xorg.conf_ORIG xorg.conf<br><br>Hopefully, you won't need that, but if you are just beginning to set up the computer, maybe you don't mind experimenting a little.  Bottom line, running the command above was all it took for me:
<br>sudo dpkg-reconfigure -phigh xserver-xorg<br><br>HTH,<br>-- <br></div></div><a href="http://kimbriggs.com">http://kimbriggs.com</a>