I have a little more information, but am really curious why no one has responded to my inquiry? Is anyone out there? I have upgraded to the latest NVIDIA driver 302.06.03 and Cuda 5.0 but still...
Type: Posts; User: jsgPhil
I have a little more information, but am really curious why no one has responded to my inquiry? Is anyone out there? I have upgraded to the latest NVIDIA driver 302.06.03 and Cuda 5.0 but still...
I am currently on a RedHat Enterprise 6 system with NVIDIA 295.33 driver. My software draws radar data to the screen in real-time and after a couple of days fails with the following error: XIO...
Aaargh! I think when I hit a tab, it does a submit! Yikes! I'll try to keep my finger off the tab key...Here's the rest of the code:
void refreshTitleWithClear (int new)
{
glPushMatrix...
I am sorry if I haven't included enough detail. I have made a little progress, but still seeing a "flash" when I bring the window back fully onto the screen. I am calling:
glutWindowStatusFunc...
Still a newbie... I have openGL code that updates to a window in real time. The bottom two inches of the window is a separate viewport that includes text and a color bar. When I move the window...
Mobeen-
I want to thank you for your suggestions. I did as you said and was finally able to figure out that I was putting the data into the image array incorrectly. Thank you so much for your time...
Thank you. I have verified that the last few ranges of the first few beams do exist. In fact each time they get redrawn a few more y values show up. I'll try disabling the timer tomorrow and maybe...
Ok-I give up. I've been combing the web for weeks and have read most of the redbook and a lot of the blue book and have downloaded lots of example code, but I still haven't found the answer to my...