Skip to content

Instantly share code, notes, and snippets.

@billglover
Created May 20, 2013 19:40
Show Gist options
  • Save billglover/5614877 to your computer and use it in GitHub Desktop.
Save billglover/5614877 to your computer and use it in GitHub Desktop.
For some reason VirtualBox and Guest Additions don't pick up the screen size on my laptop. These commands give me a full screen view.
#!/bin/bash
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode VBOX0 1368x768_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment