Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bilbometal

Pages: [1]
1
Linux Specific Issues / Re: text messed up on a ubuntu 7.04 install
« on: September 01, 2007, 02:02:39 am »
I had the same problem and here is the solution:
Downgrade the libgl1-mesa-dri and libgl1-mesa-glx to a older version (the dapper version).
links:
http://packages.ubuntu.com/edgy/libs/libgl1-mesa-dri
http://packages.ubuntu.com/edgy/libs/libgl1-mesa-glx

After downloading:

Code: [Select]
sudo dpkg -i libgl1-mesa-dri_6.5.1~20060817-0ubuntu3_i386.deb
sudo dpkg -i libgl1-mesa-glx_6.5.1~20060817-0ubuntu3_i386.deb

Hope this works

Pages: [1]