← Back to team overview

gma500 team mailing list archive

[Bug 907704] Re: [CONF] DMI: Acer AO751h /JV11-ML

 

** Changed in: emgd
     Assignee: (unassigned) => Thomas-Karl Pietrowski (thopiekar)

-- 
You received this bug notification because you are a member of GMA500
Team, which is the registrant for Intel® EMGD driver.
https://bugs.launchpad.net/bugs/907704

Title:
  [CONF] DMI: Acer AO751h /JV11-ML

Status in Intel® Embedded Media and Graphics Driver (Intel® EMGD):
  New

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
  --------

To manage notifications about this bug go to:
https://bugs.launchpad.net/emgd/+bug/907704/+subscriptions


References