summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf')
-rw-r--r--meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf
new file mode 100644
index 000000000..2950193ce
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf
@@ -0,0 +1,39 @@
1Section "Monitor"
2 Identifier "LCD Panel"
3EndSection
4
5Section "Device"
6 Identifier "Xilinx frame buffer"
7 Driver "fbdev"
8EndSection
9
10Section "Screen"
11 Identifier "Default Screen"
12 Device "Xilinx frame buffer"
13 Monitor "LCD Panel"
14 SubSection "Display"
15 Depth 24
16 Modes "640x480"
17 EndSubSection
18EndSection
19
20Section "InputDevice"
21 Identifier "Keyboard"
22 Driver "kbd"
23# Option "XkbLayout" "es"
24# Option "XkbModel" "pc105"
25EndSection
26
27Section "InputDevice"
28 Identifier "Mouse"
29 Driver "mouse"
30 Option "protocol" "auto"
31 Option "device" "/dev/input/mice"
32EndSection
33
34Section "ServerLayout"
35 Identifier "Default Layout"
36 Screen "Default Screen"
37 InputDevice "Keyboard"
38 InputDevice "Mouse"
39EndSection