View Single Post
Old 12th April 2009, 20:56   #195  |  Link
yesgrey
Registered User
 
Join Date: Sep 2004
Posts: 1,295
Quote:
Originally Posted by yesgrey3 View Post
So the frames are stored in RAM instead of GPU memory?
Quote:
Originally Posted by madshi View Post
No. I'm uploading every frame to GPU memory before processing it, of course.
Quote:
Originally Posted by madshi View Post
The frame queue is stored in RAM, not in GPU. So how could it possibly conflict with CUDA?
From the previous answer I thought the frame queue was stored in GPU memory... now I realize that I've not understood completelly your reply. They are stored in RAM but are copyed to GPU memory (one at a time) before starting any processing. Got it.

Quote:
Originally Posted by madshi View Post
Because of that the most important reference time is not the "vsync interval" but the "frame interval". So I think you should be able to use Lanczos4 just fine, sooner or later...
Great! so it seems I could keep my 8600gt a little longer...

Quote:
Originally Posted by madshi View Post
I hope that sooner or later I can reduce the number of scaling options. I was hoping to start a vote after a while for which scaling options to keep and which to remove.
I plan to do my scaler test and will post here the results...

Quote:
Originally Posted by Brazil2 View Post
I can't get any OSD, Ctrl+J has no effect at all.
Maybe because I've manually installed MadVR.ax (using regsvr32) rather than using InstallFilter.exe ?
Have you uninstalled the previous? madVideoRenderer.ax?
yesgrey is offline   Reply With Quote