|
|
#1 | |
|
Registered User
Join Date: May 2004
Posts: 2
|
Does anyone have more reliable commands to determine what graphics card is installed on a Linux 32-bit and 64-bit box? This is what I have so far, but I would like more that do not involve X.
glxinfo | grep renderer cat /var/log/XFree86.0.log | grep "GPU detected" /sbin/lspci | grep VGA cat /proc/pci | grep VGA Thanks! |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Mar 2004
Posts: 9
|
If you are using the nvidia binary driver you should be able to use:
cat /proc/driver/nvidia/cards/0 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2004
Posts: 2
|
Thanks. I am looking for generic commands.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Apr 2004
Location: Dutch
Posts: 113
|
I think the commands you provided yourself are about as generic as they get. ;-)
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: May 2004
Posts: 2
|
Unfortunately, the above do not seem to be useful on Itanium boxes with a non-nVidia card inside.
|
|
|
|
|
|
#6 | |
|
GeForce FX5600 (1.0-5336)
Join Date: Sep 2003
Location: uk
Posts: 164
|
This will proberly not be much help but YAST has been open sourced and they are usually quote good for auto detecting gfx cards
|
|
|
|
|
|
|
#7 |
|
Eggplant
|
lspci -v usually gives you pretty good output IMHO
__________________
"Never bump a baby carriage out of a crosswalk unless the kid's really asking for it." |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jan 2011
Posts: 3
|
Check out the most used linux commands .
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jun 2006
Posts: 678
|
I wrote this script sometime a year ago but it's kinda incomplete.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thoughts from console owners on NVIDIA's GEFORCE GRID | MikeC | Console World | 11 | 05-27-12 08:43 AM |