The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
Appalling race performance ubuntu 64 bit 9.0.4 - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: Appalling race performance ubuntu 64 bit 9.0.4 (/showthread.php?tid=1155)



Appalling race performance ubuntu 64 bit 9.0.4 - explodinghog - 08-23-2009

Hi, I am quite impressed with Vdrift, at least in practice mode. In practice mode I can set display options to 1024x768 windowed mode, lowish settings, and it works fine, at areasonable framerate, but when i go to race mode, using 3 AI opponents, the pace slows to a near slideshow 3FPS, what's going on?

My pc specs:
AMD Athlon 64 2.4ghz
Foxconn skt 939 workstation board
2GB ram
nvidia 8400GS 512mb
twin 17 inch monitors

OS:
Ubuntu 9.0.4 64bit
Compiz


Gnome desktop compiz


- joevenzon - 08-23-2009

Are some tracks better than others or are they all really slow?

Have you tried compiling with release=1? With optimizations turned on I get at least twice the framerate.


- joevenzon - 08-23-2009

One more question... can you try running vdrift with the "-profiling" argument and let me know which subsystem is taking up all of the time when you're playing with 3 AIs versus practice mode?


- Keith_Beef - 10-18-2009

And maybe try different ratings for the AI...

At Monaco, I get the profiling data below.

Practice
Quote:INFO: Profiling summary:
ai: 0.00305269 %
car-physics: 1.67252 %
car-update: 1.30249 %
collision: 0.646288 %
render: 93.8356 %
scenegraph: 0.770135 %


Race, 3 laps, 3 AI cars at 85%
Quote:INFO: Profiling summary:
ai: 1.26512 %
car-physics: 6.54937 %
car-update: 1.81151 %
collision: 2.59928 %
render: 85.2538 %
scenegraph: 0.971325 %


Race, 3 laps, 3 AI cars at 100%
Quote:INFO: Profiling summary:
ai: 1.45387 %
car-physics: 6.63526 %
car-update: 1.86139 %
collision: 2.43895 %
render: 85.0617 %
scenegraph: 1.02097 %

I seem to get around 50 - 67 fps, in all three scenarios, with an Intel Q9650 3GHz.

K.