centos6 不能使用1920*1080的分辨率

xrandr --newmode "1920x1080"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 1920x1080
xrandr --output Virtual1 --mode 1920x1080

转自http://askubuntu.com/questions/251375/cant-get-1920-x-1080-in-ubuntu-via-vmware


我安装了vm-tool上面才有效,我不知道不安装是否有效。如果无法使用的话请尝试安装vm-tools




0 down vote

This worked for me:

  1. Install open-vm-tools-desktop and reboot

    apt install open-vm-tools-desktop && reboot

  2. Install fuse and reboot

    apt install fuse && reboot

  3. set VM View->Autosize to Autofit Guest

I tried installing everything at once and then rebooting and resizing, it didn't work for some reason, maybe because of the apt upgrade I had done before installing open-vm-tools-desktop. The above solution worked when I did that before any package upgrade.




0 down vote

This worked for me:

  1. Install open-vm-tools-desktop and reboot

    apt install open-vm-tools-desktop && reboot

  2. Install fuse and reboot

    apt install fuse && reboot

  3. set VM View->Autosize to Autofit Guest

I tried installing everything at once and then rebooting and resizing, it didn't work for some reason, maybe because of the apt upgrade I had done before installing open-vm-tools-desktop. The above solution worked when I did that before any package upgrade.

你可能感兴趣的:(centos)