summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf')
-rw-r--r--meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
new file mode 100644
index 00000000..ca14a0c4
--- /dev/null
+++ b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
@@ -0,0 +1,32 @@
1#Section "Device"
2# Identifier "Volari Z11"
3# Driver "xgi"
4#EndSection
5
6Section "Device"
7 Identifier "Generic VESA"
8 Driver "vesa"
9EndSection
10
11Section "Monitor"
12 Identifier "Generic Monitor"
13 Option "DPMS"
14EndSection
15
16Section "Screen"
17 Identifier "Default Screen"
18# Device "Volari Z11"
19 Device "Generic VESA"
20 Monitor "Generic Monitor"
21 DefaultDepth 24
22EndSection
23
24Section "ServerLayout"
25 Identifier "Default Layout"
26 Screen "Default Screen"
27EndSection
28
29Section "ServerFlags"
30 Option "DontZap" "0"
31 Option "AutoAddDevices" "False"
32EndSection