Add 1600x900 resolution to Linux Mint 15 in VMware

Source: Internet
Author: User
Tags linux mint

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?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.