FSweekend 2010: Difference between revisions

Config Files
(Config Files)
Line 54: Line 54:
* One CH Flight Sim Yoke
* One CH Flight Sim Yoke
* One CH Pro Pedals
* One CH Pro Pedals
=== Configuration files ===
Here are the config files for the multi-gpu machine.
/etc/X11/xorg.conf
Section "ServerLayout"
    Identifier    "Layout0"
#    Screen      0  "ConsoleScreen" 0 0
    Screen      1  "Screen0" 0 0
    Screen      2  "Screen0b" 1280 0
    Screen      3  "Screen1" 1280 0
    Screen      4  "Screen2" 1280 0
    Screen      5  "Screen3" 1280 0
    Screen      6  "Screen3b" 1280 0
    Screen      7  "Panel" 1280 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option        "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
    Load          "dbe"
    Load          "extmod"
    Load          "freetype"
    Load          "glx"
EndSection
Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
    Option        "Protocol" "Standard"
    Option        "XkbLayout" "de"
    Option        "XkbModel" "pc105"
    Option        "XkbRules" "xfree86"
    Option        "XkbVariant" "nodeadkeys"
EndSection
########################################################
# Internal Matrox Card
########################################################
#Section "Monitor"
#    Identifier    "ConsoleMonitor"
#    VendorName    "Unknown"
#    ModelName      "Maxdata/Belinea Belinea101705"
#    HorizSync      30.0 - 83.0
#    VertRefresh    50.0 - 75.0
#EndSection
#
#Section "Device"
#  Identifier      "MatroxInternal"
#  Busid          "07:01:0"
#  Driver          "mga"
#  Vendorname      "matrox"
#EndSection
#
#Section "Screen"
#    Identifier    "ConsoleScreen"
#    Device        "MatroxInternal"
#    Monitor        "ConsoleMonitor"
#    DefaultDepth    24
#    Option        "RenderAccel" "True"
#    Option        "AddARGBGLXVisuals" "True"
#    Option        "AllowGLXWithComposite" "True"
#    SubSection    "Display"
#        Depth      24
#        Modes      "1280x1024"
#    EndSubSection
#EndSection
########################################################
# Internal Matrox Card End
########################################################
Section "Device"
    Identifier    "GPU0_0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:2:0:0"
    Screen          0
#    Option        "RandRRotation" "true"
EndSection
Section "Device"
    Identifier    "GPU0_1"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:2:0:0"
    Screen          1
#    Option        "RandRRotation" "true"
EndSection
Section "Device"
    Identifier    "GPU2"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:3:0:0"
EndSection
Section "Device"
    Identifier    "GPU1"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 9500 GT"
    BusID          "PCI:1:0:0"
EndSection
Section "Device"
    Identifier    "GPU3"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:131:0:0"
EndSection
Section "Device"
    Identifier    "GPU4_0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:132:0:0"
    Screen          0
EndSection
Section "Device"
    Identifier    "GPU4_1"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID          "PCI:132:0:0"
    Screen          1
EndSection
Section "Monitor"
    Identifier    "Belinea"
    VendorName    "Unknown"
    ModelName      "Maxdata/Belinea Belinea101705"
    HorizSync      30.0 - 83.0
    VertRefresh    50.0 - 75.0
    Option        "DPMS"
EndSection
Section "Monitor"
    Identifier    "C19"
    VendorName    "Unknown"
    ModelName      "FUS C19-1"
    HorizSync      30.0 - 80.0
    VertRefresh    55.0 - 75.0
    Option        "DPMS"
EndSection
Section "Monitor"
    Identifier    "AOC"
    VendorName    "Unknown"
    ModelName      "AOC 2416"
    HorizSync      30.0 - 80.0
    VertRefresh    56.0 - 75.0
EndSection
Section "Screen"
    Identifier    "Screen0"
    Device        "GPU0_0"
    Monitor        "C19"
    DefaultDepth    24
    Option        "NoLogo"
    Option        "TwinView" "0"
    Option        "metamodes" " CRT-2: 1280x1024 +0+0, DFP-1: nvidia-auto-select +1280+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen0b"
    Device        "GPU0_1"
    Monitor        "C19"
    DefaultDepth    24
    Option        "NoLogo"
    Option        "TwinView" "0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen1"
    Device        "GPU2"
    Monitor        "C19"
    DefaultDepth    24
    Option        "NoLogo"
    Option        "TwinView" "1"
    Option        "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-2: nvidia-auto-select +1920+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Panel"
    Device        "GPU1"
    Monitor        "Belinea"
    DefaultDepth    24
    Option        "NoLogo"
    Option        "TwinView" "1"
    Option        "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1280+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen2"
    Device        "GPU3"
    Monitor        "C19"
    DefaultDepth    24
    Option        "NoLogo"
    Option        "TwinView" "1"
    Option        "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-2: nvidia-auto-select +1920+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen3"
    Device        "GPU4_0"
    Monitor        "C19"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "NoLogo"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen3b"
    Device        "GPU4_1"
    Monitor        "C19"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "NoLogo"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection


==Flight information==
==Flight information==