From: OL <o....@lu...> - 2016-06-22 17:52:52
|
Le 22/06/2016 à 18:13, Roger Burrows a écrit : > On 19 Jun 2016 at 12:15, OL wrote: > >> Le 18/06/2016 à 18:24, Roger Burrows a écrit : >>> On 18 Jun 2016 at 17:08, OL wrote: >>>> It's not a bug it's just a feature not include in VDI, the problem with >>>> this it is if Emutos is used on TT or Falcon with extended resolution. >>>> Under this computer I think it should be added as TOS under this >>>> computer do it. >>>> >>> I agree, it should be added. If you would like to volunteer ... ;-) >> In fact you have already this code on Emutos ;-) as you are able to >> switch resolution you have to duplicate it in v_opnwk() >> > I'm doubtful. The process in EmuTOS involves the desktop issuing a Pterm() and > then getting restarted. Take a look at doc/reschange.txt for more details. If > I'm wrong, maybe you can give me a hint on how to manage it? I'm not familiar > with changing the rez via v_opnwk(). Roger, nothing complex I think, just choose resolution when v_opnwk() is used and possible change resolution if physical workstation was closed previously. This is not supported on TOS 1&2 and supported on TT and Falcon TOS For your desktop, it's still do a Pterm for desktop as classical TOS. I don't know if resolution change is available for application launch from desktop I could do a quick test. Since Multitos it should be possible to not stop application, but it is Multitos and probably 90% of application will display badly after. Resolution is put in work_in[0] (it's true for TT with "rez choose" +2), under Falcon extended resolution there is work_in[0] = 5 and the resolution as defined with vsetmode() in work_out[45] (yes very strange). On Milan it is the same except work_in[0] = 7 Olivier > Roger > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Emutos-devel mailing list > Emu...@li... > https://lists.sourceforge.net/lists/listinfo/emutos-devel > |