Blender messed up in Ubuntu.

Discussion about everything. New games, 3d math, development tips...
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Blender messed up in Ubuntu.

Post by 3DModelerMan »

I just got Ubuntu installed a little while ago. And I'm trying to get Blender working in it. The problem is, some of the buttons don't show icons... and the interface is really messed up. I heard it needs GlibC and I don't know if I have that already or not. Do I maybe need to install a new graphics driver? I tried running the windows version under Wine but it's just even worse.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

did you download the package from Synaptic, or try and install it directly from the blender download site?

use the package in Synaptic, it will download all the required libraries as well. (for me right now it would have to install an additional 11 libraries in order for Blender to install)
The Bard sRc

Blog | Twitter
CuteAlien
Admin
Posts: 9682
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

It should complain on start when it's missing a library. You can also check with ldd blender on the console which libraries are used.

I do actually prefer the official binary release as the distro versions are sometimes outdated (but don't know about ubuntu).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

ubuntu updates their packages pretty fast. it's at 2.49a, so not the latest bugfix patch level, but it is the latest version
The Bard sRc

Blog | Twitter
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

I used the Add/Remove programs section. Could it be a graphics driver problem then? Sorry it might seem like a noobish question... but I'm still getting used to Ubuntu.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

okay, that's build on top of that so you have everything installed. did you turn on any hardware drivers?
The Bard sRc

Blog | Twitter
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

You have to turn on hardware drivers? I'll see if I can figure out how.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

its in System -> Hardware Drivers. you have to turn them on if you want decent acceleration, otheerwise it will use open source drivers which may be hit and miss with any specific card

if there arent any in there though then your card doesnt hae any specific ones. what is your video card and which version of Ubuntu did you install?
The Bard sRc

Blog | Twitter
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

I think Ubuntu is 9.04, and I have something like the Mobile Intel Express Chipset Family 946 GM, something like that. I tried the Intel website and they linked me to a different website with only driver source code. No binaries anywhere.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

if you have intel mobile, do NOT use Ubuntu 9.04, they royally botched up the intel graphics drivers in that version. you want to use 9.10 they got them fixed finally, but you'd probly want to reinsttall it from scratch instead of updating the packages
The Bard sRc

Blog | Twitter
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

Oh I was just going to use the Ubuntu update manager. What's the difference?
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

3DModelerMan wrote:Oh I was just going to use the Ubuntu update manager. What's the difference?
well you'd get some other performance gains out of it anyway, since they changed the defualt filesystem type from ext3 to ext4 you could do it through update manager easily enough
The Bard sRc

Blog | Twitter
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

Oh okay... If it was windows I would be like, oh lets just reinstall. I've used windows for all of my life that I've been on a computer. But I decided to try Linux because I was getting sick of it freezing all the time. I'll try updating and see where I get from there.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

yah normally you just update and bam youre at the latest version (got XUbuntu on a flash drive for my notebook and its been updated 2 release versions already, not counting 9.10), but the change in default filesystem might be worth a fresh reinstall with 9.10
The Bard sRc

Blog | Twitter
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

Make sure your machine is up to date:

Open terminal:

Code: Select all

sudo apt-get update
Then use apt-get to make sure you have the required dependencies:

Code: Select all

sudo apt-get install blender
If you installed blender from Synaptic it should already come with dependencies.

The simplest answer is often the right one. In blender, have you changed the layout? have you tried resetting the layout?
Post Reply