summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf')
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf22
1 files changed, 15 insertions, 7 deletions
diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
index 79b6c0f..7bb8b11 100644
--- a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
@@ -1,12 +1,20 @@
Section "Device"
- Identifier "Kernel Framebuffer Device"
- Driver "fbdev"
- Option "fbdev" "/dev/fb0"
+ 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"
+ 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
+