If you have a laptop or machine with a ATI video card and you install Ubuntu Jaunty, you probably notice it's not stable and X freezes very frequently.
This fixed my problem:
# http://temp.minimum.se/mesa_with_fixed_ati_bug/
# 32 bit
wget http://temp.minimum.se/mesa_with_fixed_ati_bug/libgl1-mesa-dri_7.4-0ubuntu3_i386.deb
wget http://temp.minimum.se/mesa_with_fixed_ati_bug/libgl1-mesa-glx_7.4-0ubuntu3_i386.deb
sudo dpkg -i libgl1-mesa-dri_7.4-0ubuntu3_i386.deb libgl1-mesa-glx_7.4-0ubuntu3_i386.deb
# for 64 bit
# replace i386 with amd64
Reference:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/368049
Subscribe to:
Post Comments (Atom)
Ubuntu 25.04 desktop review and apps to install
Ubuntu 25.04 This new version of Ubuntu installs without a glitch in my ThinkPad X1 and Yoga 920, I setup this device with dual boot with wi...
About Me
-
Check here how to flash the rom https://wiki.mrchromebox.tech/Firmware_Write_Protect Check here to see if you should use Legacy or UEFI ROM ...
-
I have a K360 Bluetooth keyboard, a M557, M720 Bluetooth mice and M325 mouse. I've been using these for years with Ubuntu, from 16.04 to...
-
How to run windows with acceleration support on Ubuntu This works on ubuntu from 22.04 to 23.10. This setup will accelerate the virt...
Thank you very much! This was a real problem.
ReplyDelete