PlaneShift

Support => Linux Specific Issues => Topic started by: ivan on August 28, 2007, 02:39:07 pm

Title: text messed up on a ubuntu 7.04 install
Post by: ivan on August 28, 2007, 02:39:07 pm
i just got myself a dell 640m and wanted to get planeshift on it. it installs fine, but when i run the app (either planeshift itself, or the updater, or the config app), the text is way messed up on it. (http://img179.imageshack.us/img179/1876/messedupxa7.th.png) (http://img179.imageshack.us/my.php?image=messedupxa7.png)
Title: Re: text messed up on a ubuntu 7.04 install
Post by: Induane on August 28, 2007, 03:14:38 pm
Sorry for the short answer but give some of the suggestions on my site a try:

http://vaalnor.mine.nu/psdoc/?q=node/44 (http://vaalnor.mine.nu/psdoc/?q=node/44)

Title: Re: text messed up on a ubuntu 7.04 install
Post by: ivan on August 28, 2007, 05:33:36 pm
cool, thanks. number 7 did the trick. before posting i did a couple searches and wasn't able to find that page thanks!
Title: Re: text messed up on a ubuntu 7.04 install
Post by: Qiwichupa on September 01, 2007, 01:49:57 am
Ohh,  how you did it? man step by step please  :-[
Title: Re: text messed up on a ubuntu 7.04 install
Post by: bilbometal 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-dri)
http://packages.ubuntu.com/edgy/libs/libgl1-mesa-glx (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
Title: Re: text messed up on a ubuntu 7.04 install
Post by: ivan on September 03, 2007, 08:13:42 am
Ohh,  how you did it? man step by step please  :-[

Open up the file Planeshift3D/data/config/r3dopengl.cfg in a text editor, and find this line:
Video.OpenGL.FontCache.UseMultiTexturing = yes
and change yes to no.
Title: Re: text messed up on a ubuntu 7.04 install
Post by: z44sms on September 08, 2007, 02:05:53 am
My Kubuntu does that as well. 
On all screens text scrambled. 

What Ubuntu has different... Maybe someone can solve it. But that link above doesn't work. And the suggestion about changing YES to NO in config did that work for you?
Ubuntu lacks root by default now, yet you can run a SUDO, do you need to run that on install?
Does it have the same FONTS as others?
Is Ubuntu missing support drivers example Nvidia video in Kernel?

Title: Re: text messed up on a ubuntu 7.04 install
Post by: ivan on September 10, 2007, 08:40:15 am
i didn't use sudo to install planeshift. i installed it as a regular user in my home dir. and yes, changing Video.OpenGL.FontCache.UseMultiTexturing to no helped me out. at that moment, i had only the regular ubuntu fonts installed. and i'm not using nvidia, so i can't help you out there...