summaryrefslogtreecommitdiff
path: root/xorg.conf
blob: 9b2cb329743b526dfadd6caaf07f19340464e55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# X.Org X server configuration file for xfree86-video-mali

Section "Device"
	Identifier "Mali FBDEV"
	Driver	"mali"
	Option	"fbdev"            "/dev/fb0"
	Option	"DRI2"             "true"
	Option	"DRI2"             "true"
	Option	"DRI2_PAGE_FLIP"   "true"
	Option	"DRI2_WAIT_VSYNC"  "false"
EndSection

Section "Screen"
	Identifier 	"Mali Screen"
	Device     	"Mali FBDEV"
	DefaultDepth 	24
EndSection

Section "DRI"
	Mode 0666
EndSection