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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 05-16-2009, 06:02 PM   #41
PyroKiDx
Pledge
 
Join Date: May 2009
Posts: 6
PyroKiDx is on a distinguished road
Default

Quote:
Originally Posted by onemyndseye View Post
There is no possible way to answer that question without knowing what linux distro you are using.
so how do i figure out?


Kernel Linux 2.6.27.21-170.2.56.fc10.i686 <----- Does that help?
PyroKiDx no ha iniciado sesión   Reply With Quote
Old 05-16-2009, 10:22 PM   #42
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Looks like maybe Fedora? of which I know nothing about...

Check the Fedora forums: forums.fedoraforum.org
onemyndseye no ha iniciado sesión   Reply With Quote
Old 05-25-2009, 10:56 AM   #43
Nightchill
Banned
 
Join Date: Jul 2008
Posts: 433
Nightchill is on a distinguished road
Default

Quote:
Originally Posted by PyroKiDx View Post
um it keeps saying wget is not a command srry im new to linux
use your package manager to find and install wget. or you can open up your terminal and do the following (assuming your distro is fedora as you wrote):

Quote:
yum search wget
when yum finds the wget package just install it with

Quote:
yum install <wget-correct-package-name>
anyway, seems like you need some yum crash course as well, so check out this link.
Nightchill no ha iniciado sesión   Reply With Quote
Old 12-08-2009, 10:03 PM   #44
Yoshua-Clearwater
Pledge
 
Join Date: Dec 2009
Location: Tourville la Riviere (France)
Posts: 1
Yoshua-Clearwater is on a distinguished road
Default

Hello,

Ok i followed this tutorial but when i do "Make" i have this output :

Quote:
[root@aerocool libtxc_dxtn]# make
cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c
Dans le fichier inclus à partir de txc_compress_dxtn.c:27:
txc_dxtn.h:25:19: erreur: GL/gl.h : Aucun fichier ou dossier de ce type
In file included from txc_compress_dxtn.c:27:
txc_dxtn.h:27: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLchan’
txc_dxtn.h:35: erreur: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:37: erreur: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:39: erreur: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:41: erreur: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:44: erreur: expected ‘)’ before ‘srccomps’
txc_compress_dxtn.c:37: erreur: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:229: erreur: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:347: erreur: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:402: erreur: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:415: erreur: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:737: erreur: expected ‘)’ before ‘srcpixels’
txc_compress_dxtn.c:753: erreur: expected ‘)’ before ‘srccomps’
make: *** [txc_compress_dxtn.o] Erreur 1
What's happen ?
__________________
Yoshua Clearwater
Regnus Discover
Yoshua-Clearwater no ha iniciado sesión   Reply With Quote
Old 12-09-2009, 06:13 AM   #45
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Quote:
Originally Posted by Yoshua-Clearwater View Post
Hello,

Ok i followed this tutorial but when i do "Make" i have this output :



What's happen ?


Looks like you are missing the mesa-common dev libs (mesa-common-dev in debian/ubuntu)
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 12-12-2009, 12:41 AM   #46
_Nel_
Master
 
_Nel_'s Avatar
 
Join Date: Feb 2009
Location: France
Posts: 414
_Nel_ is on a distinguished road
Default

Try to apply this package :

32 bits : http://debian-multimedia.org/pool/ma...8-0.1_i386.deb
or
64 bits : http://debian-multimedia.org/pool/ma...-0.1_amd64.deb

That's works fine on my laptop with an intel GM965 (in safe mode).
__________________
Nel's VidZ
_Nel_ no ha iniciado sesión   Reply With Quote
Old 01-31-2010, 09:51 PM   #47
Hywell
Pledge
 
Join Date: Jan 2010
Posts: 3
Hywell is on a distinguished road
Default

Ok, I did all you told us to and I still have the same problem.
I made everything as you said, I run Fedora 12 and I'm really new on this SO, not only F12, but the whole Linux idea.
It took me some time to do it all, but I did it.
Theoricaly, I have the lastest driver of my graphic card, but I'm gonna check it out.
Meanwhile, does anybody had the same problems on F12?
I have a Ge-Force 8400, wich I guess shoul'd be enough, because I used to play many other games.
Thanks in advance.
Regards, Hywell.

Edit: Ok, nevermind. I just updated my stuff with "yum update" and it seems like it's running now, at least updating. =)
Edit 2: Well, I tried to run it and it seemed it always crashed my computer. It just froze every time I ran it, so I switched back to Windows, at least for a while. Downloading the game now. See you in there. =)

Last edited by Hywell; 01-31-2010 at 11:09 PM.
Hywell no ha iniciado sesión   Reply With Quote
Old 02-01-2010, 06:32 AM   #48
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

This procedure is not needed for a Geforce series card. as long as you have the NVIDIA driver package installed everything should be OK
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 03-12-2010, 05:52 AM   #49
xtracool_protik
Pledge
 
Join Date: Jan 2009
Posts: 7
xtracool_protik is on a distinguished road
Default Still not there

Hey guys,
Thanks for guide, however I'm still just not there. I managed to go beyond video card error message and game starts without any issue.
However I can't see anything other than HUD in game its like pitch dark once I get into game just sounds of someone being hit no visual feedback.
Can't see my character even on character selection page

when I started game through ./rolauncher on terminal, I got following error message:

do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.

P.S. I tried switching on/off S3TC compression in driconfig with same result

Thanks
I'll look forward to replies
xtracool_protik no ha iniciado sesión   Reply With Quote
Old 03-12-2010, 08:33 AM   #50
Arafails
Baron
 
Arafails's Avatar
 
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
Arafails will become famous soon enough
Default

protick, what is your video card, mesa, kernel, and X11 versions?
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'gerSoul Taker, Imperial Guard of Ignis
Arafails no ha iniciado sesión   Reply With Quote
Reply

Tags
linux intel


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:49 AM.


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