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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 02-25-2012, 02:13 PM   #1
Meska
Pledge
 
Join Date: Feb 2012
Posts: 6
Meska is on a distinguished road
Default Video card problem

I heve Intel GMA 4500M (integrated) video card and when trying to start game getting error saying : Unsupported video card!

There are three possible causes for this error:
1. Your video card is too old
2. You haven't installed the latest available drivers
3. You haven't installed the latest DirectX version

I am ussing Linux ubuntu OS , x32 game version .

Is some possibilities to fix this problem or its not possible to play for me ?
Meska no ha iniciado sesión   Reply With Quote
Old 02-26-2012, 03:31 PM   #2
Meska
Pledge
 
Join Date: Feb 2012
Posts: 6
Meska is on a distinguished road
Default

Any help ?
Meska no ha iniciado sesión   Reply With Quote
Old 02-26-2012, 05:13 PM   #3
SilverHaven
Initiate
 
Join Date: Apr 2011
Posts: 179
SilverHaven is on a distinguished road
Default

Yes, you need to either
1) Enable s3 texture compression in DRI - you can do that either by using driconf utility or by editing ~/.drirc manualy (create it if it doesn't exist), which should look like
Code:
<driconf>
  <device screen="0" driver="i965">
    <application name="Default">
      <option name="force_s3tc_enable" value="true" />
    </application>
  </device>
</driconf>
2) or you can install libtxc_dxtn library.

Both result in the same FPS on my intel x3100 gpu, you can test both.

Also make sure you _don't_ have installed version 7.11 of mesa (which contains intel driver) while playing the game, as you will have messed polygons with that version. Regnum is calling glDrawRangeElements (opengl function) with invalid start/end arguments and check was added to 7.11 version for those which causes rendering issues. You can use version up to 7.10.3, or you can try version 8.0 since recently they added workaround for regnum to mesa git master branch. I didn't test it yet. Here is my bug report for this: http://www.regnumonlinegame.com/foru...ad.php?t=86004
SilverHaven no ha iniciado sesión   Reply With Quote
Old 02-27-2012, 11:01 AM   #4
Meska
Pledge
 
Join Date: Feb 2012
Posts: 6
Meska is on a distinguished road
Default

Tx man , it works : ]

but now i get other problem , when i chose world after verifying no start just small black window in the middle of screen dont know what to do

Last edited by Kraguar; 02-27-2012 at 11:35 AM.
Meska no ha iniciado sesión   Reply With Quote
Old 02-27-2012, 09:55 PM   #5
SilverHaven
Initiate
 
Join Date: Apr 2011
Posts: 179
SilverHaven is on a distinguished road
Default

Quote:
Originally Posted by Kraguar View Post
Tx man , it works : ]

but now i get other problem , when i chose world after verifying no start just small black window in the middle of screen dont know what to do
The black window in the middle of screen ... i think you mean the splash screen, there should be something like "checking firewall ..." text in it before the game window pops, if it hangs there, make sure firewall is not blocking access to internet.

Also, in the server selection window, there is "Options" button in top left corner, go there and try to use "Fixed pipeline" instead of "Shader model X" (my X3100 supports only version 2 and it is very slow (FPS doesnt go over 5), your card should support up to version 4, but ... i guess it won't be playable even with version 2, but you can try.

I suggest you also turn off composite if you have it enabled (e.g. compiz running, unity, the non-2d version, in last ubuntu version is using it), I don't have good experiece with them, they slow things down or prevents other opengl applications working correctly.

If neither helps, no idea where the problem is. You can try to run the game from console to see if it doesn't output some error messages.
SilverHaven no ha iniciado sesión   Reply With Quote
Old 02-28-2012, 07:52 PM   #6
DINAMIK
Count
 
DINAMIK's Avatar
 
Join Date: Jan 2010
Posts: 1,675
DINAMIK is on a distinguished road
Default

the mesa developers where working hard in your card with mesa 8 and higher.

can you put the output of glxinfo | grep OpenGL?

and also tell us what version of ubuntu are u using with
__________________
DINAMIK´s guides
Desconexiones / Mejores fps
GUARDIANES DEL INFIERNO
DINAMIK no ha iniciado sesión   Reply With Quote
Old 02-29-2012, 11:05 AM   #7
Meska
Pledge
 
Join Date: Feb 2012
Posts: 6
Meska is on a distinguished road
Default

OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 7.11
OpenGL shading language version string: 1.20
OpenGL extensions:

And i using ubuntu 11.10

So if i heve bliking graphics i shoud downgrade mesa ?
Meska no ha iniciado sesión   Reply With Quote
Old 02-29-2012, 02:32 PM   #8
DINAMIK
Count
 
DINAMIK's Avatar
 
Join Date: Jan 2010
Posts: 1,675
DINAMIK is on a distinguished road
Default

well... try this:

sudo add-apt-repository ppa: oibaf/graphics-drivers (I added a blank space in order to avoid the icon, you should remove it)
sudo apt-get update
sudo apt-get dist-upgrade

this will give you more updated drivers.

only works on natty and oneiric (also derivates like mint)

more information here

http://phoronix.com/forums/showthrea...aphics-Drivers

hope it helps.
__________________
DINAMIK´s guides
Desconexiones / Mejores fps
GUARDIANES DEL INFIERNO
DINAMIK no ha iniciado sesión   Reply With Quote
Old 03-01-2012, 09:55 PM   #9
SilverHaven
Initiate
 
Join Date: Apr 2011
Posts: 179
SilverHaven is on a distinguished road
Default

As i mentioned in my first post here ... the game doesnt render right with mesa 7.11. Use <= 7.10.3 or try 8.0.1, but no idea if 8.0.1 already contains workaround that was added for regnum, maybe you will have to wait for 8.0.2 or patch 7.11.
SilverHaven no ha iniciado sesión   Reply With Quote
Old 03-02-2012, 11:53 AM   #10
DINAMIK
Count
 
DINAMIK's Avatar
 
Join Date: Jan 2010
Posts: 1,675
DINAMIK is on a distinguished road
Default

there are a lot of bugs resolved with mesa 8.0.1.
__________________
DINAMIK´s guides
Desconexiones / Mejores fps
GUARDIANES DEL INFIERNO
DINAMIK 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 10:28 AM.


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