digital home of MacSlow

Revision 2024

Posted by in Uncategorized

This time I managed to get to Revision 2024 in Saarbrücken, Germany again. Phew… what a behemoth of an event… as usual! Three and a half days of demoscene extravaganza! My personal highlights were ‘Fragments of Self’ by xy (4k executable graphics) and ‘Empires’ by Conspiracy (64 kBytes PC demo). The other submissions in all the different categories were also very impressive, but these aforementioned entries stood out in my view. Unusual and pleasantly surprising where the number of native Linux entries this year. While I was the only one…read more

0

How to compile kmscon (and libtsm) from source

Posted by in Uncategorized

Due to popular demand by an insane amount of people – one person on the entire planet – I provide here a brief step-by-step guide for grabbing, unpacking, compiling and installing kmscon using some of my patches/branches. This is not for the meant for beginners and people new or unfamiliar with the command-line and the typical software-development tool-chain under Linux. While I wish everybody to be able use the software they desire, I cannot write a full-blown and bullet-proof guide for beginners. This is a ton of work to get…read more

0

Cut&paste working in kmscon

Posted by in Uncategorized

The necessary chore – libtsm Reading through the sources of libtsm was the only way to learn about it. There is just no documentation. Only wlterm is stated as an example of how to use the API. But the exact details of how to use libtsm‘s calls for selection and text-copy features are not obvious *sigh* I never enjoy these types of tasks! It is one thing, when doing these chores during paid work. But when working on code for fun, during your spare-time, such obstacles are a total motivation…read more

0

Teaching kmscon output-rotation à la xrandr

Posted by in Uncategorized

Focus is paramount Because of my slightly uncommon monitor-setup (two 24″ LCDs locked in portrait orientation side by side) using the VTs under Linux is very cumbersome. That has got to be a developer quirk. But because of that, I like to work on VTs exclusively from time to time… this helps with focus. I even turn off Xorg and/or wayland-based environments. So what can I use to solve this issue with wrongly orientated text-output? xrandr obviously does not work in such a situation? There is an interesting – sadly…read more

0