Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg?
Date: Tue, 24 Aug 2010 11:27:18
Message-Id: AANLkTik0hdpBQuCSkE8XbPDmBAY_hzOU+xxfcav_cOAr@mail.gmail.com
In Reply to: Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg? by Adam Carter
1 On 24 August 2010 11:23, Adam Carter <adamcarter3@×××××.com> wrote:
2 >
3 >> No.  I ditched my xorg.conf completely; it had been there just because I
4 >> couldn't get the Westinghouse monitor to work without it.  The Xorg logs
5 >> show it recognizes a boatload of
6 >> modes that the monitor likes, but gives an alibi for not using the HD
7 >> ones.  The approach
8 >> does not seem promising.
9 >>
10 >> /var/log/Xorg.0.log attached.  I'm paying attention to lines 269 295 327
11 >> 369 377 380 and 381
12 >>
13 >> 269: (II) MACH64(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052
14 >> 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
15 >> 295: (II) MACH64(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248
16 >> 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
17 >> 327: (II) MACH64(0): Estimated virtual size for aspect ratio 1.7931 is
18 >> 1920x1080
19 >> 369: (II) MACH64(0): Not using default mode "1920x1440" (insufficient
20 >> memory for mode)
21 >> 377: (II) MACH64(0): Not using driver mode "1920x1080" (bad mode
22 >> clock/interlace/doublescan)
23 >> 380: (II) MACH64(0): Not using driver mode "1920x1080" (bad mode
24 >> clock/interlace/doublescan)
25 >> 381: (WW) MACH64(0): Shrinking virtual size estimate from 1920x1080 to
26 >> 1280x1024
27 >>
28 >
29 > I assume 269 and 295 are related to 377 and 380. I remember i had a lot of
30 > pain getting a Geforce 440MX to do 16:9, but it was all in the modelines.
31 > There are some modeline calculators on the web, but be warned that some of
32 > them produce bad output. I did eventually get it to work after a lot of
33 > trial and error.
34 >
35 > Also because of this;
36 >
37 > (II) MACH64(0): <default monitor>: Using hsync range of 30.00-85.00 kHz
38 > (II) MACH64(0): <default monitor>: Using vrefresh range of 55.00-75.00 Hz
39 > (II) MACH64(0): <default monitor>: Using maximum pixel clock of 160.00 MHz
40 >
41 >
42 > you may need to set the ranges in your xorg.conf instead. check the monitors
43 > specs first tho.
44
45 What does xrandr -q show?
46 --
47 Regards,
48 Mick

Replies

Subject Author
Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg? Kevin O'Gorman <kogorman@×××××.com>