summaryrefslogtreecommitdiffstats
path: root/system-config/share/xserver-xorg/vboxvideo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system-config/share/xserver-xorg/vboxvideo.conf')
-rw-r--r--system-config/share/xserver-xorg/vboxvideo.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/system-config/share/xserver-xorg/vboxvideo.conf b/system-config/share/xserver-xorg/vboxvideo.conf
new file mode 100644
index 0000000..4d7a966
--- /dev/null
+++ b/system-config/share/xserver-xorg/vboxvideo.conf
@@ -0,0 +1,9 @@
+Section "Device"
+ Identifier "Default screen"
+ Driver "vboxvideo"
+EndSection
+
+Section "InputDevice"
+ Identifier "Default mouse"
+ Driver "vboxmouse"
+EndSection