diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-graphics/xorg-xserver/xserver-xf86-config | |
download | meta-fsl-ppc-enea_linux_3.tar.gz |
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config')
-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 0000000..57f284e --- /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 | |||