Skip to content

Instantly share code, notes, and snippets.

@kholis
Created January 21, 2011 06:52
Show Gist options
  • Save kholis/789334 to your computer and use it in GitHub Desktop.
Save kholis/789334 to your computer and use it in GitHub Desktop.
/etc/x11/xorg.conf ubuntu virtualbox to set screen resolution
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
Section "Monitor"
Identifier "Configured Monnitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment