2023-02-14, 14:24
no, it's not correct, instead of -D ENABLE_GLES=ON you need to use -DAPP_RENDER_SYSTEM=gles
(2023-02-14, 09:59)fritsch Wrote: The rest is just a bit of AI suger stating the obvious emphasizing on the two "dots". While a human a technical expert has a semantic meaning for "GLES", ChatGPT did not have.
-DAPP_RENDER_SYSTEM=gles
(2023-02-14, 15:04)oldtvwatcher Wrote:I basically emphasized that ChatGPT stated the obvious ... without having any idea what this command does semantically ...(2023-02-14, 09:59)fritsch Wrote: The rest is just a bit of AI suger stating the obvious emphasizing on the two "dots". While a human a technical expert has a semantic meaning for "GLES", ChatGPT did not have.
Just to be clear, are you saying ChatGPT's explanation for the ".." was technically incorrect, or are you saying that the ".." should not be in that line, or what?
(2023-02-14, 16:42)wsnipex Wrote: I've put a GLES build for ubuntu on my testing ppa: https://launchpad.net/~wsnipex/+archive/ubuntu/kodi-git
(2023-02-14, 16:42)wsnipex Wrote: I've put a GLES build for ubuntu on my testing ppa: https://launchpad.net/~wsnipex/+archive/ubuntu/kodi-git
Quote:my goal would be to have two different instances of Kodi on the same machine, one for normal and one for 4K, I would like to be able to keep the desktop and then, have a way to exit the desktop to run the 4K version, but I am not sure how to do it. I suspect I would have to create a new user to run the other version of kodi, if that is even possible.
(2023-02-18, 12:51)wsnipex Wrote: from kodi side there is nothing he needs to do. The same kodi binary can run on GBM, X11, Wayland. If you run kodi from a terminal., without a running window manager, it will use GBM.That would be great except the problem is he doesn't want to run an alpha version, he wants to run Kodi Nexus. His fear is that as time goes by there will be compatibility issues between the alpha version of Kodi and various addons (such as the Tvheadend addon). As time goes by there will be changes to the various point releases, and there are less likely to be compatibility issues if he is running Nexus.
If you start it from a desktop it will use X11 or Wayland automatically.
edit:
switching between desktop and terminal session can be done like this:
$ sudo systemctl isolate multi-user.target # <-- terminal
$ sudo systemctl isolate graphical.target # <-- desktop
more info e.g. here: https://www.cyberciti.biz/faq/switch-boo...emd-linux/
(2023-02-18, 21:04)fritsch Wrote: Kodi supports wayland, gbm or X11You do realize you are contradicting what was written in previous posts, don't you?
Kodi only supports one renderer type, be it GL or GLES. One is built, there is no runtime selection of this.
And for your friend: He can just build Nexus from source -> problem solved.