video-card Questions
2
Solved
The title already implies the question, so what is blocking the execution from the sample program in this repo https://github.com/dvdhrm/docs/tree/master/drm-howto
It's a simple program showing KM...
Holmium asked 21/10, 2018 at 15:56
1
Solved
I use Microsoft Desktop Duplication API and if my code runs on the Integrated (Intel) graphic card then everything works fine. But if I run on the dedicated card, I get an error.
I found that Micro...
Adlei asked 18/6, 2019 at 8:47
7
Solved
Learning debugging in PhpStorm and keep accidentally hitting Ctrl + Alt + F8. I use 3 displays this disconnects the two remotes and goes back to just the laptop.
I cannot see this documented anywh...
Ezekielezell asked 31/1, 2016 at 0:28
1
Solved
The problem: calling IDXGIOutput1::DuplicateOutput method returns DXGI_ERROR_UNSUPPORTED when you run an application using discrete graphics controller on a machine with switchable graphics.
This ...
Eliathas asked 20/5, 2016 at 14:31
2
Solved
I have purchased a graphics card which supports OpenGL 4.2. But I want to develop an application which should support OpenGL 2.0
Does my card will support OpenGL 2.0 apps(Backward compatibility)?...
Diphenylamine asked 12/8, 2013 at 10:10
1
Solved
Is there a way to get results from a shader running on a GPU back to the program running on the CPU?
I want to generate a polygon mesh from simple voxel data based on a computational costly algori...
Eloquence asked 29/12, 2012 at 23:40
2
Solved
So here is the problem:
When I call glGenTextures I get a segmentation fault.
I'm on linux, and here is the code I'm currently using to investigate this:
#include <iostream>
#include <SD...
Asiatic asked 2/11, 2012 at 12:1
2
On iOS, I was able to create 3 CGImage objects, and use a CADisplayLink at 60fps to do
self.view.layer.contents = (__bridge id) imageArray[counter++ % 3];
inside the ViewController, and each tim...
Slashing asked 29/5, 2012 at 20:33
2
Solved
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 manufa...
Fanatical asked 16/5, 2010 at 9:51
3
Solved
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 w...
Parthia asked 26/12, 2008 at 20:25
1
© 2022 - 2024 — McMap. All rights reserved.