summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
blob: 7bb8b11f27c02d53635b0f39805392ba9db0b6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Section "Device"
	Identifier  "Kernel Framebuffer Device"
	Driver      "fbdev"
	Option      "fbdev" "/dev/fb0"
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