Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to bring down the sync range of your monitor?
Date: Thu, 18 Jan 2007 14:42:18
Message-Id: 7797aa370701180636q42357895ie74ffc4ec694b75@mail.gmail.com
In Reply to: Re: [gentoo-user] how to bring down the sync range of your monitor? by Iain Buchanan
1 2007/1/18, Iain Buchanan <iaindb@××××××××××××.au>:
2 > On Wed, 2007-01-17 at 22:46 +0800, Chuanwen Wu wrote:
3 > > I find my monitor work correctly in the 85Hz(the character is
4 > > vague).And in windows,I set the sync range to 75Hz and then it's OK.
5 > > But how to bring down the sync range to 75Hz in gentoo?
6 >
7 > the monitor frequency you see in windows is "VertRefresh" from
8 > xorg.conf. You don't have to specify a range, you can also give a
9 > discrete value.
10 Thanks!I have tried.But still all the same.Here is a part of my xorg.conf:
11
12 HorizSync 30 - 60
13 VertRefresh 75 - 75
14
15 #add by myself
16 Section "Modes"
17 Identifier "Modes[0]"
18 # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
19 Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772
20 802 -HSync +Vsync
21 EndSection
22
23 Section "Screen"
24 Identifier "Screen 1"
25 Device "** Intel i810 (generic) [i810]"
26 Monitor "My Monitor"
27 DefaultDepth 24
28
29 Subsection "Display"
30 Depth 8
31 Modes "1024x768_75.00"
32 ViewPort 0 0
33 EndSubsection
34 Subsection "Display"
35 Depth 16
36 Modes "1024x768_75.00"
37 ViewPort 0 0
38 EndSubsection
39 Subsection "Display"
40 Depth 24
41 Modes "1024x768_75.00"
42 ViewPort 0 0
43 EndSubsection
44 EndSection
45
46 And I used gtf:
47
48 #gtf 1024 768 75
49 # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
50 Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772
51 802 -HSync +Vsync
52
53
54 >
55 > > Now in my xorg.conf:
56 > >
57 > > HorizSync 31.5 - 57.0
58 > > VertRefresh 50-90
59 > >
60 > > Even I change them to 20 - 40(HorizSync) and 30 - 60(VertRefresh),the
61 > > frequency is still 85Hz.
62 >
63 > be careful just randomly changing these values - you can sometimes to
64 > bad things to your monitor.
65 >
66 > To stop this, X probes your monitor (if it supports EDID) to get the
67 > refresh and sync values it can display, and it won't let you set the
68 > value outside this.
69 >
70 > I would troll through /var/log/Xorg.0.log and see if you can see
71 > anything interesting about EDID or sync, etc.
72 And I also found information in Xorg.0.log:
73
74 II) I810(0): Supported VESA Video Modes:
75 (II) I810(0): 720x400@70Hz
76 (II) I810(0): 720x400@88Hz
77 (II) I810(0): 640x480@60Hz
78 (II) I810(0): 640x480@67Hz
79 (II) I810(0): 640x480@72Hz
80 (II) I810(0): 640x480@75Hz
81 (II) I810(0): 800x600@56Hz
82 (II) I810(0): 800x600@60Hz
83 (II) I810(0): 800x600@72Hz
84 (II) I810(0): 800x600@75Hz
85 (II) I810(0): 832x624@75Hz
86 (II) I810(0): 1024x768@87Hz (interlaced)
87 (II) I810(0): 1024x768@60Hz
88 (II) I810(0): 1024x768@70Hz
89 (II) I810(0): 1024x768@75Hz
90 (II) I810(0): Manufacturer's mask: 0
91 (II) I810(0): Supported Future Video Modes:
92 (II) I810(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853
93 (II) I810(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833
94 (II) I810(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
95 (II) I810(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
96 (II) I810(0): Ranges: V min: 50 V max: 130 Hz, H min: 30 H max: 72
97 kHz, PixClock max 110 MHz
98 (II) I810(0): Monitor name: 1772ED
99 (II) I810(0): Serial No: 1249407921234
100 (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
101 (--) I810(0): Maximum space available for video modes: 8000 kByte
102 (II) I810(0): Using detected DDC timings
103 (II) I810(0): HorizSync 30-72
104 (II) I810(0): VertRefresh 50-130
105
106 Obviously,the system detected the frequency itself and my setting of
107 HorizSync and VertRefresh have no effect.
108
109 So is there anything wrong with my xorg.conf?How to change it?
110 --
111 wcw
112 --
113 gentoo-user@g.o mailing list

Replies