Jump to content

Installation script for Ubuntu 13.10


shadmar
 Share

Recommended Posts

  • 2 weeks later...

thanks to your script i managed to run the launcher (i use ubuntu 13.10) and even got to see the leadworks loading screen and some gui widgets but finally i got this:

 

horst@bigSchleppi:~/code/leadworks$ ./Launcher

Gtk-Message: Failed to load module "overlay-scrollbar"

Gtk-Message: Failed to load module "unity-gtk-module"

 

Initializing OpenGL4 graphics driver...

OpenGL version 330

GLSL version 330

Device: GeForce 8700M GT/PCIe/SSE2

Error: OpenGL4 graphics driver is not supported.

Failed to initialize graphics. Your graphics hardware may not be supported.

 

(Leadwerks:18404): Gtk-CRITICAL **: IA__gtk_window_get_focus: assertion 'GTK_IS_WINDOW (window)' failed

 

any idea what i can do ?

Link to comment
Share on other sites

For the gtk-messages you could try

 

sudo apt-get install unity-gtk2-module

 

(tho supposedly ubuntu supplies this automagically)

 

Initializing OpenGL4 graphics driver...

OpenGL version 330

GLSL version 330

Device: GeForce 8700M GT/PCIe/SSE2

Error: OpenGL4 graphics driver is not supported.

Failed to initialize graphics. Your graphics hardware may not be supported.

 

Either your hardware does not support opengl4 or you have the wrong driver installed

Post the results of

 glxinfo  | grep vendor; glxinfo  | grep version

System:

Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k

Link to comment
Share on other sites

glxinfo said:

 

server glx vendor string: NVIDIA Corporation

client glx vendor string: NVIDIA Corporation

OpenGL vendor string: NVIDIA Corporation

server glx version string: 1.4

client glx version string: 1.4

GLX version: 1.4

OpenGL core profile version string: 3.3.0 NVIDIA 304.108

OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler

OpenGL version string: 3.3.0 NVIDIA 304.108

OpenGL shading language version string: 3.30 NVIDIA via Cg compiler

 

so this means i need a better graphic card to run leadworks ?

Link to comment
Share on other sites

glxinfo said:

 

server glx vendor string: NVIDIA Corporation

client glx vendor string: NVIDIA Corporation

OpenGL vendor string: NVIDIA Corporation

server glx version string: 1.4

client glx version string: 1.4

GLX version: 1.4

OpenGL core profile version string: 3.3.0 NVIDIA 304.108

OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler

OpenGL version string: 3.3.0 NVIDIA 304.108

OpenGL shading language version string: 3.30 NVIDIA via Cg compiler

 

so this means i need a better graphic card to run leadworks ?

 

The part I highligted with green means your using the correct driver - the part in red that said driver only supports opengl 3.3 for you card - so yes you will need a more recent graphics card.

System:

Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...