[Oberon] Oberon on the Raspberry Pi

volkert at nivoba.de volkert at nivoba.de
Sat Apr 12 15:42:46 CEST 2014


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.
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




More information about the Oberon mailing list