Page 1 of 1
Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 09:03
by Aztek
I'm running the following setup:
Dual Core Opteron 165 OC to 2.4GHz
Geforce 8800GTS 640MB
2GB OCZ Performance RAM
500GB SATA HD
I'm dual booting XP and Ubuntu. I prefer to use Ubuntu, but the performance for Spring doesn't seem to be the same. I'm getting lower framerates, the scroll-zoom is choppy, I can't turn AA up as high, textures don't seem as smooth (almost looks pixelated), etc.
I followed the instructions to disable one CPU core for XP with no noticeable increase in performance (didn't check FPS), but didn't see similar instructions for Linux. Is there a way to accomplish the same thing?
Any ideas/common issues with geforce cards on linux?
Thanks,
Aztek
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 09:14
by aegis
are you using the latest nvidia driver with envy-ng?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 09:21
by Aztek
Yep I ran envy-ng yesterday.
I just fixed the mouse problem using the instructions in the wiki to run:
echo 'export SDL_MOUSE_RELATIVE=0' >> ~/.bash_profile
Shouldn't I have seen some output from that since it's an echo (didn't see any)?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 09:28
by aegis
the >> pipe the output into a file
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 10:19
by Aztek
Ah ok thanks for explaining.
I noticed that envy-ng appears to have installed Forceware 169, but the latest Linux binaries from NVIDIA are version 173.
I think the framerate is my last issue to solve. I just did a side-by-side of the image quality and it's very close to the same so must be in my head.
As for framerate, Ubuntu does seem to be lower. I'm thinking maybe this can be attributed to the dual-core issue?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 10:54
by aegis
are you running compiz, compiz-fusion or any desktop effects?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 17 Jun 2008, 19:47
by Aztek
Nope I disabled all of those.
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 18 Jun 2008, 02:22
by YokoZar
How much lower are we talking about here?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 18 Jun 2008, 04:33
by Aztek
I will do a comparison, but I asked someone else (may have been aegis) and they said they were getting better performance using Ubuntu.
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 18 Jun 2008, 21:12
by aegis
for a dual-processor computer, try
irqbalance
I also got higher fps after compiling spring myself
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 18 Jun 2008, 21:18
by Vadi
Ubuntu already does the balanced scheduling, irqbalance won't do anything.
There was some command to check this but I forgot. But in short, ubuntu already has this some else enabled by default that balances fairly.
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 19 Jun 2008, 16:41
by HAARP
cat /proc/interrupts ?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 19 Jun 2008, 20:33
by LordMatt
169 is a fast driver for me. I haven't updated to anything newer yet. Do you have the graphics settings the same in both versions (including not having ground decals set high in either)?
Re: Lower performance on Ubuntu 8.04 than on XP same machine.
Posted: 20 Jun 2008, 15:51
by clericvash
Vadi wrote:Ubuntu already does the balanced scheduling, irqbalance won't do anything.
There was some command to check this but I forgot. But in short, ubuntu already has this some else enabled by default that balances fairly.
CFS, completely fair scheduler, included into the Linux Kernel, so ubuntu should use it. (if its not CFS its the other one as i know there was two).