|
I have a PCIe Geforce 6600 that I've been using in my PC for a couple years now without problems. Recently though I've not been using the PC and had it unplugged. When I when to use it again I accidentally plugged in the monitor to the VGA port for the...
Started by Dustin Martin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
With the system booted up into Windows;
Right, the integrated graphics....
Usually the BIOS has a primary graphics card section, that being said, PCI Express usually always if Windows actually knows the graphics card is there.
|
|
How can I program graphics on a graphics card with XNA?
(How do I move the workload onto the graphics card)
Started by eflles on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In short: If you want to do operations on your data while it... .
A fixed pipeline approximization or shaders are then applied to the data by the graphics card and displayed on screen.
To the graphics card Vertex Buffer Objects.
|
|
Installed a Palit GeForce GT 240 (512mb GDDR3) graphics card last night and visually its working well, but it seems to have installed its own HD Audio device(s) in Device Manager, knocking out my normal on-board sound (motherboard sound connectors), resulting...
Started by Rob Cowell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
All you need to do is right click on the speaker .
This is possible if your card has an HDMI port.
|
Ask your Facebook Friends
|
What tools are available to monitor graphics card memory usage in linux?
Started by Andrew Cecil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Obviously, this only....
Version which allows real-time monitoring of various graphics card properties, including graphics cardIf you just need to know it for 3D graphics development purposes, you may want to look memory usage.
|
|
How can I see the temperature of my 8400GS graphics card?
Started by Phenom on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
GPU-Z will tell you everything you ever wanted to know about your video card:
With EVGA percision.
|
|
The graphics rendering on my development machine "feels" slow so I've just bought a graphics card to replace the on board graphics card.
Before I install it I want to run some software that will measure the performance of my current card so that I can...
Started by Guy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Don't be sad if neither card can....
When you put your new video card in, run it again and compare.
Run all the tests and save the statistics.
The latest 3DMark will stress your video card to its absolute limits.
Dmark is excellent.
|
|
When selecting a PSU is the primary motivation to go for a higher wattage PSU based on the specific graphics card and/or number of graphics cards (SLI, crossfire)?
In other words are all other components in a computer relatively negligible in their PSU...
Started by CuriousCoder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The graphics card.
You will see how each component adds to the PSU requirements .
Requirements compared with a modern graphics card?
no, they're not negligible, you can use Newegg's online PSU calculator .
|
|
I'd like to connect a second monitor to my computer.
But the problem is that I am using an old graphics card with only one output (NVIDIA driver version 96.43.13). (My computer runs Ubuntu Linux 9.10).
What is the cheapest solution for adding another ...
Started by Frank on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
A USB graphics card for $60-$100 graphics ....
I don't use the binary-only driver so I really can't speak to it .
If you're not looking forward to installing a PCI graphics card, your best bet is a USB graphics.
|
|
Which graphics cards support Transform and Lighting (T&L) and OpenGL 1.4?
What card would you recommend (for gaming)?
Additional requirement is that graphics card has to be low profile card, as the computer in question uses small desktop case. The case...
Started by Jakub Narębski on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
To find a relatively cheap Radeon or GeForce AGP Card (with Hardware T&L and OpenGL) that suit your needs checking with DELL about the supported Video Card for your mainboard and check if your Power Supply.
|
|
Hi all,
I was wondering how I can get the graphics card model/brand from code particularly from DirectX 9.0c (from within C++ code).
Thanks for any help!
Started by meds on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See section....
Direct3D from my book The Direct3D Graphics Pipeline .
Take a look at Chapter 2.
Your graphics card the video card has, the driver number, etc.
It will open 'DirectX Diagnostic Tool'.
In command prompt, run 'dxdiag'.
|