Tux L i n u x * G u i d e

v o n * I n g o * B l e c h s c h m i d t * ( c ) * 2 0 0 1
Tux
|Home|

|Neue Artikel|

|Index|

|Liste|

|Code-Snippets|

|Links|

|Allgemeines|

|Cool Stuff|
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.

LinuxGuide Druckbare Version
Man-Page
Sourcecode
Verwandte Artikel:

patch
Beenden bestätigen
Themes
Alias



      .~.   
      /V\   
     // \\  
    /(   )\ 
     ^`~'^  
     


Hosted at Sorceforge.net
No ePATENTS
Viewable With Any Browser
Burn All GIFs!

# 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
 
 

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.

Document Informations: Content-Type: text/html; charset=iso-8859-1
Author: Ingo Blechschmidt
Description: LinuxGuide - 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.
Keywords: Virtuell, Screen, Bildschirm, Größerer_Bildschirm, patch, LinuxGuide
Robots: all
Copyright: Copyright (C) 2002 by Ingo Blechschmidt
Date: 2003-06-15T21:59:49+02:00

Stichwortverzeichnis | Neue Artikel | Übersicht | Codesnippets | Links | Copyright | Cool Stuff | Home | Druckbare Version | Manpage | Sourcecode |
Diesen Artikel kritisieren, kommentieren oder ergänzen
Einen Neuen Artikel schreiben

 
This website is distributed under the GNU Free Documentation License .