Carlos != Linux Killer
July 17, 2003 — 0 CommentsWell I finally figured it out. After killing Linux two nights in a row, I finally solved my conundrum. I was trying to change the resolution of the Linux install in my VMWare 4.0 virtual machine. Every time I used the SuSE YaST program to change the resolution, it would kill the VMWare session and I would have to “end task” it. If I attempted to restart it, it wouldn’t even try to start the virtual machine. I had to kill it and create a brand new virtual machine and re-install Linux. Tonight I found the answer. Below are the steps that I followed. NOTE: I’m using SuSE 8.2, so if you are using Red Hat or something else, it will be different.
- Create a new virtual machine
- Start virtual machine and install Linux
- Once installed, login as root
- Open the YaST control center
- Click Install remove software
- Click the selections dropdown menu and select search
- Search for “kernel”
- Check kernel-source and install it
- Run the command “init 2”. This will place you at the command prompt with no GUI
- Click on File and select Install VMWare Tools on the VMWare parent window
- Accept the warning
- Type in “mount /dev/cdrom /tmp”
- Type in “cd /tmp”
- Type in “tar zxf /mnt/vmware-linux-tools.tar.gz”
- Type in “umount /mnt”
- Type in “./vmware-install.pl”. Accept all the bs it asks for
- Once that is complete, type in “startx” and it will start your X session at a higher resolution that 640*480