aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/xilinx-virtex5/xorg.conf
blob: 61f0f9fcddf56454d6d2d0a9c74bcba202930834 (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
# Xorg conf file for Xilinx platforms
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"
EndSection

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

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