summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
blob: 0335e6af7615003d167821751a56d842daf3fad6 (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
Section "Module"
	Load	"extmod"
	Load	"dbe"
	Load	"glx"
	Load	"freetype"
	Load	"type1"
	Load	"record"
	Load	"dri"
EndSection

Section "Monitor"
	Identifier	"Builtin Default Monitor"
EndSection

Section "Device"
	Identifier	"Builtin Default fbdev Device 0"
	Driver		"omapfb"
EndSection

Section "Screen"
	Identifier	"Builtin Default fbdev Screen 0"
	Device		"Builtin Default fbdev Device 0"
	Monitor		"Builtin Default Monitor"
EndSection

Section "ServerLayout"
	Identifier	"Builtin Default Layout"
	Screen		"Builtin Default fbdev Screen 0"
EndSection

Section "ServerFlags"
	Option		"DontZap"  "0"
        Option		"AutoAddDevices" "False"
EndSection