Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - gdm screen resolution problem [SOLVED]
Date: Mon, 04 Sep 2006 05:07:59
Message-Id: 1157345944.11848.0.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] OT - gdm screen resolution problem by Iain Buchanan
1 On Mon, 2006-09-04 at 13:42 +0930, Iain Buchanan wrote:
2 > On Sun, 2006-09-03 at 17:07 -0500, Michael Sullivan wrote:
3 > > I've done some research, but haven't been able to find anything that
4 > > works for my sitch. I use the themed gdm screen as my login to GNOME.
5 > > The problem is that the only thing I can see on the gdm screen is the
6 > > username and password boxes. I think the screen resolution is too low
7 > > (possibly 640x480?)
8 > [snip]
9 > >
10 > > Section "Screen"
11 > [snip]
12 > > EndSection
13 >
14 > I'd recommend getting rid the low low depth's: 1, 4, 15. Also, add:
15 > DefaultDepth 24
16 > near the top, and in each subsection "Display", add the resolutions your
17 > monitor can handle, in order you want to use them. eg, mine is:
18 >
19 > Section "Screen"
20 > Identifier "Screen0"
21 > Device "Card0"
22 > Monitor "Monitor0"
23 > DefaultDepth 24
24 >
25 > Subsection "Display"
26 > Depth 8
27 > Modes "1280x1024" "1024x768" "800x600" "640x480"
28 > ViewPort 0 0
29 > EndSubsection
30 > Subsection "Display"
31 > Depth 16
32 > Modes "1280x1024" "1024x768" "800x600" "640x480"
33 > ViewPort 0 0
34 > EndSubsection
35 > Subsection "Display"
36 > Depth 24
37 > Modes "1680x1050" "1600x1200" "1280x1024" "1024x768"
38 > "800x600" "640x480"
39 > ViewPort 0 0
40 > EndSubsection
41 > EndSection
42 >
43 > then restart xdm and see how that goes...
44 >
45 > HTH,
46 > --
47 > Iain Buchanan <iaindb at netspace dot net dot au>
48 >
49 > "Not Hercules could have knock'd out his brains, for he had none."
50 > -- Shakespeare
51 >
52
53 Thanks! That seems to have done the trick.
54 -Michael Sullivan-
55
56 --
57 gentoo-user@g.o mailing list