Motivation: get that extra little bit of speed out of DVD playback by avoiding the scaling stage. Also avoids scaling artifacts.
Having a higher resolution than the content is pointless. For Wide screen modes etc, you can add those modes by doing the same thing. I copied the data from the closest match to 720x480 I could find (856x480) and added it to the VideoParameters registry entry.
Step by Step:
1. Create a text file, paste the contents, edit it to replace 0000 with whatever your driver is stored as, save it and rename it to dvd.reg. Double click on it.
--------8<--------
REGEDIT4
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Class\Display\0000\Settings\VideoParameters]
"720,480"=hex:3c,00,1e,00,0c,7b,00,00,20,00,40,00, 60,00,04,00,08,00,08,00,00,\
00,00,00
---------------
2. Now go to Display Properties, select the Monitor Settings tab if win95, otherwise go to settings then advanced then Monitor Settings tab or simply use double click on the G400Tweak systray icon. Use Adjust different video mode and you'll now see 720x480 listed, add that and run through the dialogs setting refresh rate and monitor position if applicable.
3. For PowerDVD you use General Settings/Advanced to set the display mode.
Hope this is of some use to somebody.
Comment