Toshiba 37X3030D

From MythTV

Jump to: navigation, search

Specifications

Detailed Specifications

  • Screen: LCD
  • Native Resolution: 1920 x 1080
  • Brightness: 500 (cd/m²)
  • Screen format: 16:9
  • Dynamic Contrast Ratio: 3500:1
  • Tuner: Dual (1 analog, 1 digital)
  • Speakers: 20 Watt RMS
  • Dimensions: 920 (W) x 122 (D) x 614 (H) mm
  • Weight: 19.2kg

xorg.conf

xorg.conf

    Section "Device"
        Identifier      "GeForce6150"
        Driver          "nvidia"
        BusID           "PCI:0:5:0"
        Option          "AddARGBVisuals"                "True"
        Option          "AddARGBGLXVisuals"             "True"
        Option          "NoLogo"                        "True"
        Option          "RenderAccel"                   "True"
        Option          "UseEvents"                     "True"
    EndSection

    Section "Monitor"
        Identifier      "ToshibaTV"
        VendorName      "Toshiba"
        ModelName       "37X3030D"
        Option  "UseEdidDpi"    "FALSE"
        Option  "DPI"   "100 x 100"
    EndSection

    Section "Screen"
        Identifier      "LCD Screen"
        Device          "GeForce6150"
        Monitor         "ToshibaTV"
        DefaultDepth    24
        SubSection      "Display"
                Viewport        0 0
                Depth           24
        EndSubSection
    EndSection

    Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "LCD Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
    EndSection

Personal tools