Nec V72 technical specifications

CRT Size 17” diagonal, 90° deflection
Dimension viewable 15.7”
Dot Pitch 0.27 mm
Input Signal Video: Analog (0.7 Vp-p/1.0, 75 Ohm positive)
Selected by OSD Control
Sync: Separate sync, TTL positive or negative
Input Connector Connector D-sub 15 pin
Frequency Scanning Horizontal: 30KHz 72KHz
Vertical: 50Hz 120Hz
Resolution 1280×1024, 1024×768, 800×600, 640×480
Pixel Clock 110 MHz (max)
Power Consumption 110 W (max)
Power Supply Line voltage: 100 VAC-240 VAC
Frequency 50+/-3Hz, 60+/-3Hz
X-Ray Compliant with DHHS
Power Management Compliant with EPA / NUTEK
Plug & Play Compliant with DDC1 and DDC2B
Ambient 0°C ~ 35°C (operating), -10°C ~ 60°C (Storage)
Humidity 10% - 80%
LED Green (ON), Yellow (Standby and Hibernate), Orange (OFF)
Dimensions 428mm (H) x 405mm (W) x 433 (D)

If you have a xorg.conf file

In Section “Screen” change Monitor with v72 and add

Section "Monitor"
       Identifier      "v72"
	HorizSync   30.0-72.0
	VertRefresh 50-120
EndSection

Section “Screen” have to be like this

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"v72"
EndSection

If you don't have a xorg.conf file

simple example of xorg.conf

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Monitor"
        Identifier      "v72"
	HorizSync   30.0-72.0
	VertRefresh 50-120
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"v72"
EndSection

Se also

 
xorg.conf_for_nec_v72.txt · Last modified: 2011/08/20 18:48 by varogami
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki