Penguin
Diff: HowToXineramaHOWTO
EditPageHistoryDiffInfoLikePages

Differences between version 2 and predecessor to the previous major change of HowToXineramaHOWTO.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, June 7, 2002 1:07:53 am by perry Revert
Older page: version 1 Last edited on Friday, June 7, 2002 1:07:53 am by perry Revert
@@ -1,14 +1,14 @@
  
  
  
-Using the Xinerama Extensions to MultiHead XFree86 V. 4.+ 
+Using the Xinerama Extensions to ! MultiHead XFree86 V. 4.+ 
  
  
  
 ---- 
  
-!!!Using the Xinerama Extensions to MultiHead XFree86 V. 4.+ 
+!!!Using the Xinerama Extensions to ! MultiHead XFree86 V. 4.+ 
  
 !!Dennis Baker drbaker@softhome.netv2.0 Revised November 2, 2000 
  
  
@@ -59,9 +59,9 @@
 ****5.1 Adding all of your video cards 
  
 ****5.2 Identifying Your Video Cards 
  
-****5.3 Configuring the ServerLayout Section 
+****5.3 Configuring the ! ServerLayout Section 
  
  
  
  
@@ -94,9 +94,9 @@
  
 !!10. Credits 
 ---- 
  
-!!1. IntroductionMany changes made based input from Nico Schottelius nicos@pcsystems.de 
+!!1. ! IntroductionMany changes made based input from Nico Schottelius nicos@pcsystems.de 
  
 !!1.1 What is Xinerama? 
  
  
@@ -345,9 +345,9 @@
 This is a good time to put all of your video cards into your system and set up your monitors. Set everything up the way you want it when you are done, as you will have to repeat steps later if you change things. 
  
  
  This next step needs to be done from the console with-out X running. If you are in X, exit now. If your system uses a display manager such as xdm or gdm exit you need to stop that service. 
-If you need to stop a display manager from RedHat the easiest way is like this: 
+If you need to stop a display manager from ! RedHat the easiest way is like this: 
  
  
  
  
@@ -460,9 +460,9 @@
 Section "Device" 
 Identifier "FireGL" 
 Driver "glint" 
 BusID "PCI:1:0:0" 
-EndSection 
+! EndSection 
  
 ---- 
  
  
@@ -471,13 +471,13 @@
  
  
  
  
-!!5.3 Configuring the ServerLayout Section 
+!!5.3 Configuring the ! ServerLayout Section 
  
  
  
-Now you need to edit the ServerLayout Section at the end of the XF86Config File. The ServerLayour Section is exactally that, it tells you what Screens to use, how to lay them out logically, and what input devices to assign to them. Your current layout is for one screen, keyboard, and mouse. For each Screen section you have created about you need reference in this section for them to appear in your display. 
+Now you need to edit the ! ServerLayout Section at the end of the XF86Config File. The ! ServerLayour Section is exactally that, it tells you what Screens to use, how to lay them out logically, and what input devices to assign to them. Your current layout is for one screen, keyboard, and mouse. For each Screen section you have created about you need reference in this section for them to appear in your display. 
  
  
  
  
@@ -488,19 +488,19 @@
  
  
 Screen "Screen 2" Relationship "Screen 1" 
  
-This defines the relationship between the "Screen 2" and "Screen 1". Valid Relationships include: RightOf, Below, Above, LeftOf, Absolute X Y, Relative. Use of the first four relationships is pretty obvious as illustrated in my sample: 
+This defines the relationship between the "Screen 2" and "Screen 1". Valid Relationships include: ! RightOf, Below, Above, ! LeftOf, Absolute X Y, Relative. Use of the first four relationships is pretty obvious as illustrated in my sample: 
  
 ---- 
  
-Section "ServerLayout" 
+Section "! ServerLayout" 
 Identifier "Simple Layout" 
 Screen "Screen 2" 
-Screen "Screen 1" RightOf "Screen 2"  
-InputDevice "Mouse1" "CorePointer"  
-InputDevice "Keyboard1" "CoreKeyboard"  
-EndSection 
+Screen "Screen 1" ! RightOf "Screen 2"  
+! InputDevice "Mouse1" "! CorePointer"  
+! InputDevice "Keyboard1" "! CoreKeyboard"  
+! EndSection 
  
 ---- 
  
  
@@ -622,9 +622,9 @@
  
  
  
  
-I searched the mailing lists, FAQs, and emailed the developers of most of the major window managers to see if they were working on any Xinerama related extensions. The Window Managers/ Desktop environments I reviewed included Blackbox, Enlightenment, KDE, WindowMaker, and XFCE. Enlightenment and Sawfish were the only two which I found significant enhancements for Xinerama. I have detailed what I discovered below. 
+I searched the mailing lists, FAQs, and emailed the developers of most of the major window managers to see if they were working on any Xinerama related extensions. The Window Managers/ Desktop environments I reviewed included Blackbox, Enlightenment, KDE, ! WindowMaker, and XFCE. Enlightenment and Sawfish were the only two which I found significant enhancements for Xinerama. I have detailed what I discovered below. 
  
 !!8.1 Enlightenment 
  
  
@@ -663,129 +663,129 @@
 ---- 
  
 Section "Module" 
 Load "dbe" # Double buffer extension 
-SubSection "extmod" 
+! SubSection "extmod" 
 Option "omit xfree86-dga" # don't initialise the DGA extension 
-EndSubSection 
+! EndSubSection 
 Load "type1" 
 Load "freetype" 
 # This loads the GLX module 
 # Load "glx" 
-EndSection 
+! EndSection 
 Section "Files" 
-RgbPath "/usr/X11R6/lib/X11/rgb"  
-FontPath "/usr/X11R6/lib/X11/fonts/local/"  
-FontPath "/usr/X11R6/lib/X11/fonts/misc/"  
-FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"  
-FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"  
-FontPath "/usr/X11R6/lib/X11/fonts/Type1/"  
-FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"  
-FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"  
-FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 
+! RgbPath "/usr/X11R6/lib/X11/rgb"  
+! FontPath "/usr/X11R6/lib/X11/fonts/local/"  
+! FontPath "/usr/X11R6/lib/X11/fonts/misc/"  
+! FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"  
+! FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"  
+! FontPath "/usr/X11R6/lib/X11/fonts/Type1/"  
+! FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"  
+! FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"  
+! FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 
 # The module search path. The default path is shown here. 
-# ModulePath "/usr/X11R6/lib/modules"  
-EndSection  
-Section "ServerFlags"  
-EndSection  
-Section "InputDevice" 
+# ! ModulePath "/usr/X11R6/lib/modules"  
+! EndSection  
+Section "! ServerFlags"  
+! EndSection  
+Section "! InputDevice" 
 Identifier "Keyboard1" 
 Driver "Keyboard" 
-Option "AutoRepeat" "500 30"  
-Option "XkbRules" "xfree86"  
-Option "XkbModel" "pc101"  
-Option "XkbLayout" "us"  
-EndSection  
-Section "InputDevice" 
+Option "! AutoRepeat" "500 30"  
+Option "! XkbRules" "xfree86"  
+Option "! XkbModel" "pc101"  
+Option "! XkbLayout" "us"  
+! EndSection  
+Section "! InputDevice" 
 Identifier "Mouse1" 
 Driver "mouse" 
 Option "Protocol" "PS/2" 
 Option "Device" "/dev/psaux" 
-EndSection 
+! EndSection 
 Section "Monitor" 
 Identifier "Mini" 
-HorizSync 31.5  
-VertRefresh 50-90  
-EndSection 
+! HorizSync 31.5  
+! VertRefresh 50-90  
+! EndSection 
 Section "Monitor" 
 Identifier "Impression" 
-HorizSync 31.5 - 82.  
-VertRefresh 50-100  
-EndSection 
+! HorizSync 31.5 - 82.  
+! VertRefresh 50-100  
+! EndSection 
 # Video Card #1, Matrox Millenium II PCI Video Card 
 Section "Device" 
 Identifier "Matrox" 
 Driver "mga" 
-VideoRam 8192 
+! VideoRam 8192 
 BusID "PCI:0:12:0" 
-EndSection 
+! EndSection 
 # Video Card # 2, Fire GL 1000 AGP video card. 
 Section "Device" 
 Identifier "FireGL" 
 Driver "glint" 
-#VideoRam 8192 
+#! VideoRam 8192 
 BusID "PCI:1:0:0" 
-EndSection 
+! EndSection 
 Section "Screen" 
 Identifier "Screen 2" 
 Device "FireGL" 
 Monitor "Impression" 
-DefaultDepth 16 
+! DefaultDepth 16 
 Subsection "Display" 
 Depth 16 
 Modes "1280x1024" "640x480" 
-ViewPort 0  
-EndSubsection  
-EndSection 
+! ViewPort 0  
+! EndSubsection  
+! EndSection 
 # My Miniature monitor, notice that I used the virtual option so it is 
 # the same heighth as the larger monitor, this is not necessary. 
 Section "Screen" 
 Identifier "Screen 1" 
 Device "Matrox" 
 Monitor "Mini" 
-DefaultDepth 16 
+! DefaultDepth 16 
 Subsection "Display" 
 Depth 16 
 Modes "640x480" 
-ViewPort 0  
+! ViewPort 0  
 Virtual 640 1024 
-EndSubsection  
-EndSection  
-Section "ServerLayout" 
+! EndSubsection  
+! EndSection  
+Section "! ServerLayout" 
 Identifier "Simple Layout" 
 Screen "Screen 2" 
 Screen "Screen 1" Rightof "Screen 2" 
-InputDevice "Mouse1" "CorePointer"  
-InputDevice "Keyboard1" "CoreKeyboard"  
-EndSection 
+! InputDevice "Mouse1" "! CorePointer"  
+! InputDevice "Keyboard1" "! CoreKeyboard"  
+! EndSection 
  
 ---- 
  
  
-An alternate ServerLayout Section with one Monitor above the other. 
+An alternate ! ServerLayout Section with one Monitor above the other. 
 ---- 
  
-Section "ServerLayout" 
+Section "! ServerLayout" 
 Identifier "Simple Layout" 
 Screen "Screen 2" 
 Screen "Screen 1" Below "Screen 2" 
-InputDevice "Mouse1" "CorePointer"  
-InputDevice "Keyboard1" "CoreKeyboard"  
-EndSection 
+! InputDevice "Mouse1" "! CorePointer"  
+! InputDevice "Keyboard1" "! CoreKeyboard"  
+! EndSection 
  
 ---- 
  
  
 Screens can overlap too. In this configuration I make the two monitors overlap by 80 pixels.. 
 ---- 
  
-Section "ServerLayout" 
+Section "! ServerLayout" 
 Identifier "Simple Layout" 
 Screen "Screen 2" 
 Screen "Screen 1" Relative "Screen 2" 1200 0 
-InputDevice "Mouse1" "CorePointer"  
-InputDevice "Keyboard1" "CoreKeyboard"  
-EndSection 
+! InputDevice "Mouse1" "! CorePointer"  
+! InputDevice "Keyboard1" "! CoreKeyboard"  
+! EndSection 
  
 ---- 
 ---- 
  
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • perry
  • EddieDean
  • ThomasLindroth
The following authors of this page have agreed to the WlugWikiLicense.

    PHP Warning

    lib/blame.php (In template 'html'):177: Warning: Invalid argument supplied for foreach()

    lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

    lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument