Author Topic: text messed up on a ubuntu 7.04 install  (Read 1147 times)

ivan

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
text messed up on a ubuntu 7.04 install
« 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.

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: text messed up on a ubuntu 7.04 install
« Reply #1 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


ivan

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #2 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!

Qiwichupa

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #3 on: September 01, 2007, 01:49:57 am »
Ohh,  how you did it? man step by step please  :-[

bilbometal

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #4 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

ivan

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #5 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.

z44sms

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #6 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?

« Last Edit: September 08, 2007, 02:09:22 am by z44sms »

ivan

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: text messed up on a ubuntu 7.04 install
« Reply #7 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...