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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 06-02-2011, 09:36 AM   #1
Conzar
Pledge
 
Join Date: Oct 2008
Posts: 29
Conzar is on a distinguished road
Question [Solved] Ubuntu and Intel 5700

I am unable to get Regnum working on my System76 laptop. It has an Intel 5700 graphics card. When I try to login to Regnum, I get an unsupported graphics card error. Is there anything I can do to get Regnum to work on my laptop?

Thanks

UPDATE:
Installing driconf and enabling S3TC Textures worked. Note, I only enabled S3TC textures for regnum online which requires 2 separate applications (rolauncher and game).

Last edited by Conzar; 06-06-2011 at 01:50 PM.
Conzar no ha iniciado sesión   Reply With Quote
Old 06-02-2011, 02:07 PM   #2
Aries202
Banned
 
Aries202's Avatar
 
Join Date: Mar 2007
Location: New York City
Posts: 569
Aries202 is on a distinguished road
Default

Uhm, I heard Regnum dislikes Intel cards. Are you sure your intel is installed to the laptop?
Aries202 no ha iniciado sesión   Reply With Quote
Old 06-02-2011, 03:40 PM   #3
Cuchulainn
Master
 
Join Date: Aug 2007
Posts: 303
Cuchulainn is on a distinguished road
Default

you need support for S3TC textures. Either install driconf and enable S3TC textures or if you can't find the option you will need this library. Some new linux distros use Gallium drivers which don't have the option S3TC textures in driconf.

To compile it from source, you probably have to use:
Code:
./configure
make
sudo make install
Cuchulainn no ha iniciado sesión   Reply With Quote
Old 06-06-2011, 01:46 PM   #4
Conzar
Pledge
 
Join Date: Oct 2008
Posts: 29
Conzar is on a distinguished road
Default

Thank you Cuchulainn! Installing driconf via the synaptic package manager and then enabling S3TC textures worked!
Conzar no ha iniciado sesión   Reply With Quote
Old 06-06-2011, 02:10 PM   #5
marduk666
Pledge
 
Join Date: Mar 2007
Posts: 14
marduk666 is on a distinguished road
Default

Does anyone have the game working with Intel Card and Shader 2.0?
marduk666 no ha iniciado sesión   Reply With Quote
Old 06-06-2011, 09:31 PM   #6
Gawyn_Trakkand
Banned
 
Gawyn_Trakkand's Avatar
 
Join Date: Mar 2009
Location: Cheshire, England
Posts: 219
Gawyn_Trakkand is on a distinguished road
Default

This is the reason i cant switch to ubuntu but thats because i'm using an Intel 965 express chipset family.

with windoze i can get shader 2.0 and about 30 fps Ubuntu i cant run it at all and i managed to get a friend with a geek penis that baffles my very conception of size to run it but only got 3 fps when i could so i've had to install/uninstall ubuntu and windows several times.

So if this works and you get a decent ammount of fps and pref shader 2.0 can you tell me please i would like my computer to be running a decent OS.
Gawyn_Trakkand no ha iniciado sesión   Reply With Quote
Old 06-06-2011, 09:48 PM   #7
standistortion
Master
 
Join Date: May 2010
Location: Ireland
Posts: 438
standistortion is on a distinguished road
Default

Quick and probably stupid thought, give it a try with the win version on wine. Dont think it will be any good but the directx layer of wine might do a better job than opengl calls to the intel driver. That chip should be able to run with playable (ie. crap) graphics but there will be a lot of stuff the chip just doesnt support that has to be done in the processor.

EDIT check what frame rate you get using opengl on windows
standistortion no ha iniciado sesión   Reply With Quote
Old 06-07-2011, 04:58 AM   #8
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

Quote:
Originally Posted by standistortion View Post
Quick and probably stupid thought, give it a try with the win version on wine. Dont think it will be any good but the directx layer of wine might do a better job than opengl calls to the intel driver. That chip should be able to run with playable (ie. crap) graphics but there will be a lot of stuff the chip just doesnt support that has to be done in the processor.

EDIT check what frame rate you get using opengl on windows
The Direct3D calls are translated to OpenGL calls by wine anyway, so it would probably just become an extra overhead.

What I would recommend is compiling latest mesa and xorg drivers from git, since there are apparently a lot of improvements made affecting even the older Intel hardware: http://www.phoronix.com/scan.php?pag...item&px=OTUyOQ.
That might be a bit too hard for most users though.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg
Znurre no ha iniciado sesión   Reply With Quote
Old 06-07-2011, 11:01 AM   #9
marduk666
Pledge
 
Join Date: Mar 2007
Posts: 14
marduk666 is on a distinguished road
Default

I yesterday used the xorg-edgers ppa to the test newer mesa and intel drivers but after that i again had bad graphic errors using fixed pipelines and the game didn't even start with shader 2.0, the "game" process took 100% cpu and that was it.

So be careful with untested version and be sure that you can revert the changes.

Edit: I just found out that the new SNA is not yet in the xorg-edgers ppa but instead in the ppa:sarvatt/intel-sna which you have to combine with the edgers, i am just trying it. If it works this would be a pretty simple solution for all ubuntu users.
marduk666 no ha iniciado sesión   Reply With Quote
Old 06-07-2011, 11:23 AM   #10
marduk666
Pledge
 
Join Date: Mar 2007
Posts: 14
marduk666 is on a distinguished road
Default

So i just used both ppa's which set me up mesa 7.11 and the newest intel driver with sna enabled but i had the same behaviour as before. Game will not start with shaders 2.0 and bad graphic errors when using fixed pipelines.

Also i had graphical errors on the desktop so i reverted it.

If anyone else wants to try this is how to reproduce (natty):

Code:
sudo apt-get install ppa-purge
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-add-repository ppa:sarvatt/intel-sna
sudo apt-get update
sudo apt-get upgrade
Reboot and start Regnum with the options you like to test.
If you have the same behaviour like me you can revert to the old X/Mesa/Intel drivers:

Code:
sudo ppa-purge ppa:sarvatt/intel-sna
sudo ppa-purge ppa:xorg-edgers/ppa
And Reboot after this.
So i want to repeat: This didn't work for me, so i had to revert to the old drivers, but if you want to give it a try i am happy to hear from your results.
marduk666 no ha iniciado sesión   Reply With Quote
Reply

Tags
error, intel graphics, ubuntu


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 12:47 PM.


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