[Intel-gfx] Support for HDMI on ASUS P5E-VM HDMI (G35 chipset)
The Fungi
fungi at yuggoth.org
Tue Dec 30 15:29:56 CET 2008
On Tue, Dec 30, 2008 at 02:33:40PM +0900, Mike Wright wrote:
[...]
> can the intel drivers program an arbitrary mode over HDMI like
> NVIDIA can? If so then I could ignore this whole EDID thing and
> just program the right mode.
[...]
I'm having to do this for my Sony KDF-60XS955 (an older model RP-LCD
HDTV), whose EDID similarly only reports 1920x540 (1080i) but has a
native panel resolution of 720p. The relevant xorg.conf sections
are:
Section "Device"
Identifier "Intel GX3500"
Driver "intel"
Option "Monitor-HDMI-1" "Sony KDF-60XS955 HDTV"
Option "NoDDC" "true"
EndSection
Section "Monitor"
Identifier "Sony KDF-60XS955 HDTV"
Mode "ATSC-720-60p"
DotClock 74.25
HTimings 1280 1320 1376 1650
VTimings 720 722 728 750
EndMode
Option "PreferredMode" "ATSC-720-60p"
Option "DPMS" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel GX3500"
Monitor "Sony KDF-60XS955 HDTV"
SubSection "Display"
Modes "ATSC-720-60p"
EndSubSection
EndSection
[InputDevice and ServerLayout sections left as exercise for reader]
--
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP(fungi at yuggoth.org); IRC(fungi at irc.yuggoth.org#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER(fungi at yuggoth.org);
MUD(fungi at katarsis.mudpy.org:6669); WWW(http://fungi.yuggoth.org/); }
More information about the Intel-gfx
mailing list