Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.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 22:07:51
Message-Id: AANLkTinN_7SxC8zd+ziqXi0gyJ3618Fymw3ucScUeKpf@mail.gmail.com
In Reply to: Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg? by Paul Hartman
1 On Tue, Aug 24, 2010 at 11:48 AM, Paul Hartman <
2 paul.hartman+gentoo@×××××.com <paul.hartman%2Bgentoo@×××××.com>> wrote:
3
4 > On Tue, Aug 24, 2010 at 12:10 PM, Kevin O'Gorman <kogorman@×××××.com>
5 > wrote:
6 > >
7 > >
8 > > On Tue, Aug 24, 2010 at 4:27 AM, Mick <michaelkintzios@×××××.com> wrote:
9 > >>
10 > >> On 24 August 2010 11:23, Adam Carter <adamcarter3@×××××.com> wrote:
11 > >> >
12 > >> >> No. I ditched my xorg.conf completely; it had been there just
13 > because
14 > >> >> I
15 > >> >> couldn't get the Westinghouse monitor to work without it. The Xorg
16 > >> >> logs
17 > >> >> show it recognizes a boatload of
18 > >> >> modes that the monitor likes, but gives an alibi for not using the HD
19 > >> >> ones. The approach
20 > >> >> does not seem promising.
21 > >> >>
22 > >> >> /var/log/Xorg.0.log attached. I'm paying attention to lines 269 295
23 > >> >> 327
24 > >> >> 369 377 380 and 381
25 > >> >>
26 > >> >> 269: (II) MACH64(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052
27 > >> >> 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
28 > >> >> 295: (II) MACH64(0): Modeline "1920x1080"x60.0 172.80 1920 2040
29 > 2248
30 > >> >> 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
31 > >> >> 327: (II) MACH64(0): Estimated virtual size for aspect ratio 1.7931
32 > is
33 > >> >> 1920x1080
34 > >> >> 369: (II) MACH64(0): Not using default mode "1920x1440" (insufficient
35 > >> >> memory for mode)
36 > >> >> 377: (II) MACH64(0): Not using driver mode "1920x1080" (bad mode
37 > >> >> clock/interlace/doublescan)
38 > >> >> 380: (II) MACH64(0): Not using driver mode "1920x1080" (bad mode
39 > >> >> clock/interlace/doublescan)
40 > >> >> 381: (WW) MACH64(0): Shrinking virtual size estimate from 1920x1080
41 > to
42 > >> >> 1280x1024
43 > >> >>
44 > >> >
45 > >> > I assume 269 and 295 are related to 377 and 380. I remember i had a
46 > lot
47 > >> > of
48 > >> > pain getting a Geforce 440MX to do 16:9, but it was all in the
49 > >> > modelines.
50 > >> > There are some modeline calculators on the web, but be warned that
51 > some
52 > >> > of
53 > >> > them produce bad output. I did eventually get it to work after a lot
54 > of
55 > >> > trial and error.
56 > >> >
57 > >> > Also because of this;
58 > >> >
59 > >> > (II) MACH64(0): <default monitor>: Using hsync range of 30.00-85.00
60 > kHz
61 > >> > (II) MACH64(0): <default monitor>: Using vrefresh range of 55.00-75.00
62 > >> > Hz
63 > >> > (II) MACH64(0): <default monitor>: Using maximum pixel clock of 160.00
64 > >> > MHz
65 > >> >
66 > >> >
67 > >> > you may need to set the ranges in your xorg.conf instead. check the
68 > >> > monitors
69 > >> > specs first tho.
70 > >>
71 > >> What does xrandr -q show?
72 > >> --
73 > >> Regards,
74 > >> Mick
75 > >>
76 > >
77 > > treat log # xrandr -q
78 > > Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1440 x 1024
79 > > default connected 1280x1024+0+0 0mm x 0mm
80 > > 1280x1024 60.0*
81 > > 1440x900 60.0
82 > > 1280x960 60.0
83 > > 1152x864 75.0
84 > > 1024x768 75.0 70.0 60.0
85 > > 896x672 60.0
86 > > 832x624 75.0
87 > > 800x600 75.0 72.0 60.0 56.0 65.0
88 > > 700x525 75.0 60.0
89 > > 640x512 75.0 60.0
90 > > 640x480 75.0 73.0 67.0 60.0
91 > > 720x400 70.0
92 > > 576x432 75.0
93 > > 512x384 75.0 70.0 60.0
94 > > 416x312 75.0
95 > > 400x300 75.0 72.0 60.0 56.0
96 > > 320x240 75.0 73.0 60.0
97 > > treat log #
98 >
99 > Until you can replace the video card, maybe you can come up with a
100 > modeline for a lower resolution with 16:9 aspect ratio, such as:
101 >
102 > 852x480
103 > 1280x720
104 > 1365x768
105 > 1600x900
106 >
107 > It wouldn't be optimal, but at least it would fill your screen without
108 > being stretched strangely.
109 >
110 >
111 Yah, I might have some luck with that. Since I'm years out of practice
112 fooling with this stuff (last seen in 2002) can someone point me at the
113 tools for
114 1) Computing a modeline (I understand the quality varies a lot)
115 2) Configuring an xorg.conf
116
117
118
119
120 --
121 Kevin O'Gorman, PhD

Replies

Subject Author
Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg? Paul Hartman <paul.hartman+gentoo@×××××.com>