可以在 VMWare 中设置屏幕分辨率

可以在 VMWare 中设置屏幕分辨率

我似乎无法修改我的 Ubuntu(VMWare ESX)VM 的屏幕分辨率。

我尝试了 XFCE 显示首选项。我可以选择新的分辨率,但它没有应用。

如果我做:

%xrandr --fb 1280x1024
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  141 (RANDR)
  Minor opcode of failed request:  7 (RRSetScreenSize)
  Serial number of failed request:  56
  Current serial number in output stream:  58

注意:

% xrandr
Screen 0: minimum 1 x 1, current 800 x 600, maximum 8192 x 8192
Virtual1 connected 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   800x600        60.0*+   60.3  
   1600x1200      60.0  
   1680x1050      60.0  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       60.0  
   1280x800       59.8  
   1152x864       75.0  
   1280x768       59.9  
   1024x768       60.0  
   640x480        59.9  
Virtual2 disconnected (normal left inverted right x axis y axis)
Virtual3 disconnected (normal left inverted right x axis y axis)
Virtual4 disconnected (normal left inverted right x axis y axis)
Virtual5 disconnected (normal left inverted right x axis y axis)
Virtual6 disconnected (normal left inverted right x axis y axis)
Virtual7 disconnected (normal left inverted right x axis y axis)
Virtual8 disconnected (normal left inverted right x axis y axis)

说应该没问题。以上所有分辨率均失败。1360x768 失败。选择低于此的分辨率似乎没有效果。

使用:

无级变速器 1280 1024 60

不会失败返回和错误,但也不会改变分辨率。

我的设置:

  • Ubunutu 14.04.01 (LTS)
  • VMWare ESX
  • 西门子

失败:

答案1

安装 vmware 工具,然后 VMWare 视频驱动程序将会有所帮助。

使用 Tar 安装程序从命令行安装 VMware Tools

mkdir /mnt/cdrom

挂载 /dev/cdrom /mnt/cdrom

cd /tmp

(更新至特定版本的 vmware tools)

tar zxf /mnt/cdrom/VMwareTools-9.0.10-1481436.tar.gz

cd vmware-tools-distrib

卸载/dev/cdrom

./vmware-install.pl

相关内容