2
votes
2answers
40 views
Is there a list somewhere of video cards that support GPGPU programming?
Mine is a "NVIDIA GeForce 9500 GS" and everywhere I've searched I can only find "9500 GT" ... does that mean the 9500 GS does not support any GPGPU language such as CUDA?
0
votes
1answer
59 views
In .NET 3.5 C#, is there a way to detect if NVIDIA SLI mode is active
For NVIDIA graphics cards, you can have two working as one (SLI). For a .NET desktop application, I need to be able to check that SLI is enabled. Is this possible?
0
votes
2answers
40 views
glDrawElements flicker and crash
I'm getting a fishy error when using glDrawElements(). I'm trying to render simple primitives (mainly rectangles) to speed up drawing of text and so forth, but when I call glDrawElements() the WHOLE …
2
votes
1answer
40 views
How do I see the commands that are run by GNU make?
I'm trying to debug a complex Makefile. How do you get GNU make to print all the commands it runs? I couldn't find the answer in the man page (using the -d flag doesn't seem to print it).
(This …
4
votes
5answers
92 views
Does GPL code linking with proprietary library depend which is created first?
Microsoft creates their windows and MFC DLL library, etc. An open source develop write a new MFC application and release the source code as GPL. The app has to link with the MS DLL/libraries to …
0
votes
0answers
37 views
Automate configuration of multiple monitor setups on Ubuntu (Thinkpad, Nvidia graphics)
System: Thinkpad T61p, Graphics: NVIDIA, driver v. 185.18.36
I have two different monitor setups, home, and work.
At home, I use 2 external monitors when my TP is connected to a dock (no laptop …
0
votes
0answers
29 views
Sudden graphic card change? from Nvidia 8600GT to Nvidia 7050/Nvidia nForce 610i [closed]
Yesterday I got a virus and I had the Nvidia 8600 gt, as I have had throughout the whole time I had this computer. So I decided to fully format my pc to get rid of the virus.
When it was finished, It …
0
votes
2answers
114 views
CUDA on non-nVidia card hardware
My laptop doesn't have any nVidia graphic cards. I want to work on CUDA. The website says that CUDA can be worked in emulation mode on non-cuda hardware too. But when I tried installing CUDA drivers …
3
votes
1answer
152 views
Issues with nVidia nView desktop manager and Delphi applications?
Hi all,
I've recently had a customer report an issue with my applications and NVidia nView desktop manager. Basically nView seems to 'unhide' hidden secondary forms when moving an application between …
0
votes
0answers
66 views
T61, NVidia, Ubuntu 9.10 == Video problems [closed]
Hi,
Upgraded to latest Ubuntu, currently 9.10. Videos used to work fine. Now, playing videos using VLC or any other media player shows them 'sepia' tinged when playing. This is annoying. I remember …
0
votes
4answers
56 views
DirectShow is reseting my PC
Hello,
I developed small application using DirectShow and code on next link:
http://www.codeproject.com/KB/directx/directxcapture.aspx
If i have 2nd display active, when I close application, it …
0
votes
0answers
155 views
Nvidia GPU Computing SDK and Xcode 3.1
I'm trying to compile some code for OpenCL (and the NV Computing SDK) in Xcode.
I (think) I've set the search paths correctly, but when I try to compile the source code from the example …
1
vote
3answers
223 views
PhysX for massive performance via GPU ?
I recently compared some of the physics engine out there for simulation and game development. Some are free, some are opensource, some are commercial (1 is even very commercial $$$$).
Havok, Ode, …
1
vote
4answers
209 views
ideas for graphic based projects using GPUs?
Hi,
I'm a CS undergrad student and wanted to finalize my project idea soon.I am mostly interested in graphics based projects which work with help of GPUs like GPGPUS …
0
votes
1answer
18 views
Any documentation for Nvidia’s Monitor ‘API’?
I'm looking for a way to control which monitors are currently being used via my desktop from a program. Well after a quick search I seen on Nvidia's site that their API will allow you to control the …
