From: Markus R. <rol...@un...> - 2008-04-13 10:16:04
|
Yuan Xu wrote: > Hi all, > > I have made the external monitor working. > It works well in my system, would you test it if you have time? Thanks. > > However, I have a problem while disabling the internal monitor, > the SDL window are still there. how do you disable the internal monitor? You should comment out sparkSetupRendering() and sparkSetupRendering() in monitorspark.rb to do thi. [...] > I do not know whether these new code is useful in other platforms, > can we comment them out without any problem? you want to use InputSystemSDL without the OpenGLSystemSDL? This should already work. It checks if SDL was setup properly. So you could init SDL in your own custom way and the load the InputSystemSDL plugin. cheers, Markus |