View Single Post
Old 07-16-2007, 01:59 PM   #39
anonim
Newbie
 
Join Date: Sep 2006
Posts: 21
Holy thread revival Batman!

Comparing the .reg file and Merzbow's screen shot, this is the correlation I see:

HorzBorder = stays zero
VertBorder = stays zero
Flags = stays zero

============================

HorzBlank = (Horizontal Total) minus (Horizontal Active)
VertBlank = (Vertical Total) minus (Vertical Active)

I'm not sure if the Total is calculated automatically by the PowerStrip utility or not - if it's not, I'm not exactly sure how to determine the HorzBlank/VertBlank values.

============================

HorzSize/VertSize: He was able to determine these numbers from the Intel documentation. But if you correlate your desired resolution with the numbers from Intel, you get:

HorzSize
Desired resolution: 800
Intel's matching HorzSize value = 25
800/25 = 32

VertSize
Desired resolution: 480
Intel's matching VertSize value = 16
480/16 = 30

So divide your desired horizontal resolution by 32 to get HorzSize, and divide desired vertical resolution by 30 to get VertSize.

Note: I am not responsible if you damage anything by using the above assumptions to modify advanced timings.
anonim is offline   Reply With Quote