JVC HD 61Z575A
From MythTV
[edit]
Specifications
- Make: JVC
- Model: HD-61Z575A
- Size: 61"
- Type: DLP LCoS
- MythTV Version: 0.22 SVN trunk (at times about a month old, as I custom patch and compile)
- Graphics Card: nVidia GeForce 7300GS (from MSI)
- Connection Type: HDMI-DVI
- URL:http://www.jvc.com/product.jsp?modelId=MODL027316&pathId=114&page=1&archive=true
[edit]
Detailed Specifications
- Screen: LCD
- Native Resolution: 1280 x 720
- Brightness: 650 nits
- Black State Brightness: .6 nits
- Contrast Ratio: 1000:1
- Viewing Angle: 150H, 30V
- Greyscale: Digital Stairstep
- Screen Pitch: 0.15mm
- Tuner: None
- Speakers: Two integrated 20.0-watt with subwoffer
- Gray-to-Gray Response Time: 16ms
- Dimensions: 49.9 (W) x 36.6 (D) x 16.3 (H) in
- Weight: 84lbs
[edit]
xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
# Load "dri"
Load "glx"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "JVC"
ModelName "HD-61Z575A"
ModeLine "ATSC-480-60p" 27.0 720 736 798 858 480 489 495 525 -hsync -vsync
ModeLine "ATSC-720-60p" 74.2 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
ModeLine "ATSC-1080-60i" 74.25 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
interlace
Option "UseEdidDpi" "FALSE"
Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV35 [GeForce FX 5900 Ultra]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "UseDisplayDevice" "DFP"
Option "ModeValidation" "NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck,
NoEdidMaxPClkCheck"
Option "ConnectedMonitor" "DFP-0"
SubSection "Display"
Viewport 0 0
Modes "ATSC-1080-60i" "ATSC-720-60p" "ATSC-480-60p"
EndSubSection
EndSection
