3

I've installed Ubuntu 11.10 Desktop on Samsung n100 instead of MeeGo. And, unfortunately, when I opened System info, I saw that the graphics are undefined. I've installed the latest intel drivers (using tips from this site), but still nothing works. YouTube videos @360p and above aren'y smooth because of no hardware accel., which should have been provided by GMA3150.

How can I make the system recognize the graphics?

I have looked at the following questions:

Edward
  • 31
  • 2
  • It would help if you could link to the questions you did try. – Jorge Castro Jan 25 '12 at 23:28
  • SOLVED! 'sudo apt-add-repository ppa:glasen/intel-driver' 'sudo apt-get update' 'sudo apt-get install xserver-xorg-video-intel' 'sudo apt-get install mesa-demos' Then reboot. Wait for update checker, update the packages, and then System Info showed Graphics as Intel IGD. – Edward Jan 26 '12 at 23:06
  • 1
    Post it as an answer so we can upvote it! – Jorge Castro Jan 26 '12 at 23:35

1 Answers1

3
sudo apt-add-repository ppa:glasen/intel-driver
sudo apt-get update 
sudo apt-get install xserver-xorg-video-intel
sudo apt-get install mesa-demos

Then reboot. Wait for update checker, update the packages, and then System Info showed Graphics as Intel IGD.

Jorge Castro
  • 71,754