My host system is an AMD Athlon X64 dual core 3600+ processor, 8 Gb of PC 6400 RAM, with twin 500 Gb hard drives, a nVidia GeForce 8600 GT video card, and two 22" DVI monitors set at 1680x1050 running Windows XP professional 64 bit edition.

I have installed virtual PC 2007 SP1, and successfully create virtual machines for windows XP home, windows 7 (RC), and Ubuntu 9.04.

However I have run into several problems installing the latest flavor of my favorite Linux distribution, Fedora 11. I have managed to get Fedora to load by adding "vga=814 i8042.noloop" to the initial load, the first boot, and the \boot\grub\grub.conf

i8042.noloop disables probing of the AUX port
vga=814 should set the screen to 1152x768x32

I have seen posts saying add noreplace-paravirt to this list, but it causes a boot error over and over.

During boot, I see the screen become 1152 x 768, but once the login screen shows up, I see the screen shrink back to 896 x 600.

I have checked the entire system but there is no Xorg.conf
I used su then find / -name \*\.conf|grep [Xx]

Does any body know how to get the X window system functioning?