Comment 8 for bug 711168

Revision history for this message
Ferry Toth (ftoth) wrote :

This my xorg.conf. It is for the fitpc2 which has no lvds, only a HDMI port carrying DVI (no sound).

I connect this to my TV through the HDMI connector marked DVI. This seems to be working well for my fitpc2 (v1.4 1.6GHz 1GB ram, 8GB SDD).

I downloaded the driver manual from the intel site:
http://edc.intel.com/Download.aspx?id=4722&returnurl=/Software/Downloads/EMGD/default.aspx

----
Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
EndSection

Section "Device"
    Identifier "Intel_IEGD-0"
    Driver "emgd"
    VendorName "Intel(R) DEG"
    BoardName "Embedded Graphics"
    BusID "0:2:0"
    Screen 0
    Option "PcfVersion" "1792"
    Option "ConfigId" "1"
    Option "PortDrivers" "svdo"
    Option "ALL/1/name" "CONFIG1"
    Option "ALL/1/General/PortOrder" "200000"
    Option "ALL/1/General/DisplayConfig" "1"
    Option "ALL/1/General/DisplayDetect" "1"
    Option "ALL/1/General/VideoRAM" "131072"
    Option "ALL/1/Port/2/General/name" "HDMI OUT"
    Option "ALL/1/Port/2/General/Edid" "1"

    Option "ALL/1/Port/2/General/EdidAvail" "3"
    Option "ALL/1/Port/2/General/EdidNotAvail" "1"
    Option "ALL/1/Port/2/General/Rotation" "0"
    Option "ALL/1/Port/2/Attr/70" "0"

EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Intel_IEGD-0"
    Monitor "HDMI TV"
    SubSection "Display"
        Depth 24
        Modes "1920x1080"
   EndSubSection
EndSection

Section "Monitor"
        Identifier "HDMI TV"
        ModelName "Samsung U40B6000VP"
EndSection

Section "DRI"
        Mode 0666
EndSection