På 2007-03-14, skrev Dylan Beaudette: > On Wednesday 14 March 2007 12:54, Matin Hashemi wrote: > > Hello everybody :-) > > > > How do I know what graphics card is installed in a machine? I mean, is > > there any command to find that out? > > I know how to do that for CPU: > cat /proc/cpuinfo
As Dylan has already mentioned, lspci will show you your installed PCI devices, generally including your video card. Also your X-server log should tell you what card you are using. Of course this will not help much if you are trying to find the identity of your card because your X is misconfigured. (You didn't say the circumstances of your curiosity.) You can also try running X -configure which attempts to autodetect the video card; it works on most PCI and AGP cards. > > Also, I need to know what version of OpenGL is installed in a linux machine > > as well. If it is Debian or Ubuntu: dpkg -l | grep gl If it is an rpm-based distribution, such as Fedora: rpm --query -a | grep gl -- Henry House +1 530 753 3361 ext. 13 Please don't send me HTML mail! My mail system frequently rejects it. The unintelligible text that may follow is a digital signature. See <http://hajhouse.org/pgp> to find out how to use it. My OpenPGP key: <http://hajhouse.org/hajhouse.asc>.
signature.asc
Description: Digital signature
_______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
