Please help - Ogre3D no luck with Linux

Linux specific forum
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Please help - Ogre3D no luck with Linux

Post by Fred »

Did you put 'opengl' in the "subsystem" field on the compiler option ?
Niek
New User
New User
Posts: 1
Joined: Sun Feb 21, 2010 1:57 pm
Location: NL

Re: Please help - Ogre3D no luck with Linux

Post by Niek »

I had the same problem on my Ubuntu 9.10 installation (, with opengl subsystem compiler option activated and engine3d.so copied to /usr/lib/).

If it still doesn't work on your system, try looking for a package called libxxf86vm-dev and install it, it solved my problem with initializing the 3D screen in windowed mode, but still not in fullscreen mode.

Terminal command:
sudo apt-get install libxxf86vm-dev
User avatar
Blue Steel
Enthusiast
Enthusiast
Posts: 132
Joined: Wed Aug 31, 2005 4:49 pm
Contact:

Re: Please help - Ogre3D no luck with Linux

Post by Blue Steel »

on some linux's there is a 3d desktop option.. I've found that trying to run AN Y 3d game while that feature is active on the desktop that the programs won't run.. I've always had to turn off the 3d desktop feature and then the games ran fine ( so i'm assuming that its a sharing issue between the desktops addon/plugin and the other software.. ie: the desktop 3d stuff isn't sharing)
Currently using PureBasic 4.51(x86)

Image http://www.codingmonkeys.com
Covers many languages including PureBasic
Post Reply