[Oberon] Oberon on the Raspberry Pi

eas lab lab.eas at gmail.com
Thu Apr 17 13:43:25 CEST 2014


.....
> You could switch back to window mode using F11 or Meta-Shift-F and then
> close it.

window mode did not work, only fullscreen. there is no switching back.

>   If you want explicit key for closing application,
> introducing few lines of code to "sdl-main.c" should do the job.
> Something like:
>
>    } else if (k.sym == SDLK_F10) {
>      if (down) {
>        SDL_Quit();
>      }
>

that is what i have done ;-)

BW,
Volkert
===========
volkert at nivoba.de

Peter de Wachter has fixed it. Alt+F4 ;-)

https://github.com/pdewacht/oberon-risc-emu/issues?page=1&state=closed
===============
Even if you must unplug rPi to exit V5, it could be of use, provided you
could read/write the <outside world>.  My rPi V5 doesn't run any more?
But I won't spend effort debugging it, if the written test file/s
can't be easily
accessed from linux.  AFAIK, my V5 TextFile was still available after reboot.

== Chris Glur.


On 4/13/14, volkert at nivoba.de <volkert at nivoba.de> wrote:
>
> Am 12.04.2014 15:31, schrieb Paul Onyschuk:
>> On Sat, 12 Apr 2014 15:16:41 +0200
>> "volkert at nivoba.de" <volkert at nivoba.de> wrote:
>>
>>> I just compiled the Emulator on RaspPi (Raspbian) and it works, but
>>> only in fullscreen mode. In this mode it is helpful if the Emulator
>>> supports shutcuts
>>> for "quitting" (and "resetting") Oberon. Without i have to reboot the
>>> RaspPi, when i want
>>> the stop the Oberon-System. Virtual Terminal switching (with
>>> Ctrl-Alt-F1) does not work.
>> You could switch back to window mode using F11 or Meta-Shift-F and then
>> close it.  If you want explicit key for closing application,
>> introducing few lines of code to "sdl-main.c" should do the job.
>> Something like:
>>
>>    } else if (k.sym == SDLK_F10) {
>>      if (down) {
>>        SDL_Quit();
>>      }
>>
> Peter de Wachter has fixed it. Alt+F4 ;-)
>
> https://github.com/pdewacht/oberon-risc-emu/issues?page=1&state=closed
>
> BW,
> Volkert
>
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon
>



More information about the Oberon mailing list