Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Found a really effective way to speed up frame rate
GFree Offline
Junior Member

Posts: 44
Threads: 5
Joined: Mar 2007
Reputation: 0
#1
Solved: 8 Years, 1 Month ago Found a really effective way to speed up frame rate

Disable Compiz/Beryl!

Yeah, I know you might be thinking "well DUH!", but I gotta say, this was much more effective a way of speeding up the frame rate than I thought it would have been. I play many games in Linux, a lot of Quake 3-based stuff and even things like Doom 3/Quake 4, but I've never seen quite such a difference in before and after as I saw with Penumbra. I've never bothered to disable Beryl prior to running a game because the frame rate gained was insignificant, but this one is vital, and finally matches what I saw with the Windows demo.

Maybe the reason there's such a difference is because Penumbra's the most graphically advanced game to date in Linux? I dunno. Just thought I'd share the observation. Also helped alleviate a small number of audio issues at the same time.
(This post was last modified: 07-02-2007, 12:07 PM by thechef.)
07-02-2007, 12:06 PM
Find
Linux.Blue Offline
Senior Member

Posts: 615
Threads: 30
Joined: Jun 2007
Reputation: 0
#2
Solved: 8 Years, 1 Month ago RE: Found a really effective way to speed up frame rate

what sort of audio issues? I get this audio issue every once in a while. It lasts for about 3-5 seconds, it's sort of a hard static low sound. be nice to fix it. and if disabling that will solve it, how is this disabled? I use mandrivalinux 2007.1 Spring
07-02-2007, 12:14 PM
Find
GFree Offline
Junior Member

Posts: 44
Threads: 5
Joined: Mar 2007
Reputation: 0
#3
Solved: 8 Years, 1 Month ago RE: Found a really effective way to speed up frame rate

For me it's the occasional crackle or brief interruption in the audio. It's nothing really major but it does manifest itself when things slow down, that's why disabling Beryl helped because as things sped up, the amount of audio artifacts reduced. Don't have anything lasting as long as you though.

You can try Urkle's OpenAL replacement in the stickied thread, but that didn't do much for me except make things worse. To disable Beryl I just run

metacity --replace

but that's with Ubuntu, so I don't know what you'd have to do.
07-02-2007, 12:46 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#4
Solved: 8 Years, 1 Month ago RE: Found a really effective way to speed up frame rate

metacity --replace should work on all distros with beryl/compiz. If you are using the "beryl manager" in gnome, there will be a gem in the panel that you can click on and choose another window manager other than beryl or compiz. (compiz has a similar application as well, not sure what the icon is however).

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
07-02-2007, 03:36 PM
Website Find
aidanr Offline
Junior Member

Posts: 16
Threads: 0
Joined: May 2007
Reputation: 0
#5
Solved: 8 Years, 1 Month ago RE: Found a really effective way to speed up frame rate

I usually make simple scripts in /usr/local/bin/ such as:

#!/bin/bash
killall beryl &&
cd /path/to/game/directory/
./game &&
beryl &

or

#!/bin/bash
killall compiz.real &&
cd /path/to/game/directory/
./game &&
compiz-manager &
07-02-2007, 06:17 PM
Find




Users browsing this thread: 1 Guest(s)