summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
blob: ee77e84c8328dc40df7e63bfd6fac93d5e973392 (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
# Default Xorg configuration for Toradex Colibri VF50/VF61 modules
# (Freescale/NXP Vybrid based modules)
#
# This configuration uses the Xorg modesetting DDX driver, which requires
# the DRM based DCU kernel driver (CONFIG_DRM_FSL_DCU)
#

Section "Device"
	Identifier  "FSL-DCU"
	Driver      "modesetting"
	Option      "kmsdev" "/dev/dri/card0"
EndSection

Section "Monitor"
	Identifier  "LCD"
	Option      "DPMS" "off"
EndSection

Section "Screen"
	Identifier  "Main"
	Device      "FSL-DCU"
	Monitor     "LCD"
	DefaultDepth 16
EndSection

Section "ServerFlags"
	Option "BlankTime"  "0"
	Option "StandbyTime"  "0"
	Option "SuspendTime"  "0"
	Option "OffTime"  "0"
EndSection

Section "InputClass"
	Identifier "Fusion 7/10"
	Driver "evdev"
	MatchProduct "fusion_F0710A"
	MatchDevicePath "/dev/input/event*"
EndSection