I did that, but there is still vsync. Is it because of Unity? Vsync is turned off in compiz settings.
Printable View
*bump* I am back using open source drivers in Ubuntu 11.04 temporarily
Here is my .drirc:
Frames per second in Warsow is still locked at 60Code:<driconf>
<device screen="0" driver="r600">
<application name="Default">
<option name="fthrottle_mode" value="2" />
<option name="vblank_mode" value="1" />
<option name="allow_large_textures" value="1" />
</application>
<application name="warsow" executable="/home/myname/warsow/warsow">
<option name="fthrottle_mode" value="2" />
<option name="vblank_mode" value="0" />
</application>
</device>
</driconf>
Ubuntu 11.04 is still using 7.10. The difference between r600g in 7.10 and (what will be released as) 7.11 is like night and day. Very much worth the effort to grab from git or by using some unofficial packages.
You still need to manually edit drirc:
Code:<driconf>
<device screen="0" driver="dri2">
<application name="Default">
<option name="vblank_mode" value="0" />
</application>
</device>
</driconf>
I added this ppa:Described here: http://phoronix.com/forums/showthrea...aphics-DriversCode:ppa:oibaf/graphics-drivers
I don't know what driver version I now have, but vsync issues are gone! I didn't even have to run driconf and disable it there.
Unfortunately Warsow can't achieve stable 125 fps yet, even at 640x480 resolution.