Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 11-25-2012, 06:47 AM   #1
rootproksy
Pledge
 
Join Date: Nov 2012
Posts: 11
rootproksy is on a distinguished road
Default intel hd 3000 graphics not supported error

I recieve the error stating my graphics card is not supported. I have seen and talked to people playing the game who report they are able to play using it. I have read some and know that I may need to get some drivers from the repositories and install some libs. Could anyone who ran accross this problem give me some help getting this going? I'm really familiar with Linux so I don't really need a step by step guide or anything. Thanks
rootproksy no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 07:48 AM   #2
Hayir
Master
 
Hayir's Avatar
 
Join Date: Jun 2007
Posts: 375
Hayir is on a distinguished road
Default

I think you have to install S3 texture support.
Hayir no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 08:20 AM   #3
Cuchulainn
Master
 
Join Date: Aug 2007
Posts: 303
Cuchulainn is on a distinguished road
Default

with libtxc_dxtn you will get S3TC Texture support.

There is also a alternative library named S2TC. It's supposed to be a bit faster, but the performance and quality difference is negligible. At least if Regnum is played in force safe mode, which you will have to use.
http://lists.freedesktop.org/archive...st/010039.html

Last edited by Cuchulainn; 11-25-2012 at 09:36 AM.
Cuchulainn no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 11:30 AM   #4
rootproksy
Pledge
 
Join Date: Nov 2012
Posts: 11
rootproksy is on a distinguished road
Default

I have been walking through the sticky tying to get libtxc to install but I am unable to do so. Here is where I'm at and I'm about to say *&@! it and not play this on this laptop. I have downloaded the latest mesa driver, 9.0.1 and when I run autogen.sh I recieve the following error:
Code:
configure: error: Package requirements (glproto >= 1.4.14) were not met:

No package 'glproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GLPROTO_CFLAGS
and GLPROTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I was told that the latest release of ubuntu should at least have some version of mesa drivers so I upgraded to 12.04..it did not and I still have the same issue with this.

When I try to compile libtxc I recieve the following error:

Code:
cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c
In file included from txc_compress_dxtn.c:27:0:
txc_dxtn.h:25:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
make: *** [txc_compress_dxtn.o] Error 1
I will have to be honest, I would have to consider myself a linux elder so to speak and I normally don't ask for help when there is a man page available but I am so stumped with this issue that I may have to call it quits. Any help from you all here in the regnum forums is greatly appreciated
rootproksy no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 11:52 AM   #5
Hayir
Master
 
Hayir's Avatar
 
Join Date: Jun 2007
Posts: 375
Hayir is on a distinguished road
Default

I just installed libtxc-dxtn-s2tc0 in synaptic and it worked for me.

you can also enable it via driconf but this won't solve performance issues i think.
Hayir no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 12:19 PM   #6
rootproksy
Pledge
 
Join Date: Nov 2012
Posts: 11
rootproksy is on a distinguished road
Default

Buddy...I have beat my head against the wall for hours hahaha...I owe you some damn beers my friend

to those who'd like an easy fix to the problem I was having simply copy and paste the following into your terminal:

Code:
sudo apt-get install libtxc-dxtn-s2tc0
This got me up and running! Thanks again for the help
rootproksy no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 12:12 PM   #7
71175
Baron
 
71175's Avatar
 
Join Date: Nov 2011
Location: Feeding@ Farmal :P
Posts: 714
71175 is on a distinguished road
Default

Quote:
Originally Posted by rootproksy View Post
I have been walking through the sticky tying to get libtxc to install but I am unable to do so. Here is where I'm at and I'm about to say *&@! it and not play this on this laptop. I have downloaded the latest mesa driver, 9.0.1 and when I run autogen.sh I recieve the following error:
Code:
configure: error: Package requirements (glproto >= 1.4.14) were not met:

No package 'glproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GLPROTO_CFLAGS
and GLPROTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I was told that the latest release of ubuntu should at least have some version of mesa drivers so I upgraded to 12.04..it did not and I still have the same issue with this.

When I try to compile libtxc I recieve the following error:

Code:
cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c
In file included from txc_compress_dxtn.c:27:0:
txc_dxtn.h:25:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
make: *** [txc_compress_dxtn.o] Error 1
I will have to be honest, I would have to consider myself a linux elder so to speak and I normally don't ask for help when there is a man page available but I am so stumped with this issue that I may have to call it quits. Any help from you all here in the regnum forums is greatly appreciated
I might have said nonsense here, but what about using apt-get or other package manager? Also, stop using Slackware and learn what mesa-dev is
P. S. Look Skit's post.
__________________
I heard draconic gem makes people stupid. Now i see it is exactly so.
lol fail \ iFail \ I Am Multirealmer
Good bye RO, the poor players.... have fun
71175 no ha iniciado sesión   Reply With Quote
Old 11-25-2012, 12:22 PM   #8
rootproksy
Pledge
 
Join Date: Nov 2012
Posts: 11
rootproksy is on a distinguished road
Default

Quote:
Originally Posted by 71175 View Post
I might have said nonsense here, but what about using apt-get or other package manager? Also, stop using Slackware and learn what mesa-dev is
P. S. Look Skit's post.
I only use terminal so anything other that apt-get or aptitude I don't use but thanks for the comment. This thread is SOLVED
rootproksy no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved