Trying to set the video (most likely opengl rather than SDL) the game crashes and gives this: init: sdl init: net init: game init: video: mode X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 10 (XF86VidModeSwitchToMode) Value in failed request: 0x156 Serial number of failed request: 125 Current serial number in output stream: 127
That does look like an SDL issue. What version of it are you using? Does setting the environment variable SDL_VIDEO_X11_XRANDR=1 help?
(In reply to comment #1) > That does look like an SDL issue. What version of it are you using? Does > setting the environment variable SDL_VIDEO_X11_XRANDR=1 help? Nope.. the result is the same. From Xorg.1.log: [ 12.618] (EE) open /dev/fb0: No such file or directory [ 12.618] (EE) No devices detected. [ 12.618] Fatal server error: [ 12.618] no screens found [ 12.618]
(In reply to comment #2) > > That does look like an SDL issue. What version of it are you using? Still waiting for an answer. > From Xorg.1.log: > > [ 12.618] (EE) open /dev/fb0: No such file or directory > [ 12.618] (EE) No devices detected. > [ 12.618] > Fatal server error: > [ 12.618] no screens found > [ 12.618] Not sure what that's to do with the sauerbraten problem.
(In reply to comment #3) > (In reply to comment #2) > > > That does look like an SDL issue. What version of it are you using? > > Still waiting for an answer. > > > > From Xorg.1.log: > > > > [ 12.618] (EE) open /dev/fb0: No such file or directory > > [ 12.618] (EE) No devices detected. > > [ 12.618] > > Fatal server error: > > [ 12.618] no screens found > > [ 12.618] > > Not sure what that's to do with the sauerbraten problem. SDL version: 1.2.14-4ubuntu1.1 "> Not sure what that's to do with the sauerbraten problem." I'm not sure too coz I'm just a qt4 gui guy :) Its the only error I could find in the X logs.
Reassigning to GLX.
Migrated to https://gitlab.freedesktop.org/mesa/mesa/issues/71
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.