|
From: Simon R. <sra...@st...> - 2009-06-16 09:34:12
|
Am Montag 15 Juni 2009 20:40:55 schrieb Simon Raffeiner: > - spark/plugin/inputsdl/inputsystemsdl.cpp tries to > SDL_Init(SDL_INIT_VIDEO) although the server is supposed to run without an > internal monitor and the input layer doesn't need video. This completely > breaks the server when run from an SSH session. IMO the complete "if > (!SDL_WasInit(SDL_INIT_VIDEO))" block can be removed. The attached patch tries to fix this. It is now possible for me to run simspark from a headless SSH session (internal monitor deactivated) and from an X11 session using the internal monitor. -- mit freundlichen Grüßen/regards Simon Raffeiner University of Applied Sciences Offenburg, Germany Computer Science Department, RoboCup Team |