Blender messed up in Ubuntu.
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
Blender messed up in Ubuntu.
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
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).
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
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?
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?
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
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
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Make sure your machine is up to date:
Open terminal:
Then use apt-get to make sure you have the required dependencies:
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?
Open terminal:
Code: Select all
sudo apt-get update
Code: Select all
sudo apt-get install blender
The simplest answer is often the right one. In blender, have you changed the layout? have you tried resetting the layout?