aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2015-06-24xorg.conf: Add static resolution fo xorg.conf for minnow-emgdHEADmasterfidoDarren Hart
The EMGD driver does not reliably detect screen resolution. Provide a sane default of 24bit @ 1366x768. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-06-24minnow-emgd: Add new MACHINE using the EMGD graphics driverDarren Hart
The existing "minnow" MACHINE uses FBDEV, add a new MACHINE, minnow-emgd, which uses the proprietary emgd graphics driver. Update the linux-yocto recipe to support both machines, and move the xorg.conf from minnow to minnow-emgd. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-06-24emgd: Add emgd 1.18 xorg driverDarren Hart
Add support for the EMGD 1.18 proprietary graphics driver. Copied in from meta-intel/daisy with PR removed. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-06-24xorg: Add xserver-xorg version 1.9.3 for emgd supportDarren Hart
The EMGD driver requires an older, 1.9.3, version of xorg. Add these recipes (copied from meta-intel daisy branch with PR and INC_PR removal as suggested by Koen Kooi). Also add xf86-input drivers for ABI compatibility. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-10Drop PRINC usageDarren Hart
PRINC has been deprecated in favor of the PR Service: https://wiki.yoctoproject.org/wiki/PR_Service Dropping PRINC resolves the QA warnings: WARNING: Use of PRINC 2 was detected in the recipe Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20xorg.conf: Add EDID workaround in commentDarren Hart
If display detection is not working with your display, consider uncommenting the added block. This is not made the default as it appears to work for some displays while preventing currently working displays from being detected. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20xserver-xf86-config: allow hotplugged inputRoss Burton
DontZap defaults to 0 anyway, and AutoAddDevices=False means that hotplugged input devices won't work. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-20MinnowBoard BSP Layer0.9-rc2-danny-8.0.1Darren Hart
The MinnowBoard (minnowboard.org) is an Intel Atom E640T processor coupled with an Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff = Queens Bay). The E6xx CPU embeds on-chip graphics supported by the Intel Embedded Media and Graphics Driver (EMGD). The board targets the small and low-cost embedded market for the developer and maker community. Signed-off-by: Darren Hart <dvhart@linux.intel.com>