FSweekend 2010: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(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==

Revision as of 10:55, 1 November 2010

FSweekend banner 2010.jpg

This wiki page lists all information required for participants to the FSweekend and the attached multiplayer event(s). FlightGear will be represented by a team of seven regular FlightGear developers and users.


<eventcountdown date="06-November-2010"><daysuntil in="days">06-November-2010</daysuntil> until the FSweekend</eventcountdown>


Booth information

This year's booth will probably exist of:

Anaglyph-glasses.jpg
  • an UMTS USB stick for unlimited data use at high speed, so users from all over the world can visit us virtually.
  • a bunch of 3D glasses, to demo the anaglyph ability of FlightGear.
  • a FlightGear based procedure trainer.
  • a Linux-based triple-screen PC, with a generic set of input devices for general purpose flight demonstrations.
  • a top-end workstation equipped with 4(!) nVidia GTX460 to showcase our multi-screen capabilities

Equipment Checklist

  • One main power extension cord (DT: yellow)
  • One main power extension cord (DT: green)
  • One main power extension cord (TD: black)
  • One main power extension cord (JVDV: red)
  • One Linux-based PC (DT)
    • Three monitors
    • Saitek Joystick
    • Saitek Rudder Pedals
    • Headset
    • Sound system
  • One Linux-based PC (JVDV)
    • Three monitors
    • Thrustmaster HOTAS Cougar
    • Saitek Rudder Pedals
    • USB Headset
  • One Macbook Pro (DT)
    • simple joystick
  • One Macbook, white (TD)
  • One Linx-based Notebook (TD)
    • simple joystick
    • ELITE yoke
    • simple, homemade multi-engine and view controller
    • 3Dconnexion 3d-mouse
  • One FlightGear based procedure trainer (TD)
    Pmpt-0.1.jpg
    • ELITE ProPanelII
    • FlightLink rudder set
    • Two TFT Displays
    • Panel controller
    • old (historic?) tablet pc running Atlas
  • One Thomas-Krens-AG workstation (TD)
    • Eight monitors (probably)
  • Two FlightGear banners (TD)
    • mounting material (last year's setup from Durk)
  • FlightGear business cards (TD)
  • Coffee maker (Senseo, bring your own pads!) (TD)
  • two or three sets of aviation headsets (deco) (TD)
  • One CH Flight Sim Yoke
  • 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

Airports

Activities will mainly take place at and around Amsterdam Airport Schiphol (EHAM), Lelystad Airport (EHLE), Volkel Air Base (EHVK) and the VU University Medical Center Helipad EH0001.

Charts

All charts that you may have to use on your flights are available at http://ais-netherlands.nl (AIS Publications > Integrated Package). Please note that these are the most up to date charts available, so certain situations might not have been changed in FlightGear (EHAM, EHLE and EHVK taxiways should be correct though).

Parking positions have been created for most of the Dutch airports including EHAM, EHRD, EHVK and EHLE (A1-A6, B1 and B2).

All named airports are for civil usage, except for Volkel Air Base (EHVK). This base will be occupied by the (AI) F-16 squadrons and likely one setup in Lelystad. Feel free to join with your F-16 or other Dutch/NATO mil aircraft.

Weather information

Reallife weather information can be found at the KNMI (Dutch Meteorological institute) website.

  • METAR current weather at airports
  • TAF expected weather at airports

If the weather is really bad, it is likely that the FSweekend guys will use a preset weather scenario.

Scenery

We will be using newly generated scenery in Lelystad.

Events

The guys from TransGear will organise a multiplayer event on both days. The event consist pilots flying pre-requested routes from and to Schiphol (EHAM). All activity at EHAM will take place around 13:00 GMT (that is 14:00 local time in the Netherlands). Traffic will be controlled by at least one (likely more) air traffic controller(s).

The people in Lelystad will have something to show to the public and might be able to participate during parts of the event (maybe there are even some visitors to our booth that would like to fly in one of our best MP events).

More information in the forum topic and on the TransGear website.