I am using Dapper Ubuntu as my primary operating system and XP as my guest os. Ubuntu is running at a resolution of 1280x1024. When I try to put XP in full screen mode I get:
Then I get the following message:
I have the following in my xorg.conf file
I am using a resolution of 1280x1024 on both primary os, Ubuntu, and guest os, XP. Thanks for any help trying to get my guest os in full screen.
Allan
The XFree86-VidExtension feature is not activated in your primary operating system. Virtual Machine in fullscreen mode may behave unpredictably. Do you want to switch to fullscreen mode?"
Then I get the following message:
"Unable to switch to full screen mode. Primary operating system does not support screen resolution requested by guest operatng system. Select another resolution for the guest operating system or review your XWindows System Configuration."
I have the following in my xorg.conf file
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 83
VertRefresh 50.0 - 76
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I am using a resolution of 1280x1024 on both primary os, Ubuntu, and guest os, XP. Thanks for any help trying to get my guest os in full screen.
Allan