www.linux-noob.com: xorg.conf - www.linux-noob.com

Jump to content

Page 1 of 1

xorg.conf Dual Monitor w/ AGP & PCI cards (nvidia)

#1 User is offline   Ritter

  • l33t
  • PipPip
  • Group: Members
  • Posts: 66
  • Joined: 18-December 03

Post icon  Posted 08 June 2005 - 12:07 AM

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option          "Xinerama" "On"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection                      
                                
Section "Module"                
        Load  "glx"             
        Load  "extmod"          
        Load  "xtrap"           
        Load  "record"          
        Load  "dbe"             
        Load  "dri"             
        Load  "freetype"        
        Load  "type1"           
EndSection                      
                                
Section "InputDevice"           
        Identifier  "Keyboard0" 
        Driver      "kbd"       
EndSection                      
                                
Section "InputDevice"           
        Identifier  "Mouse0"    
        Driver      "mouse"     
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxis Mapping" "4 5"
        Option      "Buttons" "7"
EndSection                      
                                
Section "Monitor"               
        Identifier   "Monitor0" 
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection                      
                                
Section "Monitor"               
        Identifier   "Monitor1" 
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV25 [GeForce4 Ti 4600]"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV11 [GeForce2 MX/MX 400]"
        BusID       "PCI:2:4:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1600x1200"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1600x1200"
        EndSubSection
EndSection

Edler Rittersmann
--
build a man a fire and he is warm for a day.
light a man on fire and he is warm for the rest of his life.
0

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users





The G2-style Tux and the header images using them are licensed under Creative Commons BY-NC-SA. The G2-style Tux images are all from http://crystalxp.net.
Thanks to users kami23, lilitux, iva, overlord59, whidou, brightknight, emulienfou on the Crystal XP Tux Factory site.