Page 1 of 1

Linux MINT 12 GITHUB SELF COMPILED ERROR.

PostPosted: Sat Mar 17, 2012 12:50
by Jordach
Here's my error:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Linux 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
Creating X window...
Visual chosen: : 221
failed to create drawable
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_CreateGC
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_CreateGC
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_GetGeometry
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_GetGeometry
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_GetGeometry
Using renderer: OpenGL 2.1
Software Rasterizer: Mesa Project
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_GetGeometry
X Error: BadDrawable (invalid Pixmap or Window parameter)
From call : X_GetGeometry
Segmentation fault


This is from the console.

And now for debug:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Debug streams initialized, disable_stderr=0
12:48:11: ACTION[main]: minetest with SER_FMT_VER_HIGHEST=22, VER=0.4.dev-20120122-1 RUN_IN_PLACE=1 USE_GETTEXT=1 INSTALL_PREFIX=/usr/local BUILD_TYPE=Release
12:48:11: ERROR[main]: Error opening configuration file "/home/jordan/celeron55-minetest-f212912/bin/../minetest.conf"
12:48:11: ERROR[main]: Error opening configuration file "/home/jordan/celeron55-minetest-f212912/bin/../../minetest.conf"
12:48:11: INFO[main]: Settings: Setting not found: "enable-unittests"
12:48:11: INFO[main]: Settings: Setting not found: "server"
12:48:11: INFO[main]: Settings: Setting not found: "speedtests"
12:48:11: INFO[main]: Settings: Setting not found: "random-input"
12:48:11: INFO[main]: text_height=18
12:48:11: INFO[main]: Created main menu


That's what was only in it.

PostPosted: Sat Mar 17, 2012 12:55
by sfan5
"failed to create drawable"
Video Driver installed?

PostPosted: Sat Mar 17, 2012 12:56
by Jordach
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Using renderer: OpenGL 2.1
Software Rasterizer: Mesa Project
OpenGL driver version is 1.2 or better.

PostPosted: Sat Mar 17, 2012 13:32
by Calinou
AMD on Linux :|
^ That's the only words I can say about it.

PostPosted: Tue Mar 27, 2012 21:38
by KennedyBAJ
sfan5 is probably about right on this.

I run 64 bit Mint Julia on AMD and have only had problems with graphics as a result of drivers. Make sure you have the AMD drivers, then go into your package manager search <amd> and <efi> pick up the obvious choices from those lists. That should at least get you moving.

I just fixed that error myself and got a new one.


Irrlicht Engine version 1.7.1
Linux 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64
Creating X window...
Segmentation fault

I'm going to try setting the config file to start the window with the same resolution as my OS and see how that works. Will let you know how it turns out.

PostPosted: Tue Mar 27, 2012 22:02
by kennedybaj
Well, I got it working ninja quick now.

$ wget apt-get remove--purge nvidia-current

Go to your control panel > additional hardware > Your ATI card should pop up > activate > reboot > profit!

Hope it works for you as well as it worked for me.

PostPosted: Wed Mar 28, 2012 07:38
by Jordach
kennedybaj wrote:Well, I got it working ninja quick now.

$ wget apt-get remove--purge nvidia-current

Go to your control panel > additional hardware > Your ATI card should pop up > activate > reboot > profit!

Hope it works for you as well as it worked for me.

i have a onboard sis chip

edit: ill try setting 800 by 600 in the conf and see what happens.