Skip to content

Instantly share code, notes, and snippets.

@hktechn0
Created April 21, 2010 17:44
Show Gist options
  • Save hktechn0/374150 to your computer and use it in GitHub Desktop.
Save hktechn0/374150 to your computer and use it in GitHub Desktop.
# Default xorg.conf for Xorg 1.5+ without PCI_TXT_IDS_PATH enabled.
#
# This file was created by VirtualBox Additions installer as it
# was unable to find any existing configuration file for X.
Section "Device"
Identifier "VirtualBox Video Card"
Driver "vboxvideo"
EndSection
Section "InputDevice"
Identifier "VBoxMouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment