[xubuntu-users] Screen Resolution

John Alfred Nathanael Chee cheecheeo at gmail.com
Sat Dec 5 01:49:04 UTC 2009


On Fri, Dec 4, 2009 at 17:36, T H Stearns <thomasstearns at comcast.net> wrote:
> tomstearns at tomstearns-desktop:Response to "cvt 1280 1024" was:
>
> "# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
> Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063
> -hsync +vsync"
>
> I have changed desired resolution to match another computer here.  On ce I
> get straight how to make this change I can fiddle with it to get it exactly
> correct for the photo app.

No need to reboot.

Let me explain what the last couple commands actually did:

The 'xrandr' command asked the computer what it thought valid display
modes were.
The 'cvt' asked the computer what it thought the best settings were
including refresh rate, modes, and sync settings were best for running
at 1280x1024 resolution.

The next things to run are:

xrandr --newmode "1280x1024" 109.00  1280 1368 1496 1712  1024 1027
1034 1063 -hsync +vsync
xrandr --addmode VGA 1280x1024
xrandr --output VGA --mode 1280x1024

Once you run those three commands, the monitor should be set to
1280x1024 resolution.

NOTE: If you're going to be running these commands on several
computers you'll need to run 'cvt <desired width> <desired height>'
for each different computer and monitor combination and modify your
'xrandr --newmode' command accordingly.

-- 
Love in Jesus Christ, John Alfred Nathanael Chee
http://www.biblegateway.com/
http://www.sunsetpres.org/
http://web.cecs.pdx.edu/~chee/




More information about the xubuntu-users mailing list