Thursday, May 2, 2024
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 19378  / 2 Years ago, sat, october 1, 2022, 8:05:57

Is there any command line or program in Ubuntu 9.04 I can use to get information about my video card?


More From » command-line

 Answers
3
sudo lspci|grep VGA


shows me I have a:



01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series]


If you want even more information you can install mesa-utils Install mesa-utils. Besides the obvious things:



$ glxinfo|grep renderer
OpenGL renderer string: AMD Radeon 6600M and 6700M Series

$ glxinfo|grep vendor
server glx vendor string: ATI
client glx vendor string: ATI
OpenGL vendor string: ATI Technologies Inc.


It will show about 3 pages of information about the driver in use.


[#44478] Sunday, October 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tersle

Total Points: 342
Total Questions: 109
Total Answers: 99

Location: Kazakhstan
Member since Mon, Sep 26, 2022
2 Years ago
;