There is no previous of the source code ?

You can try changing the sys_ticrate parameter in the darkplaces/id1/config.cfg file. This is a standard quake configuration parameter. The server ticrate was reduced to 10fps to deal with the hideously poor performance of the single core version of the chipset used in the Raspberry PI. You also need to remove or change the config.cfg files cached under ~/.darkplaces.Trixster wrote:The rpi2 gets over 30fps sustained at 1080p with some of the lighting effects dialled down, but the stuttery movement when strafing or going forward/backwards is dreadful. Any ideas on how to improve this?
Code: Select all
sys_ticrate 0.05 duration of a server frame is in seconds, where 0.05 is 20fps server rate, 0.1 is 10fps (can not be set higher than 0.1), 0 runs as many server frames as possible.
Trysuper213 wrote:Can some one help! when i try to run it i get this
////////////
darkplaces-sdl: error while loading shared libraries: libtxc_dxtn.so: cannot open shared object file: No such file or directory
///////////
Code: Select all
sudo apt-get install libtxc-dxtn-s2tc0
Fixed it with a reboot. some reason the pi was not behaving correctly. i was a little late before i could edit my post. sorry for wasting your time.Hiradur wrote:Trysuper213 wrote:Can some one help! when i try to run it i get this
////////////
darkplaces-sdl: error while loading shared libraries: libtxc_dxtn.so: cannot open shared object file: No such file or directory
///////////Code: Select all
sudo apt-get install libtxc-dxtn-s2tc0
Edit your config.txt and remove all of the overscan lines.stuartheath wrote:How do I center the video on my tv. It seems to be shifted to a left bottom corner leaving a border on the top and right side!
Thanks that worked, but trying to change the res to 800x600 with no luck, stays at 1080. Changed the config in both id1 folders! Any ideas? Thanks again!DougieLawson wrote:Edit your config.txt and remove all of the overscan lines.