Graphics card troubleshooting procedure to be followed while creating a single, new question at
In order to gather essential troubleshooting information about your graphics card, please follow this procedure:
Step 1
Before Ubuntu 11.04 the default 'Desktop Environment' was Gnome. In 11.04 the Gnome interface (DE) is called 'Classic'. If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"
If you are using Ubuntu 11.04 and haven't changed back to "Classic" session then you are using the Unity interface. The easiest way to open the Terminal in UNity is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.
So the methods in Unity are:
Press CTRL-ALT-T key combination.
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal
Step 2
Please copy-paste the following diagnostic command from the
website using a web browser (like Google Chromium or Mozilla Firefox) into the Linux Terminal. The command STARTS with the word lspci and ENDS with the word lsmod. So please copy-paste the ENTIRE diagnostic command below from the web browser into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.
Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the diagnostic command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!
lspci -nnk | grep -iA2 aphics; Xorg -version; apt-cache show xserver-xorg | grep Version; fglrxinfo; lspci -nnk | grep -iA2 VGA; sudo lshw -short; sudo lshw -C display; sudo hwinfo --gfxcard; dpkg -l | egrep 'fgl|intel|mesa|mesa-utils|nvidia|NVIDIA|nouveau|radeon|video-ati'; cat /etc/lsb-release; dmesg | egrep 'abort|ailed|error|fail|fgl|GLX|GPU|intel|issing|nouveau|nvidia|NVIDIA|radeon|segment|VESA|VGA|wfb|\(EE\)|\(WW\)'; cat /var/log/Xorg.0.log | egrep 'abort|ailed|error|fail|fgl|GLX|GPU|intel|issing|nouveau|nvidia|NVIDIA|radeon|segment|VESA|VGA|wfb|\(EE\)|\(WW\)'; sudo dmidecode|egrep 'anufact|roduct|erial|elease'; sudo lsmod
Step 3
Please do NOT attempt to send any attachment(s). Please copy/paste the full terminal output at this location: https://answers.launchpad.net/ubuntu/+addquestion
The troubleshooters at Launchpad need to see the full Terminal output from running the above diagnostic command.
Step 4
Please also specify the exact model and make of your PC (if known) when creating the new Launchpad question.
Step 5
Please also clarify if you installed Ubuntu to the harddisk and are running from a harddisk install OR if you are only testing Ubuntu in a LiveCD session.