72

I am new to Linux/Ubuntu. I installed Ubuntu 11.10 on my Lenovo IdeaPad y510.

System info says

Graphics: unknown.  
Driver: unknown,  
Experience: Standard.

What should I do to use all my laptop hardware components to work properly with Ubuntu? Screenshot:

enter image description here

Jorge Castro
  • 71,754
Naveen Reddy
  • 821
  • 1
  • 7
  • 3

4 Answers4

69

it means that it cannot acquire the information because glxinfo is not installed on the system.

Install it by clicking here:

Install via the software center

Or by typing:

sudo apt-get install mesa-utils

This is bug 914631.

After installing mesa-util it's providing information about graphic. In my case (Probook 4530s) "Intel® Sandybridge Mobile", while experience index still the same: Standard.

cprofitt
  • 6,595
23

Install Mesa-Utils by running these commands:

sudo apt-get update
sudo apt-get install mesa-utils

Then it will be detected.

Eliah Kagan
  • 117,780
atenz
  • 12,772
  • 3
    +1 this is a know bug. The card is detected by the system but not shown on the GUI. As stated in the answer installing mesa-uitls will get the card to show. You may also want to see my answer here on installing the texture compression libs that will allow you to play the newer games that require s3tc support. – TrailRider Jul 07 '12 at 15:09
  • 1
    Thank you for answer, after I install mesa-uitls the system can get the card to show and I will have a look. – user66498 Jul 07 '12 at 17:45
11

For Ubuntu to show the correct information in the details window, You should install the package mesa-utils.

Open a terminal and execute the following command:

sudo apt-get install mesa-utils
Anwar
  • 76,649
Uri Herrera
  • 14,866
1

I have the same graphics device and the "Unknown Driver" problem. This is not a problem with the driver installation but with the fact that Ubuntu is unable to recognize it properly.

If you can see a properly functioning GUI and not a black and white Command-line screen, then your Graphics Card is working fine.

This issue has been frequently discussed: http://ubuntuforums.org/showthread.php?t=1949097

If the graphics performance appears to be poor it may be simply because Precise does'nt have wobbly windows and other special effects enabled by default (or at least not in low end systems). Download Compiz and enable these effects and animations. They should work fine with Intel GMA Integrated Graphics (they do on mine!).

upapilot
  • 2,916