Advertising
- dual head xorg.conf
- Sunday, January 21st, 2007 at 10:00:41am UTC
- # /etc/X11/xorg.conf (xorg X Window System server configuration file)
- #
- # This file was initally generated by dexconf, the Debian X Configuration tool, using
- # values from the debconf database.
- #
- # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
- # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
- #
- # This file is automatically updated on xserver-xorg package upgrades *only*
- # if it has not been modified since the last upgrade of the xserver-xorg
- # package.
- #
- #
- Section "Files"
- FontPath "/usr/share/X11/fonts/misc"
- FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
- FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
- FontPath "/usr/share/X11/fonts/Type1"
- FontPath "/usr/share/X11/fonts/100dpi"
- FontPath "/usr/share/X11/fonts/75dpi"
- # path to defoma fonts
- FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
- EndSection
- #
- Section "Module"
- Load "bitmap"
- Load "ddc"
- Load "dri"
- Load "extmod"
- Load "freetype"
- Load "glx"
- Load "int10"
- Load "type1"
- Load "vbe"
- EndSection
- #
- Section "InputDevice"
- Identifier "Generic Keyboard"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc104"
- Option "XkbLayout" "us"
- EndSection
- #
- Section "InputDevice"
- Identifier "Configured Mouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "ExplorerPS/2"
- Option "ZAxisMapping" "4 5"
- Option "Emulate3Buttons" "true"
- EndSection
- # ------------------------------------------------------------------------
- # Dual head system. Notice the two devices sharing the same BusID
- # ------------------------------------------------------------------------
- Section "Device"
- Identifier "Card0.0" # CRT-0 (VGA output)
- Driver "nvidia"
- VendorName "nVidia Corporation"
- BoardName "NV34 [GeForce FX 5200]"
- BusID "PCI:04:00:0" # BUS I/D
- Screen 0 #First monitor
- Option "NoLogo"
- EndSection
- Section "Device"
- Identifier "Card0.1" # CRT-1 (VGA output)
- Driver "nvidia"
- VendorName "nVidia Corporation"
- BoardName "NV34 [GeForce FX 5200]"
- BusID "PCI:04:00:0" # BUS I/D
- Screen 1 #Second monitor
- Option "NoLogo"
- EndSection
- # ------------------------------------------------------------------------
- # Monitor section: Most of the parameters are optional
- # ------------------------------------------------------------------------
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Compaq"
- ModelName "Compaq MV720"
- Option "DPMS"
- HorizSync 30-69
- VertRefresh 50-100
- EndSection
- #
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "Dell"
- ModelName "Dell E770S"
- HorizSync 30-70
- VertRefresh 50-160
- Option "DPMS"
- EndSection
- # ------------------------------------------------
- # Screen section: Pairing video cards and monitors
- # ------------------------------------------------
- Section "Screen"
- Identifier "Screen0"
- Device "Card0.0"
- Monitor "Monitor0"
- SubSection "Display"
- Depth 24
- Modes "1280x1024" "1152x864"
- EndSubSection
- EndSection
- #
- Section "Screen"
- Identifier "Screen1"
- Device "Card0.1"
- Monitor "Monitor1"
- SubSection "Display"
- Depth 24
- Modes "1280x1024" "1152x864"
- EndSubSection
- EndSection
- #***********************
- #
- # FINAL STUFF GOES HERE
- #
- #*********************
- # Layout section
- #
- Section "ServerLayout"
- Identifier "Multihead"
- Screen 0 "Screen0" 0 0
- Screen 1 "Screen1" LeftOf "Screen0"
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.