Compaq v50 techical specifications

Model:V50
Max Resolution:1024 x 768
Sync Type:Separate
H Freq/ V Freq:31-60 / 50-115
Tube Size:15
Connector:HD-15 classic vga

more info

If you have a xorg.conf file

In Section “Screen” change Monitor with v50 and add

Section "Monitor"
        Identifier      "v50"
	HorizSync   31.0-60.0
	VertRefresh 50-115
EndSection

Section “Screen” have to be like this

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"v50"
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      "v50"
	HorizSync   31.0-60.0
	VertRefresh 50-115
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"v50"
EndSection
 
xorg.conf_for_compaq_v50.txt · Last modified: 2010/10/25 23:00 by varogami
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki