Hi ,
How did you installed the drivers for your graphics ? From system ? open a terminal and write what you see ? are the [Recommended] drivers activate ? .
Also you can install the latest drivers for your G.Card from a ppa. Give these commands in terminal
Code:
sudo add-apt repository ppa:ubuntu-x-swat/x-updates
press enter when ask . Then
Code:
sudo apt-get update
sudo apt-get dist-upgrade
These commands will add a ppa to your software sources and will update your drivers with the latest.
If something go wrong or for any other reason you want to remove it , go to your software sources (update manager-->settings-->other software ) and remove ppa:ubuntu-x-swat/x-updates . Then do in terminal
Code:
sudo apt-get update
sudo apt-get dist-upgrade
Bookmarks