[Cuis-dev] Missing framebuffer device for Cuis Smalltalk
ken.dickey at whidbey.com
ken.dickey at whidbey.com
Tue Jul 22 15:04:20 PDT 2025
On 2025-07-22 14:51, Ezequiel Birman via Cuis-dev wrote:
> Ha! I was going to reply that I remembered Ken was using the
> framebuffer device.
Guilty as charged. There is a cute "easter egg" in the splash screen.
Tested to work on aarch64/arm64 and riscv64.
I neglected to mention that different hardware+OS has different bindings
for /dev/input devices.
Use evtest to find out which gets mouse & keyboard inputs.
You can then set values in the shell bindings (e.g. in .bashrc) and not
have to pass them as startup parameters to the VM.
E.g.
##FrameBuffer wants: (test with evtest)
export SQUEAK_VM=display-fbdev
export SQUEAK_FBDEV=/dev/fb0
export SQUEAK_MSDEV=/dev/input/event3
export SQUEAK_KBDEV=/dev/input/event4
HTH,
-KenD
More information about the Cuis-dev
mailing list