bentnhaf wrote:
I didn't actually remove those 5 lines but but merely “commented out” those lines by placing a “#” sign at the beginning of each which effectively removes those lines, not allowing them to be seen by the machine reading the file.
The result, nirvana. Whether in window or full screen mode, vbox now presents a desktop of the vm os gui that is truly dynamic in resolution in either view.
MOD Edit: Multi-posting the same information in separate posts is not needed. Other post deleted
Hello bentnhaf,
I am Bharat. I got the same issue.
My
Host: Win Vista Ultimate
Guest: OpenSUSE 11.1 64bit
My Issue: Cannot open KDE.
Context: I Installed GA. At the end before GA installation Success statement there is a para that displayed on the screen which sayst that "Disabling Dynamic Resizing as the X Server is configured to only use static resolutions. To fix this, edit the server configuration file,remove all "Modes" lines from the "Screen" section and any option "PreferredMode" lines from "Monitor" sections and restart servers.".
As you said I spent some time on google to find the configuration file name to be XORG.CONF. But right now I am unable to figure out how to resolve the issue.
I saw your post saying "...commented 5 lines and the result is nirvana". Would you please let me know what should be commented out of the XORG.CONF file so that my KDE will start working again.
Following is my current XORG.CONF file contents for Monirot, Screen and Modes sections:
Section "Monitor"
Option "CalcAlgorith" "XServerPool"
HorizSync 30-38
Identifier "Monitor[0]"
ModeName "800X600@60HZ"
Option "DPMS"
Option "PreferredMode" "800X600"
VendorName "--->LCC"
VertRefresh 30-61
EndSection
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "Screen"
SubSection "Display"
Depth 16
Modes "default"
EndSubsection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Thank you for your help and patience.
Regards,
Bharat.
P.S. I am an SAP developer with no administration knowledge and no Linux knowledge trying to install openSUSE and SAP evolutionary s/w on top of it .