At the office, I'm running a Fedora 12 host with a Windows XP Pro guest on VirtualBox. I'd like to limit the screen resolution for my guest (Win XP) to 1280x1024, however I can't seem to get this to work. It always defaults to 2560x1024 instead.
I've run the following command as root, which was supposed to accomplish what I wanted:
# VBoxManage setextradata global GUI/MaxGuestResolution 1280,1024
But when I start Windows, it starts at that resolution and then adjusts to 2560x1024. I have to change the resolution again.
Anyone know how to make the 1280x1024 more permanent?
I've run the following command as root, which was supposed to accomplish what I wanted:
# VBoxManage setextradata global GUI/MaxGuestResolution 1280,1024
But when I start Windows, it starts at that resolution and then adjusts to 2560x1024. I have to change the resolution again.
Anyone know how to make the 1280x1024 more permanent?