summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
diff options
context:
space:
mode:
authorRahul Saxena <rahul.saxena@intel.com>2012-03-19 17:58:38 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-03-26 17:41:19 -0500
commit2e94d8b114a69c4e26535cf0ba0986ef9e80227e (patch)
tree46fea336bdb2fa5e18093d7c82c62467368c38de /meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
parent3d9072c883124358e950990d72d2300615326730 (diff)
downloadmeta-intel-2e94d8b114a69c4e26535cf0ba0986ef9e80227e.tar.gz
meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases
Seperate xserver configuration files, one file each for the case of with pvr graphics driver and for "no pvr" (i.e. with VESA driver) Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf')
-rw-r--r--meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
new file mode 100644
index 00000000..da4fc3c6
--- /dev/null
+++ b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
@@ -0,0 +1,26 @@
1Section "Device"
2 Identifier "Generic VESA"
3 Driver "vesa"
4EndSection
5
6Section "Monitor"
7 Identifier "Generic Monitor"
8 Option "DPMS"
9EndSection
10
11Section "Screen"
12 Identifier "Default Screen"
13 Device "Generic VESA"
14 Monitor "Generic Monitor"
15 DefaultDepth 24
16EndSection
17
18Section "ServerLayout"
19 Identifier "Default Layout"
20 Screen "Default Screen"
21EndSection
22
23Section "ServerFlags"
24 Option "DontZap" "0"
25 Option "AutoAddDevices" "False"
26EndSection