Skip to content

Instantly share code, notes, and snippets.

@wbond
Created November 13, 2013 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbond/7443951 to your computer and use it in GitHub Desktop.
Save wbond/7443951 to your computer and use it in GitHub Desktop.
Set the GDM resolution when using VMWare. This file should be saved as /etc/X11/xorg.conf.d/10-monitor.conf.
Section "Monitor"
Identifier "Monitor0"
HorizSync 1.0 - 10000.0
VertRefresh 1.0 - 10000.0
EndSection
Section "Device"
Identifier "Device0"
Driver "vmware"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" # Change to desired resolution
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment