summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf27
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend3
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf
new file mode 100644
index 0000000..57f284e
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf
@@ -0,0 +1,27 @@
1Section "Screen"
2 Identifier "Builtin Default fbdev Screen 0"
3 Device "Builtin Default fbdev Device 0"
4EndSection
5
6Section "ServerLayout"
7 Identifier "Builtin Default Layout"
8 Screen "Builtin Default fbdev Screen 0"
9EndSection
10
11Section "ServerFlags"
12 Option "DontZap" "0"
13EndSection
14
15Section "InputClass"
16 Identifier "keyboard-all"
17 Driver "evdev"
18 MatchIsKeyboard "on"
19EndSection
20
21
22Section "InputClass"
23 Identifier "mouse-all"
24 Driver "evdev"
25 MatchIsPointer "on"
26EndSection
27
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
new file mode 100644
index 0000000..7ae4ec2
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3PRINC := "${@int(PRINC) + 1}"