[5348] in testers
Re: Linux-Athena 9.2 display strangeness
daemon@ATHENA.MIT.EDU (Thomas H. Grayson)
Thu May 8 16:07:49 2003
Message-ID: <3EBAB90D.20707@mit.edu>
Date: Thu, 08 May 2003 16:07:41 -0400
From: "Thomas H. Grayson" <thg@MIT.EDU>
MIME-Version: 1.0
To: Alex T Prengel <alexp@mit.edu>
CC: testers@mit.edu
In-Reply-To: <200305081933.h48JXejh001576@astrophel.mit.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
At the risk of being way off the mark, I'll mention my recent similiar
experience with Slackware 9.0 at home. By default, X drove the monitor at an
extraordinarily high resolution, one that I didn't even think my graphics card
and monitor could support. I think that without guidance XFree86 will use the
highest possible resolution it can for the detected video card and monitor. I
edited the XF86Config file to add these lines to the file:
Depth 24
Modes "1280x1024"
That fixed the display at 1280x1024 in 24-bit mode. The VESA standard modes
are available even if they aren't defined in the file. These go under the
Section Screen, SubSection Display for the active display. XFree86 will let
you set the depth on the command line, but apparently not the resolution.
Tom
Alex T Prengel wrote:
> This is related to the display comment I made in my prior mail- on
> astrophel, our Linux-Athena 9.2 test machine, the display seems to be
> locked into a high resolution 8 bit mode I can't seem to get out of.
>
> xdpyinfo shows, in part:
>
> screen #0:
> dimensions: 2048x1536 pixels (361x271 millimeters)
> resolution: 144x144 dots per inch
> depths (7): 8, 1, 4, 15, 16, 24, 32
> root window id: 0x4f
> depth of root window: 8 planes
>
> but the strange thing is that in both /etc/X11/XF86Config and
> /etc/X11/XF86Config-4, there is no 2048x1536 mode anywhere. What gives?
>
> Alex
>
> PS- it looks like most X settings are back in XF86Config; in prior RedHat
> releases, most were in XF86Config-4. Did they change this in RedHat 9?
>
> Thanks,
>
> Alex