Technology related solutions, tips, tricks, and other interesting topics
In: General IT Info
19 Mar 2008After installing VMWare tools you may get the error
Undefined Monitor "vmware"
when trying to start X Windows. To fix this error do the following:
1. Open up the X Windows configuration file in a text editor such as vi. The X Windows configuration file is named xorg.conf and is normally located in the directory /etc/X11/.
vi /etc/X11/xorg.conf
2. Add the following lines to the bottom of the xorg.conf file:
Section "Monitor" Identifier "vmware" EndSection
3. Save the configuration file and then try to start X Windows again. It should now start without any errors.

This blog is about technology related topics. It will primarily contain problems and solutions to IT problems that I encounter on a day-to-day basis. In addition interesting things I come across either on or off the internet will be posted here as well. I will also include step-by-step tutorials to common tasks people may need to do with their computers.