Fix Screen Resolution for SUSE 11

From Zanecorpwiki

Jump to: navigation, search

Parallels does not yet support openSUSE 11 with it's tools. So, we have to make do. Apply the following patch to /etc/X11/xorg.conf:

--- xorg.conf.working	2008-11-02 09:44:38.000000000 -0600
+++ xorg.conf	2008-11-02 09:59:47.000000000 -0600
@@ -101,7 +101,7 @@
 Section Screen
   SubSection Display
     Depth      16
-    Modes      default 
+    Modes      1280x800 800x600 
   EndSubSection
   Device       Device[0]
   Identifier   Screen[0]

This doesn't allow us to switch resolutions. Once supported, we may be able to automatically switch resolutions when in window vs. full screen mode. The resolution above is for full screen support on a MacBook.

Personal tools