[CONF] DMI: Acer AO751h /JV11-ML

Bug #907704 reported by Manos Orfanoudakis
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Intel® EMGD driver
New
Undecided
Thomas Karl Pietrowski

Bug Description

A working configuration for DMI :
DMI: Acer AO751h /JV11-ML , BIOS V0.3212 02/26/2010

I have succesfully enabled the VGA output, and also used XINERAMA with
no problems, on Ubuntu Oneiric

cat /usr/share/X11/xorg.conf.d/10-emgd.conf :
--------------------------------------------
Section "ServerLayout"
     Identifier "Default Layout"
     Screen 0 "Screen0" 0 0
     Screen 1 "Screen1" 1366 0
EndSection

Section "ServerFlags"
 #Option "Xinerama" "True"
EndSection

Section "Device"
     Identifier "Intel_EMGD-0"
     Driver "emgd"
     VendorName "Intel(R) DEG"
     BoardName "Embedded Graphics"
     BusID "0:2:0"
     Screen 0
     VideoRAM 131072
     Option "PcfVersion" "1792"
     Option "ConfigId" "1"
     Option "PortDrivers" "lvds"
     Option "ALL/1/name" "lvds-display"
     Option "ALL/1/PortOrder" "40000"
     Option "ALL/1/General/DisplayConfig" "8"
     Option "ALL/1/General/DisplayDetect" "1"
     Option "ALL/1/Port/4/General/name" "LVDS"
     Option "ALL/1/Port/4/General/Edid" "1"
     Option "ALL/1/Port/4/Attr/70" "0"
     Option "ALL/1/General/Accel" "1"
EndSection

Section "Device"
     Identifier "Intel_EMGD-1"
     Driver "emgd"
     VendorName "Intel(R) DEG"
     BoardName "Embedded Graphics"
     BusID "0:2:0"
     Screen 1
     VideoRAM 131072
     Option "PcfVersion" "1792"
     Option "ConfigId" "2"
     Option "PortDrivers" "lvds"
     Option "ALL/2/name" "vga-display"
     Option "ALL/1/PortOrder" "24000"
     Option "ALL/2/General/DisplayConfig" "8"
     Option "ALL/2/General/DisplayDetect" "1"
     Option "ALL/2/Port/2/General/name" "VGA"
     Option "ALL/2/Port/2/General/Edid" "1"
     Option "ALL/2/Port/2/Attr/70" "0"
EndSection
Section "Screen"
     Identifier "Screen0"
     Device "Intel_EMGD-0"
     Monitor "LVDS"
     SubSection "Display"
          Depth 24
          Modes "1366x768"
     EndSubSection

EndSection

Section "Screen"
     Identifier "Screen1"
     Device "Intel_EMGD-1"
     Monitor "VGA"
     SubSection "Display"
          Depth 24
          Modes "1920x1080"
     EndSubSection

EndSection

Section "Monitor"
     Identifier "LVDS"
     ModelName "LCD Panel used by EMGD"
EndSection

Section "Monitor"
     Identifier "VGA"
     ModelName "VGA EMGD"
EndSection

Section "DRI"
     Mode 0666
EndSection

Section "Extensions"
     Option "composite" "enable"
EndSection
--------

Changed in emgd:
assignee: nobody → Thomas-Karl Pietrowski (thopiekar)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.