02-25-2012, 02:13 PM | #1 |
Pledge
Join Date: Feb 2012
Posts: 6
|
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 ? |
02-26-2012, 03:31 PM | #2 |
Pledge
Join Date: Feb 2012
Posts: 6
|
Any help ?
|
02-26-2012, 05:13 PM | #3 |
Initiate
Join Date: Apr 2011
Posts: 179
|
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> 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 |
02-27-2012, 11:01 AM | #4 |
Pledge
Join Date: Feb 2012
Posts: 6
|
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. |
02-27-2012, 09:55 PM | #5 | |
Initiate
Join Date: Apr 2011
Posts: 179
|
Quote:
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. |
|
02-28-2012, 07:52 PM | #6 |
Count
Join Date: Jan 2010
Posts: 1,675
|
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
__________________
|
02-29-2012, 11:05 AM | #7 |
Pledge
Join Date: Feb 2012
Posts: 6
|
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 ? |
02-29-2012, 02:32 PM | #8 |
Count
Join Date: Jan 2010
Posts: 1,675
|
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.
__________________
|
03-01-2012, 09:55 PM | #9 |
Initiate
Join Date: Apr 2011
Posts: 179
|
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.
|
03-02-2012, 11:53 AM | #10 |
Count
Join Date: Jan 2010
Posts: 1,675
|
there are a lot of bugs resolved with mesa 8.0.1.
__________________
|
|
|