summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-27 13:44:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-27 13:44:30 +0200
commit2d32ab2d71bd4bbc255893601d20f3b045f80758 (patch)
treea1ba445c1fd522649984f4792dc43bd25d1da676 /README
parentb9e65f600b32af0d5bae95fd71d49dd34bf6e405 (diff)
downloadi486tcc-linux-2d32ab2d71bd4bbc255893601d20f3b045f80758.tar.gz
i486tcc-linux-2d32ab2d71bd4bbc255893601d20f3b045f80758.tar.bz2
more testing with notion3, still issues with loading of modules
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 1e90d26..f618712 100644
--- a/README
+++ b/README
@@ -450,6 +450,10 @@ EOF
vga=? seems not to be used when booting via Linux real mode boot mode
(qemu_direct works fine with vga=?)
- notion: keyboard XCB missing in tinyxlib? tcc: error: undefined symbol 'XkbKeycodeToKeysym'
+- notion: mod_tiling.so: we have a problem, we need modules, shared linking
+ and dynamic loading (PRELOAD_MODULES=0), with (PRELOAD_MODULES=1) we get
+ an installation error (install: mod_tiling.so does not exist) and miss some
+ precompiled lua code (.lc files)
tools
-----
@@ -759,7 +763,11 @@ links
- screen: looks a little bit aged, might habe more features but also more code
- window manager
- dwm/dmenu or notion3
-
+ - notion3/notion: uses lua, loadable modules, etc. has xinerama/xrandr support,
+ this is all a little bit too much
+ - ion1: more suckless, maybe patchable to do what we want
+ https://github.com/apenwarr/ion1
+
Real hardware
-------------