Gentoo Archives: gentoo-user

From: Dimitar Toshev <mo6eeeb@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg 7, i810, and no 1600x1200
Date: Sun, 23 Jul 2006 08:16:12
Message-Id: 200607231107.55698.Mo6eeeB@gmail.com
In Reply to: Re: [gentoo-user] xorg 7, i810, and no 1600x1200 by Richard Fish
1 On Thursday 20 July 2006 23:19, Richard Fish wrote:
2 > On 7/20/06, Jakub £ukomski <qba@××××××××××××.com> wrote:
3 > > Section "Monitor"
4 > > Identifier "miro"
5 > > VendorName "miro"
6 > > ModelName "P17F86i"
7 > > HorizSync 30-86
8 > > VertRefresh 50-160
9 > > Option "dpms"
10 > > EndSection
11 > >
12 > > (II) I810(0): Using detected DDC timings
13 > > (II) I810(0): HorizSync 30-86
14 > > (II) I810(0): VertRefresh 50-160
15 > > (WW) I810(0): config file hsync range 28-33kHz not within DDC hsync
16 > > range 30-86kHz
17 > > (WW) I810(0): config file vrefresh range 43-72Hz not within DDC vrefresh
18 > > range 50-160Hz
19 >
20 > Something isn't right here. Why does X think your config file has the
21 > (default) 28-33khz and 43-72Hz ranges?
22 >
23 > Can you post your ServerLayout section?
24 >
25 > -Richard
26
27 Also, see if you have an xorg.conf in /root/ or anywhere other than /etc/X11.
28 >From the xorg.conf manpage:
29
30 >When the Xorg server is started by the "root" user, the config file search
31 locations are as follows:
32 > <cmdline>
33 > /etc/X11/<cmdline>
34 > /usr/etc/X11/<cmdline>
35 > $XORGCONFIG
36 > /etc/X11/$XORGCONFIG
37 > /usr/etc/X11/$XORGCONFIG
38 > $HOME/xorg.conf
39 > /etc/X11/xorg.conf-4
40 > /etc/X11/xorg.conf
41 > /etc/xorg.conf
42 > /usr/etc/X11/xorg.conf.<hostname>
43 > /usr/etc/X11/xorg.conf-4
44 > /usr/etc/X11/xorg.conf
45 > /usr/lib/X11/xorg.conf.<hostname>
46 > /usr/lib/X11/xorg.conf-4
47 > /usr/lib/X11/xorg.conf
48
49 This means, that another xorg.conf might be used, instead of the one
50 in /etc/X11.
51
52 If you have only one xorg.conf, and it is in /etc/X11, see if you are using
53 the correct monitor in your Screen section.
54
55 -----
56 Dimitar Toshev
57
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg 7, i810, and no 1600x1200 "Jakub Łukomski" <qba@××××××××××××.com>