Questions tagged [video-card]

A video card, display card, graphics card, or graphics adapter is an expansion card which generates a feed of output images to a display.

Most video cards offer various functions such as accelerated rendering of 3D scenes and 2D graphics, MPEG-2/MPEG-4 decoding, TV output, or the ability to connect multiple monitors (multi-monitor).

Wiki

85 questions
2
votes
0 answers

How can I tell the Visual Studio 2013 debugger which graphics card I want to use?

In my Computer I got two graphics cards and I want that the Visual Studio debugger uses the stronger one. I want that because I am programming a game and I got fps drops with the weaker one. How can I do that? EDIT: I have already tried to start…
Pancake
  • 53
  • 3
2
votes
1 answer

Button looks different depends on graphic card

I have a button and it renders weird in Firefox (I'm testing various versions, but I've see it in all of it). For more details, I use Normalize.css. After several tests, the only difference between the PC with the issue and the PC with the correct…
Arkana
  • 2,831
  • 20
  • 35
2
votes
2 answers

Drawing directly by graphics card on Intel 8086

I am to draw some shapes under Intel 8086 without using interrupts but rather by directly accessing the graphics card. The problem is, I don't know how performing such operations is called so I can't even google anything on it. All I know is that…
Straightfw
  • 2,143
  • 5
  • 26
  • 39
2
votes
2 answers

GLSL and OpenGL2 is required for the LWJGL renderer

I have a problem with my first JMonkeyEngine program. I am getting this: java.lang.UnsupportedOperationException: GLSL and OpenGL2 is required for the LWJGL renderer! at com.jme3.renderer.lwjgl.LwjglRenderer.initialize(LwjglRenderer.java:165) …
tckmn
  • 57,719
  • 27
  • 114
  • 156
2
votes
0 answers

Memory performance difference between Activity Monitor and Instruments

My xcode project uses OpenGL 3.2 to draw. When running the profiler the allocation instruments shows a healthy behaviour (allocating and deallocating) but when observing the Activity Monitor the memory usage rises rapidly to ~ 2GB in 3 mins. I run…
1
vote
2 answers

Use OpenGL 3x on older hardware?

So I have been wanting to venture into the world of Graphics programming lately. After hours of learning how to use the OpenGL Unofficial SDK elements, I was finally able to figure out what I needed to do. Small problem though: My Intel Graphics…
Colton
  • 55
  • 3
  • 11
1
vote
1 answer

Are there minimum hardware requirements for client-side rendering on the HOOPS Web Platform?

I have started using the HOOPS Web Platform and I can't find what kind of hardware requirements are needed to interactively render 3D graphics (at any scale) on the client side. Any help would be appreciated!
Diego
  • 117
  • 11
1
vote
0 answers

How to get the frame rate using wxGLCanvas for linux environment?

I am new learner. I want to know about to How to get the frame rate using wxGLCanvas for linux environment? Have you any idea and code about it? Please help..
1
vote
0 answers

Why WebGL constrains the maximum dimensions instead of the raw size of an image?

Why WebGL's MAX_TEXTURE_SIZE property constraints the maximum dimensions of an image instead of its raw size in pixels? var canvas = document.getElementById("webgl-canvas") gl = canvas.getContext("experimental-webgl"); var maxTextureSize =…
atevm
  • 801
  • 1
  • 14
  • 27
1
vote
0 answers

glTexSubImage2D() and glGetTextureImageEXT() used instead of GPUDirect

My setup: NVIDIA Quadro p6000 (used for GPUDirect) AJA video card (SDI feed from camera and SDI output to the TV) I am trying to figure out what is the purpose of GPUDirect (in my specific case) if I can achieve the same amount of copying and the…
1
vote
2 answers

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.
eric
  • 143
  • 6
  • 18
1
vote
1 answer

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 Windows while gaming. Lately I noticed my…
Martijn
  • 586
  • 5
  • 19
1
vote
0 answers

Why don't Threejs.org examples run on my computer anymore?

My computer's hardware is no longer compatible with some newer webGL stuff, including many Three.js examples as well as webcam streaming. Can anyone explain why this is? I'd love to learn more about how the gaphics card works, if it is related to…
EJW
  • 604
  • 2
  • 10
  • 22
1
vote
1 answer

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 memory for this purpose?
relima
  • 3,462
  • 5
  • 34
  • 53
1
vote
0 answers

How to know is PhpStorm is using my video card

I know that PhpStorm can use my video card to index my code. So I want to know is PhpStorm uses my video card to index my code. And if it is not - how to do it? My OS is Ubuntu 16.04.1 LTS. My PHPStorm version is 2016.1. My NVidia driver version is…
Link
  • 669
  • 7
  • 20