|
|
|
|
|
October 23rd, 2006, 05:44 PM
|
|
First Lieutenant
|
|
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Very poor performance under Linux
Not sure if this qualifies as a bug, so I'm posting in a new thread...
Today I tried installing Dom3 on my laptop, and since the OS I use 99% of the time with it is Linux, I first installed on Linux.
What I found out was that the graphics were extremely slow - like 1.4 FPS on the lowest setting. And I'm running up to date Linux drivers from the manufacturer (ATI, I believe - I didn't check, but I seem to remember that).
When I switched to Windows (XP), the game ran perfectly fine and fluid.
Did anyone else notice a performance gap between the OSes? (I still have to check on my home desktop, see if it's similar) With Dom2, I never had the same problem - indeed I almost only played Dom2 under Linux.
|
October 24th, 2006, 06:15 AM
|
|
First Lieutenant
|
|
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
I just checked what it does under Linux on my home desktop, and the performance is almost as poor - like 2 FPS on lowest setting. Again, the same machine runs the game just fine under Windows (XP Home).
Also, I experienced something strange with the laptop: the power was off, and suddenly the graphic battles showed the same kind of low FPS that the Linux version did. Could there be some setting of the graphics card that says it should run on some low-consumption mode, and that would be how it typically runs on Linux?
|
October 24th, 2006, 06:47 AM
|
Private
|
|
Join Date: Oct 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
Could it be a driver problem ?
I always have problem between Dominion 2 and the ATI card of my previous machines on Linux and Windows 2000.
|
October 24th, 2006, 06:57 AM
|
|
First Lieutenant
|
|
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
The desktop is Nvidia, and shows the same kind of problem. And the laptop under Windows works fine when its power adaptor is plugged in.
|
October 24th, 2006, 07:15 AM
|
Sergeant
|
|
Join Date: Sep 2003
Location: Norway
Posts: 346
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
Sounds like a problem with your video drivers, really. Do glxgears work?
__________________
"Freefall, my old nemesis! All I have to do is activate my compressed gas rocket boots and I will cheat you once again! Belt control ON!…On?" [i]Othar Trygvasson[i]
|
October 24th, 2006, 08:12 AM
|
|
Captain
|
|
Join Date: Feb 2004
Location: within 200km of Ulm
Posts: 919
Thanks: 27
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
I have the same problem with my ATI graphics, see Post#455756 for a more detailed description.
In my case, glxgears and other games work fine, but DomIII somehow still uses the wrong software libraries (MESA) and hence is real slow. So it is either the fault of the ATI drivers or the distribution. What Linux distribution are you using? And please post if you find a solution (I have given up for now)!
Interestingly, Dom2 does still runs very fast...
|
October 24th, 2006, 09:53 PM
|
Private
|
|
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
I just tried the tutorial in Linux yesterday and it ran great. I'm running Ubuntu 6.10 - Edgy-Eft RC, freshly installed last night.
CJ
|
October 25th, 2006, 04:19 AM
|
|
First Lieutenant
|
|
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
glxgears reports between 200 and 300 FPS, depending on whether I'm moving other windows apparently. Works perfectly fine, IMHO.
I haven't tried running Dom2 on this machine (and I lent my copy to a friend, in the not-so-secret hope of converting him into a possible opponent), but it always ran perfectly fine on all machines I installed it on, including a previous laptop.
I'm not sure which distribution I'm running, as it was installed by the sysadmin at work, but it's some version of Red Hat.
|
October 25th, 2006, 04:22 AM
|
Sergeant
|
|
Join Date: Sep 2003
Location: Norway
Posts: 346
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
Could you list the output of the commands "ldd ~/dominions3/dom3" and "ldd `which glxgears`"?
__________________
"Freefall, my old nemesis! All I have to do is activate my compressed gas rocket boots and I will cheat you once again! Belt control ON!…On?" [i]Othar Trygvasson[i]
|
October 25th, 2006, 05:13 AM
|
|
First Lieutenant
|
|
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Very poor performance under Linux
Sure.
[duchon RandomFPL]$ ldd `which dom3`
linux-gate.so.1 => (0x001eb000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x00278000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0x00886000)
libpthread.so.0 => /lib/libpthread.so.0 (0x007f5000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x0455c000)
libc.so.6 => /lib/libc.so.6 (0x005a1000)
libm.so.6 => /lib/libm.so.6 (0x006cd000)
libdl.so.2 => /lib/libdl.so.2 (0x006f3000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x007e4000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00113000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00a0d000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x009da000)
/lib/ld-linux.so.2 (0x00583000)
[duchon RandomFPL]$ ldd `which glxgears`
linux-gate.so.1 => (0x00c1c000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x008bf000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x007e4000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x0070e000)
libpthread.so.0 => /lib/libpthread.so.0 (0x007f5000)
libm.so.6 => /lib/libm.so.6 (0x006cd000)
libc.so.6 => /lib/libc.so.6 (0x005a1000)
libdl.so.2 => /lib/libdl.so.2 (0x006f3000)
/lib/ld-linux.so.2 (0x00583000)
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|