PRF&PUB:20161111 How to increase screen resolution on XenServer 7 GUI Virtual Machine.md

@geekpi
This commit is contained in:
wxy 2017-02-19 19:59:31 +08:00
parent 5038d1ce00
commit 32c14cf7ff

View File

@ -1,43 +1,32 @@
# 如何在 XenServer 7 GUI 虚拟机VM上提高屏幕分辨率
如何在 XenServer 7 GUI 虚拟机VM上提高屏幕分辨率
============
内容
### 介绍
* * [1. 目的][5]
* [2. 要求][6]
* [3. 难易性][7]
* [4. 惯例][8]
* [5. 指导][9]
* [5.1. 获得 VM UUID][1]
* [5.2. 关闭 VM][2]
* [5.3. 更新 VGA 的 VIDEORAM 设置][3]
* [5.4. 启动 VM][4]
### 目的
**目的**
如果你想要将 XenServer 虚拟机作为远程桌面,默认的分辨率可能不能满足你的要求。
![Default xenserver screen VM resolution](https://linuxconfig.org/images/xenserver-7-default-screen-resolution.png)
![Default xenserver screen VM resolution](https://linuxconfig.org/images/xenserver-7-default-screen-resolution.png)
本篇的目标是提高 XenServer 7 GUI 虚拟机VM的屏幕分辨率
### 要求
**要求**
访问 XenServer 7 系统的
访问 XenServer 7 系统的权限
### 难易性
**难易性**
简单
### 惯例
**惯例**
* **#** - 给定命令需要作为 root 用户权限运行或者使用 `sudo` 命令
* **$**- 给定命令作为常规权限用户运行
* `#` - 给定命令需要作为 root 用户权限运行或者使用 `sudo` 命令
* `$` - 给定命令作为常规权限用户运行
### 指导
### 获得 VM UUID
**获得 VM UUID**
首先,我们需要获得想要提升分辨率的虚拟机的 UUID。
@ -54,7 +43,7 @@ uuid ( RO) : 09a3d0d3-f16c-b215-9460-50dde9123891
# UUID=09a3d0d3-f16c-b215-9460-50dde9123891
```
### 关闭 VM
**关闭 VM**
优雅地关闭 VM 或使用 `xe vm-vm-shutdown` 命令:
@ -62,7 +51,7 @@ uuid ( RO) : 09a3d0d3-f16c-b215-9460-50dde9123891
# xe vm-shutdown uuid=$UUID
```
### 更新 VGA 的 VIDEORAM 设置
**更新 VGA 的 VIDEORAM 设置**
检查你目前的 VGA 的 VIDEORAM 参数设置:
@ -80,13 +69,13 @@ std
# xe vm-param-set uuid=$UUID platform:videoram=16
```
### 启动 VM
**启动 VM**
```
# xe vm-start uuid=$UUID
```
![increased xenserver screen VM resolution](https://linuxconfig.org/images/xenserver-7-increased-screen-resolution.png)
![increased xenserver screen VM resolution](https://linuxconfig.org/images/xenserver-7-increased-screen-resolution.png)
--------------------------------------------------------------------------------
@ -94,7 +83,7 @@ via: https://linuxconfig.org/how-to-increase-screen-resolution-on-xenserver-7-gu
作者:[Lubos Rendek][a]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出