Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

Off screen rendering when laptop shuts screen down?

I have a lengthy number-crunching process which takes advantage of quite abit of OpenGL off-screen rendering. It all works well but when I leave it to work on its own while I go make a sandwich I ...
8
votes
3answers
3k views

How to read GPU (graphic card) temperature?

I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by using some video card driver API? Everyone knows that there two different chip ...
2
votes
1answer
206 views

what's to do with “GPU not found. Falling back to CPU device”

Just downloaded AMD-APP-SDK-v2.5-RC2-lnx32, why i got this: GPU not found. , when i try to execute a sample program ? %> ./AESEncryptDecrypt Platform 0 : Advanced Micro Devices, Inc. Encrypting ...
2
votes
2answers
651 views

Visual Studio 2010: Use hardware graphics acceleration if available

My Via/S3G UniChrome Pro IGP does not support hardware acceleration in Visual Studio 2010. What kind of graphic cards (i.e. the specific features) do support this hardware acceleration? p/s: I think ...
2
votes
1answer
440 views

Can I completely disable a PCI-slot in Linux?

Like many of you, I like to play a game every once in a while. Since I use Linux for my daily tasks (programming, writing papers, browsing, etc.), I solely exploit my graphics-card capabilities in ...
1
vote
1answer
221 views

Video card: get Shared system memory and total available memory in c#

How to get the following information: shared system memory, total available memory and system video memory for my graphics card in c sharp?
1
vote
1answer
150 views

Using the video-card memory (ram) to store objects

Is it possible to store objects in the video-card memory instead of the ram? I have been using StringIO to store some objects in the RAM; would it be possible to allocate some of the video-card's ...
1
vote
2answers
844 views

How to tell the graphic card memory usage?

My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I've seen some questions about this on SO, but ...
1
vote
1answer
1k views

Why can't horizontal span be implemented on Vista?

Until Windows Vista, ATI and nVidia supported a feature called horizontal span, which combined two monitors into a single larger screen. This feature allows the taskbar to span across both monitors, ...
0
votes
3answers
504 views

How can I get the memory size of the display adapter card using C++?

I would like to get the display adapter card memory size. What is the best way to do this? My development enviroment is Visual Studio C++ 2008. Thanks.