The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
Open source graphics card driver support - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (https://www.vdrift.net/Forum/forumdisplay.php?fid=6)
+--- Thread: Open source graphics card driver support (/showthread.php?tid=1246)



Open source graphics card driver support - mauriziopez - 02-16-2010

Hi all,
whenever i try to run vdrift, i get this errors:
Code:
ERROR: You don't have an NVIDIA or ATI/AMD card.  This game may not run correctly or at all.
INFO: Video card information:
      Vendor: DRI R300 Project
      Renderer: Mesa DRI R300 (RV515 7149) 20090101 x86/MMX/SSE2 TCL
      Version: 1.5 Mesa 7.6
      Maximum texture size: 4096
      Using GLEW 1.5.1
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/textures/weather/cubereflection-nosun.png
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/textures/weather/cubelighting.png
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/skins/simple/textures/loadingbox.png
ERROR: Error loading graphic for loading screen.
ERROR: Error loading the loading screen
INFO: Exiting
googling on this forum i found it's dued to "bad" graphic card driver and I should install proprietary drivers.
But I have an ATI Mobility Radeon X1300 graphic card and my o.s. is Kubuntu 9.10 (latest stable) so, Ati's driver doesn't support it more :cry:

Could you make VDrift compatible with mesa open source graphic drivers too?


Thank you very much!
maui.


- NaN - 02-17-2010

Code:
ERROR: You don't have an NVIDIA or ATI/AMD card.  This game may not run correctly or at all.
The code simply checks if Vendor/Renderer strings contain NVIDIA, AMD or ATI. The game runs fine even on Mobile Intel 4 Series.

For me it looks more like a vdrift data problem. Please check the vdrift data path.

You can get vdrift data from:
Code:
svn co https://vdrift.svn.sourceforge.net/svnroot/vdrift/vdrift-data vdrift-data