Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Constraining X display resolutions
Date: Wed, 28 Apr 2010 10:22:35
Message-Id: m2u358eca8f1004280322l425baf9aqb7db3217d63eb240@mail.gmail.com
In Reply to: Re: [gentoo-user] Constraining X display resolutions by Walter Dnes
1 On 28 April 2010 06:35, Walter Dnes <waltdnes@××××××××.org> wrote:
2 > On Tue, Apr 27, 2010 at 11:02:53PM +0100, Mick wrote
3 >
4 >> anything else but native resolution makes images and characters blurred.
5 >
6 >  There is one exception to that general rule.  If you divide the X and/or
7 > Y dimensions by a whole number, the result may be blocky fonts, but at
8 > least there is no interpolation.  For a 1920x1080 screen, dimensions like
9 >
10 >  960x1080   960x540   960x360
11 >  640x1080   640x540   640x360
12 >  480x1080   480x540   480x360
13 >
14 > would involve no interpolation.  Of the possibilities listed, the only
15 > sane ones are 960x1080, 960x540, 640x540, 640x360, and 480x360.  If you
16 > have a VGA input on the LCD monitor, and if you know the monitor's safe
17 > horizontal and vertical frequency ranges, you can go to a site like
18 > http://xtiming.sourceforge.net/cgi-bin/xtiming.pl or
19 > http://amlc.berlios.de/ and generate custom modelines for the reduced
20 > sizes.  You may need "doublescan" for some of the smaller screens.
21
22 Hmm, that's all the choice that I have I'm afraid:
23
24 $ xrandr
25 Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 1920 x 1920
26 VGA-0 disconnected (normal left inverted right x axis y axis)
27 HDMI-0 disconnected (normal left inverted right x axis y axis)
28 LVDS connected 1920x1080+0+0 (normal left inverted right x axis y
29 axis) 344mm x 193mm
30 1920x1080 60.0*+
31 1680x1050 60.0
32 1400x1050 60.0
33 1280x1024 59.9
34 1440x900 59.9
35 1280x960 59.9
36 1280x854 59.9
37 1280x800 59.8
38 1280x720 59.9
39 1152x768 59.8
40 1024x768 59.9
41 800x600 59.9
42 640x480 59.4
43 DisplayPort-0 disconnected (normal left inverted right x axis y axis)
44
45 Anyway, I'm not the OP and I don't want to hijack the thread ... but
46 thanks all the same Walter. I didn't know about the xtiming page.
47 --
48 Regards,
49 Mick