VM (QEMU) screen resolution change
The default resolution in most XenCenter VMs are crap. Trying to work with 800x600 resolution is like looking through a submarine porthole. Let's increase the resolution of the VM:
sudo apt-get install xvfb xfonts-100dpi xfonts-75dpi xfstt
sudo nano /etc/default/grub
Press CTRL+W to search for the string below:
GRUB_GFXMODE
Set the line to the following. You can change the resolutions below to suit your preferred order. The first entry will be used on default. Don't forget you can set it pretty high and then just click the "scale" option in the console window of XenCenter.
GRUB_GFXMODE=1280x960,1280x800,1280x720,1152x768,1152x700,1024x768,800x600
The add this underneath that line:
GRUB_PAYLOAD_LINUX=keep
Save the config file with CTRL+X and select "Y" to confirm changes.
Update Grub:
sudo update-grub
Now reboot once the updates are all finished installing.
2019-04-16 22:16:15
Comments
Add a Comment