--------------------------------Linux Guide---------------------------------- by Ingo Blechschmidt (c) 2002 ----------------------------------------------------------------------------- ------------------------- Virtueller Screen ------------------------- Fre Jun 15 21:59:49 MEST 2001 ------------------------- Virtuell Screen Bildschirm Größerer_Bildschirm patch ----------------------------------------------------------------------------- Sie müssen mehrere Fenster auf dem Bildschirm haben - aber die Schrift wird bei einer Auflösung von 1024x768 einfach zu klein. Abhilfe schafft dieser Patch. ----------------------------------------------------------------------------- --------CODE--------: Patch für X11R6 3.x --- /etc/XF86Config Fri Jun 15 21:57:29 2001 +++ /etc/XF86Config.my Fri Jun 15 21:58:09 2001 @@ -88,22 +88,27 @@ SubSection Display Depth 8 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 15 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 16 Modes 640x480 800x600 1024x768 + Virtual 1024 768 EndSubSection SubSection Display Depth 24 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 32 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection EndSection @@ -115,22 +120,27 @@ SubSection Display Depth 8 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 15 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 16 Modes 640x480 800x600 1024x768 + Virtual 1024 768 EndSubSection SubSection Display Depth 24 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection SubSection Display Depth 32 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection EndSection @@ -141,6 +151,7 @@ SubSection Display Depth 4 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection EndSection @@ -151,6 +162,7 @@ SubSection Display Depth 1 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection EndSection @@ -161,5 +173,6 @@ SubSection Display Depth 1 Modes 800x600 640x480 + Virtual 1024 768 EndSubSection EndSection --------/CODE-------- Im Artikel "patch" ist beschrieben, wie man den Patch anwendet. Für XFree86 4 ist vor jede Zeile (außer *Section) vor jede Zeile der Text Option voranzustellen, und der Name des Parameters (z.B. Depth) und der Wert (z.B. 1) in Anführungszeichen zu setzen. Sollte der Patch nicht funktionieren, könne Sie auch versuchen, manuell nach jede Modes-Zeile Virtual 1024 7684 zu setzen.
Nun stehen Ihnen große Schriften und ein großer Bildschirm zur Vefügung. ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- This document is distributed under the terms of the GNU Free Documentation License.