The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-14-2008
sparcguy sparcguy is offline
Registered User
 

Join Date: Nov 2006
Posts: 252
To determine if you have a graphics card.

run prtdiag

/usr/platform/sun4u/sbin/prtdiag -v | grep xvr
/usr/platform/sun4u/sbin/prtdiag -v | grep pgx (older type of graphics card)


or

as root run eeprom

eeprom | grep output

if output-device = screen high chance there's a craphics card in the box
if outout-device = ttya it's probably connected to a serial device like maybe a wyse or dumb terminal
Reply With Quote