shadmar Posted March 23, 2014 Share Posted March 23, 2014 Self made prereq script for running RC10 in ubuntu 13.10 (fresh installed from iso), which supports EFI secureboot and all that ****. yes it works! even the menus.. so happy.. Shad. lw1310.sh.zip 2 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
horstjens Posted April 1, 2014 Share Posted April 1, 2014 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 ? Quote Link to comment Share on other sites More sharing options...
Guppy Posted April 1, 2014 Share Posted April 1, 2014 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 Quote 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 More sharing options...
alrusdi Posted April 1, 2014 Share Posted April 1, 2014 Yes, GeForce 8700M supports only OpenGL 2.1 but OpenGL4 needed http://www.nvidia.com/object/geforce_8700M_techspecs.html Quote Link to comment Share on other sites More sharing options...
horstjens Posted April 1, 2014 Share Posted April 1, 2014 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 ? Quote Link to comment Share on other sites More sharing options...
Guppy Posted April 1, 2014 Share Posted April 1, 2014 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. Quote 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 More sharing options...
horstjens Posted April 1, 2014 Share Posted April 1, 2014 thanks for the help, Guppy! i will test on a computer with a more modern graphic card Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.