How do you change display resolution of VMware Player in KDE Plasma 5?

I installed the project NEON ppa in Ubuntu 14.04 to check out the new KDE in a VM. I can't seem to figure out how to change the display resolution. Its stuck at 800x600.

Edit: I'm using vmware player 6.0.3 with vmware tools installed. The unity desktop session runs at 1440x900. If I log out and switch to plasma5 session, its stuck at 800x600.


I have the same issue and have the following workaround:

It is possible to set the resolution from a command line using 'xrandr'. Running just xrandr allows you to see the current resolution and the other valid resolutions.

From a command line you can run 'xrandr -s 1024x768' and the screen in VMware will reset to that size!

You can even set this at KDE startup by doing the following:

  • click KDE start icon
  • select System Settings
  • select Startup and Shutdown
  • click Add Program...
  • enter 'xrandr -s 1024x768' in the text box
  • be sure the "run in Terminal" checkbox is checked
  • follow the rest of the prompts to set it as a startup command.

The next time you log in, it will start at 800x600 but at the end of the login you will see the screen resize!


If you try the xrandr command and it doesn't work:

  • Power off the VM
  • Go to display setting in Oracle VirtualBox and
  • Change the graphics controller

It may take a couple of tries to find one that works.


Go into the KDE menu and select Settings

Go to the Workspace section and look in the subsection labeled Startup and Shutdown

Go to the tab labeled Background Services. Look in the list that is located to the right and look for one that is titled KScreen 2

Locate the pause button for this service which is located to the right side of the screen right across from the KScreen 2 label.

Click on the pause button then uncheck the box that is located to the left of the label KScreen 2, then click on the apply button at the bottom of that menu on the right side.

Then go to the Display tab and then select the screen resolution that you desire and then click on the apply button at the bottom on the right side of the screen.

Make sure that you save the settings because of the window management of KDE and the KScreen 2 service that is running in the background. Unless you are installing on bare metal the system cannot detect a virtual screen size in order to auto select a different resolution.