Bojan Milevski

Results 7 comments of Bojan Milevski

`vscode.nvim/lua/lualine/themes/vscode.lua`, lines 6-13 ```lua if vim.o.background == 'dark' then if vim.g.vscode_transparent then colors.bg = '#00000000' else colors.bg = '#262626' end colors.bg2 = '#373737' ... ``` After testing this code, it...

https://github.com/tomMoulard/make-my-server/pull/52

I am experiencing the exact same issue. Upgrading kernel to 6.6.51 does not help - neither does downgrading to 6.1.77.

After many hours of debugging, I have came to the conclusion that setting `INIT_MANAGER = "mdev-busybox"` was the root of the problem. Once I changed it to `systemd` and added...

It's important to note that I am on each layer's master branch (`poky` and `meta-raspberrypi`).

After having spent a couple more hours, I can confirm that adding `dtoverlay=vc4-kms-dsi-7inch` to `config.txt`, as well as the steps above, works. Another note to mention - I tried switching...

Sorry, I forgot to mention that I was testing this on a RPi4B with 8GB of memory. I am unable to assist you with the RPi5.