gearhead

Results 59 comments of gearhead

Well, I reviewed the patch *.rej files and I am pretty sure it is OK. Some of the patches had been applied and the rejects had been applied in other...

borine, thanks for the work! I appreciate it. I have dropped the ball on this. It may be that I am too impatient when testing to let everything come up...

OK, I found that if I delete my .config/luakit/userconf.lua which has these contents, it launches: ``` local settings = require "settings" settings.webview.zoom_level = 100 settings.window.home_page = "localhost" ``` It appears...

I do not know what was going on. I reset the userconf.lua to almost how it was in the beginning and now everything works fine. I apologize for the distraction....

Finally back at this... So, the hint of commenting out the `local session` is helpful for me. This is basically a kiosk setup which uses luakit as the UI display,...

thanks for the refresher. Sorry for being so slow. I added: ``` window.add_signal("init", function (w) w.win.fullscreen = true end) ``` to the /etc/xdg/luakit/rc.lua and now it behaves identically under weston...

I have an /etc/xdg/luakit/rc.lua with this added at the end: ``` -- add this to start luakit fullscreen kg window.add_signal("init", function (w) w.win.fullscreen = true end) ----------------------------- -- End user...

I have it set as: ``` gpu_mem=128 dtoverlay=vc4-kms-v3d ``` when set like this, it works under weston but not under X11. This is on a Pi3b+ with a small 3.5"...

I tried 256, that does the same thing. I get a white screen and can load via ":o". 512 likewise. 1024 causes a kernel panic and a stalled boot. Under...

@taobert thanks for the help. I am not running RPiOS, but Arch Linux, so there may be an 'Arch Problem', here. AFAIK, the proper overlay, today, for both RPiOS and...