01-23-04 09:28 PM
jingchenzhou@yahoo.com (JC) writes in comp.unix.admin:
|Can anyone tell me how to verify what kind of the graphics card is
|installed in my Solaris machine: a Creator 3D graphics card or PGX ?
ls -l /dev/fb*
Creator 3D devices will have a 'ffb' in their name, PGX 8/24/64 will
have a 'm64' in their name, PGX 32 will have a 'gfx' in their name.
(There's also the physical inspection method - Creator 3D only go into
UPA slots, PGX only go into PCI slots or are built onto the
motherboard.)
--
________________________________________
________________________________
Alan Coopersmith alanc@alum.calberkeley.org
http://www.CSUA.Berkeley.EDU/~alanc/ aka: Alan.Coopersmith@Sun.COM
Working for, but definitely not speaking for, Sun Microsystems, Inc.
[ Post a follow-up to this message ]
|