Skip to content

Instantly share code, notes, and snippets.

@IaroslavTavchenkov
Last active November 14, 2019 16:08
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 IaroslavTavchenkov/3d15341af82b478949f7120a76475a6d to your computer and use it in GitHub Desktop.
Save IaroslavTavchenkov/3d15341af82b478949f7120a76475a6d to your computer and use it in GitHub Desktop.
fix Ubuntu 18.04 resolution problem for parallels desktop on retina display

When your mac has a 15,4 inch retina display, you can add GRUB_GFXMODE=2880x1800​ to the /etc/default/grub file, than run sudo update-grub, and reboot.

Next you have to find lines in /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml file 1​ and change the scaling factor 2​ than run sudo glib-compile-schemas /usr/share/glib-2.0/schemas, and reboot.

p.s. thanks to https://forum.parallels.com/threads/parallels-tools-ubuntu-budgie-18-04.344138/

  • check it out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment