diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-05 14:01:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 06:09:14 -0800 |
commit | 746b6e90a8403886e6957d33610bbda115de0a0c (patch) | |
tree | 863d35a55ff333ccbc0352a9f937a5f7be89f152 /meta/recipes-graphics | |
parent | 4b46149df5f123c7acf4699dbc552cc0e07f709a (diff) | |
download | openembedded-core-746b6e90a8403886e6957d33610bbda115de0a0c.tar.gz openembedded-core-746b6e90a8403886e6957d33610bbda115de0a0c.tar.bz2 openembedded-core-746b6e90a8403886e6957d33610bbda115de0a0c.zip |
xserver-xf86-config: empty generic xorg.conf
The idea of a generic xorg.conf is meaningless, especially when they specify the
"intel" driver. Empty this file so that unless the BSP specifies it's own
xorg.conf, no xorg.conf file is installed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf index 9c3d49019f..e69de29bb2 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf @@ -1,26 +0,0 @@ - -Section "Device" - Identifier "Intel Graphics Driver" - Driver "intel" -EndSection - -Section "Monitor" - Identifier "Generic Monitor" - Option "DPMS" -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "Intel Graphics Driver" - Monitor "Generic Monitor" - DefaultDepth 24 -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" -EndSection - -Section "ServerFlags" - Option "DontZap" "0" -EndSection |