I tried searching and googling, but I could not figure out how to figure out the specs on my graphics card. Is there a command or a menu I can use to access this information? BTW it is a Nvidia card, I believe and 8 series.
migrated from stackoverflow.com Feb 1 '11 at 16:55
This question came from our site for professional and enthusiast programmers.
|
If you are using the proprietary drivers, try running
Unfortunately, on my computer at least this does not work right, as my video card has 512 megabytes of RAM. | |||||
feedback
|
|
You could use lspci to find out what the exact model of the video card is, and then look it up online...
| |||
|
feedback
|
|
Look in the X11 log. Mine is at /var/log/Xorg.0.log, and part of it looks like this (I'm running a VM):
131072 KB = 128 MB, which is exactly what I've set in the VM settings. | |||
|
feedback
|
