G35/33 X3500/3100 HDMI

Beat Kneubuehl beat.kneubuehl at rega-sense.ch
Sun Dec 16 13:11:39 PST 2007


Hi Dick

I have a  Gigabyte GA-G33M-S2H mainboard with G33 chipset and HDMI and
DVI port on board.
To make the HDMI/DVI Port work i had to add a dummy "Monitor" section to
xorg.conf, otherwise the driver tried always to connect Pipe A to the
VGA Port and ignored the HDMI/DVI port.

You can try to add the following to your xorg.conf:

Section "Monitor"
    Identifier  "dummy"
    Option      "Ignore" "True"
EndSection

Section "Monitor"
    Identifier "standard-dvi"
    Option      "DPMS" "enable"
    Option      "enable" "True"
EndSection

Then search the Device section and add the following to lines:

   Option      "monitor-VGA" "dummy"
   Option      "monitor-TMDS-1" "standard-dvi"


Here is my device section:
--------------------------------------------
Section "Device"
    Identifier  "intel G33"
    Driver      "intel"
    Option      "DRI" "true"
    Option     "XAANoOffscreenPixmaps" "true"
    Option     "FramebufferCompression" "true"
    Option     "Tiling" "true"
    Option      "monitor-VGA" "dummy"
    Option      "monitor-TMDS-1" "standard-dvi"
    Option      "ModeDebug"     "false"
EndSection


Beat




Dick schrieb:
> sim0n <sim0n <at> trypill.org> writes:
>   
>> I would be interested in buying a "Asus P5E-VM HDMI" motherboard, which 
>> has the G35 chipset and a X3500 graphics chip on-board including an HDMI 
>> connector.
>>     
>
> I own a Shuttle Barebone SG33G5M iG33 which has indeed a HDMI connector, that
> sadly doesn't work yet. VGA does work if I use the GIT tip sources.
>
> I've reported a bug at: https://bugs.freedesktop.org/show_bug.cgi?id=13625
>
> Could someone give me some hints for debugging to find out why it doesn't work?
>
> Thanks a lot,
> Dick
>
>
>   



More information about the xorg mailing list