![]() |
(another...) vdrift doesn't open - 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: (another...) vdrift doesn't open (/showthread.php?tid=1211) |
(another...) vdrift doesn't open - mendi - 01-16-2010 I've just compiled and installed the last version. When executing /usr/local/bin/vdrift I get: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL). INFO: Starting VDrift: development-full, Version: , O/S: Unix-like INFO: Home directory: /home/mendi INFO: Settings file: /home/mendi/.vdrift/VDrift.config (does not exist, will be created) INFO: Data directory: /usr/local/share/games/vdrift/data DATA_DIR: /usr/local/share/games/vdrift/data INFO: Log file: /home/mendi/.vdrift/log.txt INFO: The last VDrift startup was unsuccessful. Settings have been set to failsafe defaults. Your original VDrift.config file was backed up to VDrift.config.backup INFO: SDL initialization successful INFO: SDL video query was successful INFO: Disabling antialiasing X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 17 Current serial number in output stream: 17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% I've looked for this error code on other topics but didn't find anything so... ¿Can anyone help me, or show me a similar topic? Thanks. - NaN - 01-16-2010 Hi mendi, looks like a x-server error, maybe a gpu driver problem? Have you tried to run another opengl application? google says: http://www.google.de/search?hl=de&q=Major%20opcode%20of%20failed%20request%3A%20135%20%28GLX%29 - mendi - 01-16-2010 ¿another opengl application? mmm.. At this point I have to say that I am a beginner on Linux ![]() If you don't mind explaining how to try that? Thanks - NaN - 01-16-2010 Another opengl application => another 3d game Havent used Linux for some time. But lets try. ![]() Which linux distribution are you using(Ubuntu 9, Fedora 12, ...)? Your gpu is? Code: lspci | grep VGA - mendi - 01-16-2010 ----------------------------------------------------------------------- 01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300] ----------------------------------------------------------------------- On an Ubuntu 9.10 (32 bit) - NaN - 01-16-2010 Please run: Code: glxinfo -v https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/293012 http://forums.debian.net/viewtopic.php?f=7&t=47971 - NaN - 01-16-2010 You might also try the Ubuntu help channel: https://help.ubuntu.com/community/InternetRelayChat - mendi - 01-16-2010 thanks a lot! it was a simple as removing xorg-driver-fglrx - mendi - 01-16-2010 It has even solved some other problems i had: - watching "megavideos" on full screen - Compiz effects... 8) - NaN - 01-16-2010 Glad you worked it out! ![]() |