diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-23 16:02:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 6a868a671472d454b407a165fc31c5f7dfe783c6 (patch) | |
tree | 7bd2ab13a04d14215264cc992501970cacfb20ef /recipes-graphics/xorg-xserver | |
parent | 62e212fe4812a6c726df4ac8e77d4a77e0e54247 (diff) | |
download | meta-freescale-6a868a671472d454b407a165fc31c5f7dfe783c6.tar.gz |
Move meta-fsl-ppc content to layer root
This commit is just a rename of all contents of meta-fsl-ppc
subdirectory to this layer's root, merging the contents of common
files, subsequent changes are based on top of that.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf | 27 |
1 files changed, 27 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 00000000..57f284e8 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf | |||
@@ -0,0 +1,27 @@ | |||
1 | Section "Screen" | ||
2 | Identifier "Builtin Default fbdev Screen 0" | ||
3 | Device "Builtin Default fbdev Device 0" | ||
4 | EndSection | ||
5 | |||
6 | Section "ServerLayout" | ||
7 | Identifier "Builtin Default Layout" | ||
8 | Screen "Builtin Default fbdev Screen 0" | ||
9 | EndSection | ||
10 | |||
11 | Section "ServerFlags" | ||
12 | Option "DontZap" "0" | ||
13 | EndSection | ||
14 | |||
15 | Section "InputClass" | ||
16 | Identifier "keyboard-all" | ||
17 | Driver "evdev" | ||
18 | MatchIsKeyboard "on" | ||
19 | EndSection | ||
20 | |||
21 | |||
22 | Section "InputClass" | ||
23 | Identifier "mouse-all" | ||
24 | Driver "evdev" | ||
25 | MatchIsPointer "on" | ||
26 | EndSection | ||
27 | |||