Reply 80 of 164, by wbc
Finally figured out whats is the reason of brightness issue on S3 cards: the BLANK pedestal.
According by Savage4 datasheet, it can be toggled by bit 3 of SR27:
This works on Trio3D famly also, for ViRGE/DX and Trio64V2/DX it can be toggled by bit 5 of SR1A.
So, for Trio3D and higher, the DEBUG.EXE command sequence is:
o 3c4 08
o 3c5 06
o 3c4 27
i 3c5
<at this step subtract 08h from given value>
o 3c5 <resulting_value>
q
Probably BLANK pedestal can be disabled via BIOS modding, will check it later.
--wbcbz7