xserver-xf86-config: Do not set default depth to 16 for IGEP v2.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Enric Balletbo i Serra
2010-03-01 11:32:49 +01:00
committed by Richard Purdie
parent 80f1baf525
commit b8637a9ab1
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ Section "Screen"
Identifier "Default Screen"
Device "OMAPFB Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 16
EndSection
Section "ServerLayout"

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/base"
LICENSE = "MIT-X"
PR = "r5"
PR = "r6"
SRC_URI = "file://xorg.conf"