[Oberon] Project Oberon 2013 on GitHub?

Peter De Wachter pdewacht at gmail.com
Fri Apr 11 23:04:59 CEST 2014


On 10-04-14 10:02, eas lab wrote:
> Previously: my first test run of V5/rPi was on X11 AFAIR.
> It seemed to have lost keybrd, but Ctrl/Alt/Del did reboot.
> Then I ran it under <non X>, which is what I prefer [LNO is more
> impressive, under FrameBuffer], and now Ctrl/Alt/Del  is also
> <disabled>.

This is a bit complicated to diagnose, as we don't know which software
you are using or how it's configured.

Normally SDL uses X11 on Linux. The emulator by default will run in a
window, and if something weird happens you should be able to simply
close the window.

It seems that there also exists a special Raspberry Pi version of SDL
that runs without X11. See this document:
http://www.libsdl.org/tmp/SDL/README-raspberrypi.txt

It offers to following cryptic advise:

> ================================================================================
>  No input
> ================================================================================
>
> Make sure you belong to the "input" group.
>
>     sudo usermod -aG input `whoami`

That might help.



More information about the Oberon mailing list