SCIENTIFIC-LINUX-USERS Archives

December 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Richard Balthazor <[log in to unmask]>
Reply To:
Richard Balthazor <[log in to unmask]>
Date:
Thu, 14 Dec 2006 11:56:30 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
> I've got a AMD box running SL 43 with a graphics adaptor integrated
> on the mainboard.  I'm currently trying to use a Samsung widescreen
> LCD panel (941BW) with the machine.  The LCD panel has native
> resolution of 1440 x 900.  So far as I can tell, the version of Xorg
> that came with SL 43 doesn't have that resolution as a predefined
> choice.

Nathan,

I'm running 1280 x 800 on a laptop native screen of those dimensions,
using a "Generic LCD 1280x800" and the VESA driver.  Similarly,
system-config-display didn't show any non-4x3 aspect ratio video
modes.    I had to do four things:

1) Poke the video BIOS to set one of its modes to 1280 x 800
(amazingly, the video BIOS only knew about 4x3 modes).  You may not
need to do this.

2) Run system-config-display and select "Generic LCD 1280x800" and
"VESA" driver.   At this stage I still didn't see any non-4x3 modes,
so I picked 800x600 and wasn't too fussed.

3) Run the gtf utility to generate a modeline entry for my desired 1280x800.

4) Edit /etc/X11/xorg.conf to i) put that modeline entry in the
Monitor section, and ii) put "1280x800" as the first mode in the
24-bit colour area of the DIsplay section, ie

Depth 24
Modes "1280x800" "1024x768" "800x600".

Restart X, and all was well.

R.

ATOM RSS1 RSS2