SCIENTIFIC-LINUX-DEVEL Archives

October 2009

SCIENTIFIC-LINUX-DEVEL@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:
Patrick Moelands <[log in to unmask]>
Reply To:
Patrick Moelands <[log in to unmask]>
Date:
Sun, 18 Oct 2009 20:50:57 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (36 lines)
When you install CentOS 5.4 (and probably this will also apply to
Scientific Linux 5.4) on a laptop with an Intel GMA X3100 Gfx chipset,
you get a display where things are out of line (like resolutions of
1024x768 on a screen of 1280x800). See this example:
http://img41.imageshack.us/img41/313/screenshotwithc53xorg.jpg

It appears that this is a problem related to the system thinking there
is an external display connected where it isn't.

More info can be found here:
https://bugzilla.novell.com/show_bug.cgi?id=343858 [^]
http://ubuntuforums.org/showthread.php?t=610407 [^]

Fortunately, the solution is that you need to adapt your xorg.conf
file. Add the following lines to solve the problem:

- - - - - - - - - - - -
Section "Device"
       Identifier "Videocard0"
       Driver "intel"
       Option "monitor-TV" "TVOutput" <=== this one!!!
EndSection

Section "Monitor" <=== this one!!!
       Identifier "TVOutput" <=== this one!!!
       Option "Ignore" "true" <=== this one!!!
EndSection <=== this one!!!
- - - - - - - - - - - -

Regards,
Patrick

-- 
All views, opinions and alleged facts expressed by this tactless moron should be
taken as good natured and friendly unless specifically stated otherwise.

ATOM RSS1 RSS2