summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf32
-rw-r--r--meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend1
2 files changed, 0 insertions, 33 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
deleted file mode 100644
index ca14a0c4..00000000
--- a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
+++ /dev/null
@@ -1,32 +0,0 @@
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
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
deleted file mode 100644
index 72d991c7..00000000
--- a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ /dev/null
@@ -1 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"