Red Hat 9.0 Linux Resolution Modification
I installed a Red Hat Linux system in VMware Workstation and found that the resolution was a bit low, 800x600, looked uncomfortable, and then thought about how you could modify the resolution? From the Internet to turn over the information, found a solution, recorded.
After logging in to the system as root, the default is in the root directory, I just installed the system, the root directory only a few log files, right-click on the desktop to create a new terminal, and then follow my command in the following input to modify the contents of the file Xf86config
Find the content in the section "Monitor" below and change it to the following information
Then find the following section "screen" to start the content, modified to the following information, where "1024x768" is the final resolution size to be modified.
You can save, exit, and restart the system after the modification is complete.
Among them, we used the VI editor in Linux, for the VI Editor's information, please see http://blog.csdn.net/xueziheng/article/details/2048054
Thank you for reading
Learn together!
Red Hat 9.0 Linux Resolution Modification