Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 2810  / 2 Years ago, sun, june 12, 2022, 7:14:38

Does anyone experienced some problems in gnome 3.2 environment, like problems in the shell?



enter image description here



How can i fix it?



I have made a test, if there was some problem on graphics, but everything seems fine:



enter image description here


More From » 11.10

 Answers
4

Install the latest ATI 11.10 drivers, people are reporting that updating their driver solves the problem for them.



You will need to remove all the current fglrx packages from your system and download the driver from the ATI site.



Remove the fglrx drivers if you installed them



sudo apt-get remove fglrx*


Download the newest ATI driver (current version is 11.12)



wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-12-x86.x86_64.run


If you have a 64 bit system, then install this before anything



sudo apt-get install ia32-libs


Once downloaded go to the file location and set it to run as executable



cd /path_of_the_file
chmod 755 ati-driver-installer-11-12-x86.x86_64.run


Create the packages and install them on your system



sh ./ati-driver-installer-11-12-x86.x86_64.run --buildpkg Ubuntu/oneiric
sudo dpkg -i fglrx*.deb


Once the driver is installed you need to start up a new xorg.conf file with this command



sudo aticonfig --initial -f


Reboot



sudo reboot

[#42451] Sunday, June 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rieency

Total Points: 299
Total Questions: 116
Total Answers: 111

Location: Wales
Member since Tue, Dec 14, 2021
2 Years ago
;