Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 751  / 2 Years ago, sat, june 18, 2022, 5:01:44

I've been experiencing major graphical glitches in gnome-shell and its derivatives (such as cinnamon).
The glitches are present on every menu/modal/etc managed by the shell (applications such as nautilus seem to be fine)



Could it be something to do with my graphics card?



$ fglrxinfo
display: :0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3400 Series
OpenGL version string: 3.3.11005 Compatibility Profile Context

More From » 11.10

 Answers
5

This is a bug with the current version of the fglrx graphics driver. There are two ways to solve it:



You can remove fglrx and use the built in driver instead. You can remove the fglrx driver in System Settings › Additional Drivers. Select the driver that is currently installed and click Deactivate. That might solve everything, depending on how well the built in driver supports your graphics card. It might feel a lot better in some cases, because it is much better integrated, but results are quite varied.



So, your other option is to manually upgrade to the latest version of the fglrx driver. This bug is (almost) fixed in version 12.1. Upgrading is explained on the Ubuntu Wiki:



First, download the latest drivers from http://support.amd.com/us/gpudownload/Pages/index.aspx
And remember where you have downloaded them



Open a terminal and type the following:



cd ${*Where you downloaded the driver*}
sudo apt-get update
sudo apt-get install libqtgui4
sudo sh amd-driver-installer-*.run --buildpkg Ubuntu/oneiric
sudo dpkg -i *.deb
sudo aticonfig --initial


In the step with amd-driver-installer-*, you might need to change that to the name of the file you downloaded.



And then restart your computer.



After you do that, you might find that Gnome Shell still runs quite slowly, even with the latest fglrx. If that is the case, you need to set something in an environment variable.



Open a terminal again, and type the following:



gedit ~/.profile



A text editor will appear, showing your .profile file. At the very bottom of the file, add a new line with the following:



export CLUTTER_VBLANK="none"


Now log out and log in again.


[#40427] Saturday, June 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
exceeeelh

Total Points: 21
Total Questions: 109
Total Answers: 120

Location: Marshall Islands
Member since Wed, Jan 5, 2022
2 Years ago
exceeeelh questions
Sun, Nov 20, 22, 17:08, 1 Year ago
Sat, Jan 1, 22, 08:04, 2 Years ago
Wed, May 12, 21, 05:11, 3 Years ago
;