Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Non Standard X Resolution
Date: Fri, 05 May 2006 01:47:09
Message-Id: 20060505014230.GD8821@waltdnes.org
In Reply to: [gentoo-user] Non Standard X Resolution by Jamie
1 On Thu, May 04, 2006 at 03:46:30PM +1200, Jamie wrote
2
3 > In the next few days I will be getting my brand new Dell 2007WFP
4 > LCD delivered and obviously I want to use it on my Gentoo box.
5 > This screen uses a non-standard resolution of 1680x1050@60Hz and I
6 > have no idea how to get this setting in my XOrg setup. Can anyone
7 > point me in the right direction?
8
9 I've only done this with CRTs, but it should also work with CRTs. You
10 need to know the max and min frequencies (both horizontal and vertical)
11 for your display. Knowing the card's max bandwidth helps, but isn't
12 as critical. Since you're getting a new machine, you should have the
13 manuals for the display and the card. Find those numbers and go to
14 http://koala.ilog.fr/cgi-bin/nph-colas-modelines and fill in the
15 numbers and it'll generate a whole slew of modelines for you. In your
16 case the "enter the desired screen ratio here:" entry should be...
17
18 8/5
19
20 That's because 1680/1050 = 8/5
21
22 LCDs are lousy at interpolating resolution. They give optimal display
23 when at their native resolution or a whole-number divisor thereof. E.g.
24 840x525 and 560x350 and 336x210 should be OK. You'd use them if you're
25 watching streaming video. Cutting down to 560x350 and watching
26 streaming video doesn't require the extra CPU power that software
27 resizing requires for mplayer or xine.
28
29 To get to the lower resolutions may require "doublescan", which the
30 above site doesn't do. A site for modelines with doublescan or
31 interlace is...
32 http://xtiming.sourceforge.net/cgi-bin/xtiming.pl but it'll only do one
33 modeline at a time.
34
35 Note 1) On an LCD, you can get away with refresh rates as low as 30 hz,
36 and still be comfortable. On a CRT, 30 hz is murder on the eyes.
37
38 Note 2) In an xterm, run the command "xrandr -q" for a list of available
39 resolutions. "man xrandr" for details on how to change screen
40 resolution on-the-fly. It does have a flaw in that programs don't
41 recognize the changed resolution. I start up another xterm, resize it
42 to 20 columns x 5 rows, and park it in the upper left corner. The
43 "panic button" command to return to normal is "xrandr -s 0".
44
45 --
46 Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
47 My musings on technology and security at http://tech_sec.blog.ca
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Non Standard X Resolution Raymond Lewis Rebbeck <dystopianray@×××××.com>