summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config
Commit message (Collapse)AuthorAgeFilesLines
* xserver-xf86-config: use modesetting for VybridStefan Agner2016-01-191-0/+12
| | | | | | | Explicitly use the generic Xorg driver for KMS devices. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: Add i.MX6UL xorg.confLauren Post2015-08-041-0/+12
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: Add support for PXP Frame Buffer displaysLauren Post2015-07-283-0/+42
| | | | | | | PXP devices for mx6sx, mx6sl and mx7 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: Use Vivante accelerated driver for iMX6Otavio Salvador2012-11-231-3/+5
| | | | | | Change-Id: Ief51e752d58efbdf5412c93a786c442e3531a961 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: add xorg.conf for mxsEric Bénard2012-09-131-0/+12
| | | | | | | so that X gets a chance to run on the default framebuffer device. Tested on mx28evk with fsl-image-gui. Signed-off-by: Eric Bénard <eric@eukrea.com>
* xserver-xf86-config (mx6): refactor default configurationOtavio Salvador2012-07-201-36/+7
| | | | | | | | We refactor the default configuration to the same defaults used in mx5 machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config (mx5): disable DPMS functions by defaultOtavio Salvador2012-07-201-0/+7
| | | | | | | | By default, the device shouldn't turn the display off so we change the server setting but allow for easy customization by user, if need. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config: mx6: Use fbdev driverRogerio Pimentel2012-05-111-7/+3
| | | | | | | Use fbdev instead imx driver on xorg.conf Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config: add mx6 Xorg configurationOtavio Salvador2012-05-021-0/+45
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: mx5: drop unused configurationsOtavio Salvador2012-04-291-36/+0
| | | | | | | | Nowadays Xorg can mostly auto-configure itself so xorg.conf ought to be used as less as possible; this drops the settings that Xorg ought to generate by itself. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: merge imx53qsb and imx53ard onto mx5Otavio Salvador2012-04-232-45/+0
| | | | | | | | This avoids meta-data duplication and easy code reuse for external boards as they only need to make the board machine configuration from mx5 SOC_FAMILY to properly configure Xorg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: move xorg.conf to being machine specificOtavio Salvador2011-12-212-0/+45
| | | | | | | While on that we refactored the recipe to use PRINC and FILESEXTRAPATHS_prepend. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: custom xorg.conf file for iMx targetsAdrian Alonso2011-08-241-0/+45
* Custom xorg config file for iMx targets * Binds eGalaxy touchscreen to use evdev driver * Sets framebuffet to use imx driver Signed-off-by: Adrian Alonso <b38018@freescale.com>