Acer AT3220

From MythTV

Jump to: navigation, search

Specifications

  • Make: ACER
  • Model: AT3220
  • Size: 32"
  • Type: 1366x768 LCD (DVI is at 1360x768)
  • MythTV Version: 0.20.2_p14814
  • Graphics Card: NVIDIA GPU Quadro NVS 210S / NVIDIA GeForce 6150LE (C51) (onboard)
  • Connection Type: DVI-D
  • URL: http://global.acer.com/PRODUCTS/lcd_tv/at3220.htm

Detailed Specifications

  • Screen: LCD
  • Native Resolution: 1366x768
  • Brightness: 500 nits
  • Contrast Ratio: 1200:1
  • Tuner: analog
  • Speakers: 8W+8W
  • Gray-to-Gray Response Time: 8ms
  • Horizontal/Vertical Viewing Angle: 170°/170°
  • Dimensions: 814 (W) x 610 (H) x 261 (D) mm (w/ stand)
  • Weight: 37.7kg

xorg.conf

Section "Module"

   Load        "dbe"
   Load        "extmod"
   Load        "freetype"
   Load        "glx"

EndSection

Section "ServerFlags"

   Option "BlankTime" "0"
   Option "StandbyTime" "0"
   Option "SuspendTime" "0"
   Option "OffTime" "0"

EndSection

Section "Files"

   FontPath   "/usr/share/fonts/misc/"
   FontPath   "/usr/share/fonts/100dpi/"
   FontPath   "/usr/share/fonts/75dpi/"

EndSection

Section "Monitor"

   Identifier  "ACER"
   HorizSync   31.5 - 82.0
   VertRefresh 60
   Option "UseEdidDpi" "false"
   Option "DPI" "100 x 100"
   Option "DPMS" "true"
   Option "DisplaySize" "240 135"

EndSection

Section "Device"

   Identifier  "nvidia"
   Driver      "nvidia"
   Option      "NoLogo" "true"
   Option      "UseEvents" "true"

EndSection


Section "Screen"

   Identifier  "Screen 1"
   Device      "nvidia"
   Monitor     "ACER"
   DefaultDepth 24
   Subsection "Display"
       Depth       24
       Modes       "1360x768"
       ViewPort    0 0
   EndSubsection

EndSection

Section "ServerLayout"

   Identifier  "Simple Layout"
   Screen "Screen 1"

EndSection

Section "DRI"

   Mode 0666

EndSection

Personal tools