Possible Duplicate:
How can I get my graphics card to be recognized in System Info?
Well as it says in the question title, I'm running a Lenovo-B570, I have an Intel HD Graphics 3000 integrated card, and inside the graphics thing it says Unknown, and Standard experience, I have tried doing other things I have seen on AskUbuntu but, once I get other drivers to show up, it starts to get choppy, and a lot of my drivers stop working, not to mention my sidebar icons and such go invisible... And even then Second Life wouldn't work and kept saying that I don't meet the required specs and such. Could someone help me out please?
mesa-utils
worked for me with my Sandy-Bridge Intel... – TrailRider Jul 16 '12 at 01:58sudo
is needed to install any software. If you are asking about the answer given by LynxSlck above, that command only installsmesa-utils
if you are talking about the command in the answer I gave for S3TC, it only installs the needed library for S3TC compression. (libtxc-dxtn-s2tc0). Usingsudo
is not some magic command that installs every available program, it is the command you use to get super user privileges to access root(system) owned files.apt-get
will only install the program YOU tell it to(+plus any required dependencies) and nothing else – TrailRider Jul 16 '12 at 03:56