[VDI] Linux Virtual Machine resolutions stuck at 640×480
Issue Description
Accessing the Linux Virtual Machine (Ubuntu 18.04) through the VDI client always displays at a 640×480 resolution.
Error/Warning Information

Handling Process
-
Execute the following command to view the qxl version we support.
ls /usr /local/sangfor/vdi/lib/qxl_list/

-
Execute the following command to view current qxl version used on the system.

Note: Here we can determine that the issue is due to the qxl version(1.20.8) is higher than the version our support(1.20.4).
-
Next, find the qxl-version.info file in the VDI directory.

-
Use vi to edit the qxl-version.info file and enter
1.20.8=1.20.4at the end of the line.

-
Save the changes to the file and reboot the VM.
-
Login using VDI Client again.
Root Cause
qxl version 1.20.8 is higher than the supported version.
Solution
After updating the QXL version to 1.20.4, the virtual machine’s resolution can adjust dynamically
Suggestions
Perform a snapshot before making any changes.