Last active
November 15, 2020 09:40
-
-
Save Disassembler0/d32ec639762e3b1084f081b10aeea3e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOF >/etc/gdm/custom.conf | |
[daemon] | |
AutomaticLoginEnable=True | |
AutomaticLogin=username | |
DefaultSession=gnome-xorg.desktop | |
WaylandEnable=false | |
EOF | |
cat <<EOF >/etc/X11/xorg.conf.d/99-vmware.conf | |
Section "Monitor" | |
Identifier "Monitor0" | |
Modeline "1600x900" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync | |
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
Option "PreferredMode" "1600x900" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Card0" | |
Monitor "Monitor0" | |
SubSection "Display" | |
Depth 24 | |
Modes "1600x900" "1920x1080" | |
EndSubSection | |
EndSection | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment