|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
08-12-2016, 12:47 PM | #21 | |
Marquis
Join Date: Aug 2007
Location: Germany
Posts: 1,843
|
Quote:
Code:
[11/08/2016 14:29:35] [RenderizerGL][renderizer_gl_x11.cpp(353)] BadMatch (invalid parameter attributes) Edit: This is the comparison of our OpenGL extensions, the left side is what i have and you do not, right side you have and i do not. Code:
[enio@thinkpad Desktop]$ diff -y --suppress-common-lines sorted_enio.txt sorted_siggy.txt > > GL_AMD_performance_monitor, GL_ARB_query_buffer_object, < GL_ARB_robust_buffer_access_behavior, < GL_ARB_shader_precision, < GL_ARB_stencil_texturing, < GL_ARB_texture_stencil8, < GL_EXT_texture_compression_s3tc, < > GL_INTEL_performance_query, GL_KHR_robust_buffer_access_behavior, < Edit2: This is quite old (2011) "Using the external libtxc-dxtn library for S3TC compression. Mesa will attempt to load it if it exists, and provide full S3TC support. This is available in xorg-edgers, at least." Edit3: Code:
[enio@thinkpad Desktop]$ locate libtxc /usr/lib/libtxc_dxtn.so Last edited by _Enio_; 08-12-2016 at 01:12 PM. |
|
08-12-2016, 01:15 PM | #22 | ||
Pledge
Join Date: Aug 2007
Posts: 11
|
I can see the missing intel extension
Quote:
Quote:
|
||
08-12-2016, 01:18 PM | #23 |
Marquis
Join Date: Aug 2007
Location: Germany
Posts: 1,843
|
Sorry, i was just editing my post without refreshing the page.
tl;dr from my previous post is: Install the libtxc-dxtn library for S3TC compression support and try regnum again. |
08-12-2016, 01:18 PM | #24 | |
Pledge
Join Date: Aug 2007
Posts: 11
|
I have this too:
Quote:
|
|
08-12-2016, 01:23 PM | #25 |
Marquis
Join Date: Aug 2007
Location: Germany
Posts: 1,843
|
You might also need to install "driconf" and let me quote someone else "A window appears with "Direct Rendering Settings". Go to the "Image Quality" tab. Set "Enable S3TC texture compression even if software support is not available" to yes"
|
08-12-2016, 01:24 PM | #26 |
Pledge
Join Date: Aug 2007
Posts: 11
|
so i reinstalled the package libtxc_dxtn.x86_64 and now it's working properly.
Thanks a lot for the help. I was kinda surpirsed it wasn't working properly. Maybe a note about prerequisites for linux would be a good idea. EDIT: It speaks volumes of the quality of Regnum that this is the first time i've required any kind of support to make it work since i first install it. |
08-12-2016, 01:29 PM | #27 | |
Marquis
Join Date: Aug 2007
Location: Germany
Posts: 1,843
|
Quote:
Anyways, glad it works now. |
|
|
|