The current TigerVNC add-on appears to be compiled against X11 libs so I doubt it runs under Generic, and it probably runs into the same zero-copy video pipeline issues that all the Ambilight setups (that depend on copying buffers that can no longer be copied) enounter under GBM/V4L2. If my guess is correct the add-on will need to be dropped when we remove X11.
Nightly Builds
-
Antibios -
April 12, 2024 at 11:40 PM -
Thread is Resolved
-
-
Just curious: LibreELEC-Generic.x86_64-13.0-nightly size jumped from 300 to 500 megabytes
Code-rw-r--r-- 1 gentoo gentoo 325067193 May 16 13:40 LibreELEC-Generic.x86_64-13.0-nightly-20260516-ba37c30.img.gz -rw-r--r-- 1 gentoo gentoo 538850403 May 17 17:07 LibreELEC-Generic.x86_64-13.0-nightly-20260517-7374d38.img.gz
Did something significant change ?Have a nice day!
-
Just curious: LibreELEC-Generic.x86_64-13.0-nightly size jumped from 300 to 500 megabytes
We added support for Nvidia cards (which were previously only supported via the Generic-legacy builds).
Generic: add support for Nvidia by HiassofT · Pull Request #11306 · LibreELEC/LibreELEC.tvRuntime tested on Generic with a RTX4060github.comAnd, yes, the driver is unfortunately HUGE.
so long,
Hias
-
Caught me out yesterday. The real issue is users can’t apply an update as their current partition is 512MB, LE says to do a new install with a 1GB system part.
So requires a backup, reinstall, restore.
Maybe LE can offer NVidia as a new separate gz package? -
Maybe LE can offer NVidia as a new separate gz package?
Nope. If we claim support for nVidia GPUs it needs to work OOB.
The other option is replacing Generic-Legacy (X11) with an nVidia/GBM image for LE13 to still effect the underlying architectural change but avoid the size-bump for LE13, but we'd want to consolidate for LE14 regardless so it's only delaying the inevitable.
-
Wrong place I'm sure. Running an LE build from todays master. x64. A screenshot is now black, no image capture. Is that a known issue with the new GLES changes?
BTW: LE 13/Piers is in pretty good shape! Well done to all involved. And thanks!
-
Screenshots haven't worked (except on X11 images) for a long time. It's a consequence of the zero-copy video pipeline.
-