VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Using a Screen Resolution of 1024 x 768 in a Red Hat Enterprise Linux 5 Virtual Machine

Details

When using VMware ESX Server, after installing Red Hat Enterprise Linux (RHEL) 5 on a virtual machine, even if a screen resolution of 1024 x 768 is selected, the virtual machine boots with a resolution of 640 x 480. This occurs even when VMware Tools is installed and the guest operating system is rebooted.

Solution

This is a known issue. Work around the issue by manually selecting a screen resolution of 1024 x 768, either by using RedHat's configuration tool or by directly editing xorg.conf.
 
To use the RedHat configuration tool, execute system-config-display and choose 1024x768 from the drop down menu in the user interface.

To edit the Xorg configuration file manually, open /etc/X11/xorg.conf and make sure that the 1024x768 mode is included in the Screen section as shown below.

------------------------------------------
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
------------------------------------------

Keywords

knownissue;esx302;relnotes

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (1 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (1 Ratings)   
Actions