|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
11-25-2012, 06:47 AM | #1 |
Pledge
Join Date: Nov 2012
Posts: 11
|
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
|
11-25-2012, 07:48 AM | #2 |
Master
Join Date: Jun 2007
Posts: 375
|
I think you have to install S3 texture support.
|
11-25-2012, 08:20 AM | #3 |
Master
Join Date: Aug 2007
Posts: 303
|
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. |
11-25-2012, 11:30 AM | #4 |
Pledge
Join Date: Nov 2012
Posts: 11
|
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. 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 |
11-25-2012, 11:52 AM | #5 |
Master
Join Date: Jun 2007
Posts: 375
|
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. |
11-25-2012, 12:19 PM | #6 |
Pledge
Join Date: Nov 2012
Posts: 11
|
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 |
11-25-2012, 12:12 PM | #7 | |
Baron
Join Date: Nov 2011
Location: Feeding@ Farmal :P
Posts: 714
|
Quote:
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 |
|
11-25-2012, 12:22 PM | #8 |
Pledge
Join Date: Nov 2012
Posts: 11
|
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
|
|
|