We installed a Linux mint 15 in Vmware workstation 9 to try the effect. The X resolution is not supported, and now the 14-inch resolution is the highest.
Search online and put the following code in the shell file to change the resolution to 1600x900.
Mint15-Mate Xsession. d # cat/usr/local/bin/change-resolution.sh
#! /Bin/sh
Echo change 1600*900
Cvt 1600 900
Sleep 1
Xrandroid -- newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903-hsync + vsync
Sleep 1
Xrandroid -- addmode Virtual1 "1600x900_60.00"
Sleep 1
Xrandroid -- output Virtual1 -- mode "1600x900_60.00"
Put in/usr/local/bin/change-resolution.sh, run once to set the resolution, but the problem remains after restart. Swollen?
This script can only run after Xorg. Otherwise, it will not work. in Linux Mint 15, Mate1.6 is used as the UI,
Click Start Menu> preferences> start the application. You can add a startup item here.
The resolution is automatically set after each restart.
There is no other good method for the time being. This method is perfect.
Recommended for editing: How to customize Linux Mint 15 Cinnamon?