summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf
blob: 2950193ce38caec1579637db8157a0a653348310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Section "Monitor"
	Identifier "LCD Panel"
EndSection

Section "Device"
    Identifier  "Xilinx frame buffer"
    Driver      "fbdev"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Xilinx frame buffer"
    Monitor     "LCD Panel"
	SubSection "Display"
		Depth   24
        Modes   "640x480"
	EndSubSection
EndSection

Section "InputDevice"
    Identifier  "Keyboard"
    Driver      "kbd"
#    Option      "XkbLayout" "es"
#    Option      "XkbModel"  "pc105"
EndSection

Section "InputDevice"
    Identifier  "Mouse"
    Driver      "mouse"
    Option      "protocol" "auto"
    Option      "device" "/dev/input/mice"
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Keyboard"
    InputDevice "Mouse"
EndSection