PDA

View Full Version : Update for Intel 965 support.


Prometheus
05-05-2008, 08:22 AM
With the latest intel drivers (released not git!) the game starts up in safe mode. I even got in-game graphics and was able to play for about 5 minutes :).

BUT: Once there is more to display then a few mobs and simple environment, say I change the camera to a city, it immediatly segfaults!

With safe-mode disabled it crashes immediatly, with a high resolution in full-screen mode it crashes immediatly ...

At least there is hope now for the minority of us not using AMD or NVIDIA accelerators and their proprietary drivers :thumb:.

My configuration is: Debian Unstable with latest updates installed with the driver package from experimental, but the unstable one already does the trick. If I have some time I might send a bug report about regnum crashing, since it gives a full backtrace that might be helpful to the upstream developers at Tungsten Graphics.

Dupa_z_Zasady
05-30-2008, 02:22 PM
Yes. I'm pleased to confirm, that the game is running stable on git drivers, compiled on sunday 25th of may. I was able to play in safe mode for a long time without single crash. In fact there were no crashes at all. Of course texture issues are still there, but note that this problem is also present in Windows while using OpenGL as renderer. The apperance of bug is slightly different, but when you zoom in close to bad textured object, texture appears correctly. I can explain it more precisely if someone in NDG would be interested (hehe, im so naive, they don't officialy support it, do they? :>).

edit note: of course they use git, corrected.

Mikan
05-30-2008, 07:19 PM
Yes. I'm pleased to confirm, that the game is running stable on git drivers, compiled on sunday 25th of may. I was able to play in safe mode for a long time without single crash. In fact there were no crashes at all. Of course texture issues are still there, but note that this problem is also present in Windows while using OpenGL as renderer. The apperance of bug is slightly different, but when you zoom in close to bad textured object, texture appears correctly. I can explain it more precisely if someone in NDG would be interested (hehe, im so naive, they don't officialy support it, do they? :>).

edit note: of course they use git, corrected.
Dupa_z_Zasady,

If the texture problems only happen at a distance then it is probably an issue with mipmapping. Most likely, the drivers do not implement the mipmapping portion of the OpenGL API properly, which is why it only happens on OpenGL.

I do not recall if Regnum has an option to disable mipmaps entirely, but most other games do.

Regards.


P.S. What kind of frame rates do you get? Is the game playable in warzone?

Dupa_z_Zasady
05-31-2008, 09:13 PM
Dupa_z_Zasady,
If the texture problems only happen at a distance then it is probably an issue with mipmapping. Most likely, the drivers do not implement the mipmapping portion of the OpenGL API properly, which is why it only happens on OpenGL.


Thanks for hint. Will search on google to learn a bit about it and report a bug to driver devs.


I do not recall if Regnum has an option to disable mipmaps entirely, but most other games do.


I checked but didn't find.


P.S. What kind of frame rates do you get? Is the game playable in warzone?

Definitely isn't capable to cope with fort wars. FPS drop to 5-4. Average is 30 for 800x600 16bit.

Mikan
06-01-2008, 08:31 AM
Definitely isn't capable to cope with fort wars. FPS drop to 5-4. Average is 30 for 800x600 16bit.
Actually, that is typical performance in Regnum for most people. :o
For example, I get an average of 30 FPS (down to 3-5 in fort wars) with GeForce 6 graphics card.

But as I posted in another thread (http://www.regnumonline.com.ar/forum/showpost.php?p=406248&postcount=23), your performance is largely related to RAM size and CPU speed, not your graphics card.
Another machine I have with 2GB of RAM and twin 2GHz processors gets 60 FPS in wars with Intel graphics.

Sounds like this graphics chipset is almost ready to be bumped up to supported status. :)

Regards.

Dupa_z_Zasady
06-01-2008, 05:44 PM
Actually, that is typical performance in Regnum for most people. :o
For example, I get an average of 30 FPS (down to 3-5 in fort wars) with GeForce 6 graphics card.


I didn't know it was that bad. I use my desktop with GF8600 for fort wars.


But as I posted in another thread (http://www.regnumonline.com.ar/forum/showpost.php?p=406248&postcount=23), your performance is largely related to RAM size and CPU speed, not your graphics card.
Another machine I have with 2GB of RAM and twin 2GHz processors gets 60 FPS in wars with Intel graphics.


I have not so bad config in my laptop. Intel T2310 and 2GB RAM.


Sounds like this graphics chipset is almost ready to be bumped up to supported status. :)


Yes, although is dependable on drivers development. I noticed update for Ubuntu with distribution driver so I will check and report soon.

ArcticWolf
06-02-2008, 12:42 AM
FPS' aren't that dependant on the graphics card. Regnum is very CPU-Intensive (the engine was written 6 years ago, when 3D accel didn't pay a major role). If you run the game in a 2.4 Ghz x86 pc with 1GB ram and a 6200gt and then the same computer but with a 8600gt you won't notice a big change.

We have the same issues in the Spanish support forum. AFAIK, the problem should be solved with the latest official Intel drivers (2.2.1): http://intellinuxgraphics.org/

ExtremeCoder
06-16-2008, 07:47 PM
Hi guys,
I have an Intel 946gz, which AFAIK shares the same graphics core as the 965. I have the latest Ubuntu (hardy) installed, yet when I try to run it, I get this:
omar@omar-desktop:~/Games/Regnum Online$ ./rolauncher
omar@omar-desktop:~/Games/Regnum Online$ game: intel_regions.c:231: intel_region_data: Assertion `dst_offset + dstx + width + (dsty + height - 1) * dst->pitch * dst->cpp <= dst->pitch * dst->cpp * dst->height' failed.
Saving backtrace to crash_backtrace_7793.log
Got SIGABRT (aborted)

Any ideas?

Dupa_z_Zasady
06-17-2008, 11:53 AM
Hi guys,
I have an Intel 946gz, which AFAIK shares the same graphics core as the 965. I have the latest Ubuntu (hardy) installed, yet when I try to run it, I get this:
omar@omar-desktop:~/Games/Regnum Online$ ./rolauncher
omar@omar-desktop:~/Games/Regnum Online$ game: intel_regions.c:231: intel_region_data: Assertion `dst_offset + dstx + width + (dsty + height - 1) * dst->pitch * dst->cpp <= dst->pitch * dst->cpp * dst->height' failed.
Saving backtrace to crash_backtrace_7793.log
Got SIGABRT (aborted)

Any ideas?

Do you have safe mode enabled?
If yes, try to install drivers from git repository.
To do this, try this tutorial:
http://dri.freedesktop.org/wiki/Building

ExtremeCoder
06-17-2008, 01:33 PM
Do you have safe mode enabled?
If yes, try to install drivers from git repository.
To do this, try this tutorial:
http://dri.freedesktop.org/wiki/Building
Aren't there any pre-built packages? It's a bit hard for me :/
Also, is this guranteed to work?

Dupa_z_Zasady
06-17-2008, 03:16 PM
Aren't there any pre-built packages? It's a bit hard for me :/


You have prebuilt packages in your distribution repository but they seem not to work, do they? You can wait till they start to work, it's up to you.


Also, is this guranteed to work?

Works for me, but I can't guarantee anything since I have a different chipset - i965 and i only test on it.

ExtremeCoder
06-17-2008, 09:34 PM
You have prebuilt packages in your distribution repository but they seem not to work, do they? You can wait till they start to work, it's up to you.



Works for me, but I can't guarantee anything since I have a different chipset - i965 and i only test on it.
I see.. Thanks!