Search Criteria
Package Details: kodi-standalone-service 1.137-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-standalone-service.git (read-only, click to copy) |
---|---|
Package Base: | kodi-standalone-service |
Description: | Systemd services to run kodi in stand-alone mode without a DE |
Upstream URL: | https://github.com/graysky2/kodi-standalone-service |
Licenses: | MIT |
Replaces: | kodi-standalone-gbm-service, kodi-standalone-wayland-service, kodi-standalone-x11-service |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 68 |
Popularity: | 0.30 |
First Submitted: | 2014-11-05 20:25 (UTC) |
Last Updated: | 2024-07-06 08:38 (UTC) |
Dependencies (6)
- kodi (kodi-ext-gitAUR, kodi-gles)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- cage (cage-gitAUR) (optional) – for kodi-wayland.service
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (optional) – for kodi-wayland.service
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR) (optional) – for kodi-x11.service
- xorg-xinit (xorg-xinit-gitAUR) (optional) – for kodi-x11.service
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »
a.s5n commented on 2023-10-01 11:59 (UTC) (edited on 2023-10-01 12:08 (UTC) by a.s5n)
I did not configure any output, all by default. I have two ports: DP and USB-C with DP (alt mode).
proptest
shows a couple connectors:DP-1
which is on and linked, second one isDP-2
in state off.Should I tweak output from
tty1
to DP port, how?graysky commented on 2023-10-01 11:50 (UTC)
I don't know about that pw.loop message. If the executable is running is the output defaulting to your HDMI or to another port of your graphics card?
a.s5n commented on 2023-10-01 11:45 (UTC) (edited on 2023-10-01 12:00 (UTC) by a.s5n)
yeah, it has been running and there is a message
kodi-standalone[433]: [E] pw.loop [loop.c:67 pw_loop_new()] 0x557d4a793640: can't make support.system handle: No such file or directory
In additional, I have tried to add
kodi.bin --standalone windowing=gbm
and theirWINDOWING
env. No changes. Still black screen.graysky commented on 2023-10-01 10:59 (UTC)
Is kodi running?
ps aux | grep kodi
a.s5n commented on 2023-10-01 09:33 (UTC) (edited on 2023-10-01 11:45 (UTC) by a.s5n)
Hi everyone. I would like to figure out how to render
kodi-gbm
on small AMD SoC with out DE.However, Display Port (DP) connected display just shows a recent
fsck
report after reboot. May I ask someone for a link about how to setup GBM environment?dmesg | grep drm
attached, here: https://gist.github.com/asteshin/760b67113dd7e7f45e69e53609630d20Oct 01 08:56:58 x kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=432 'kodi.bin'
kodi-standalone[433]: [E] pw.loop [loop.c:67 pw_loop_new()] 0x557d4a793640: can't make support.system handle: No such file or directory
ghen commented on 2023-02-07 12:25 (UTC)
Alternatively, run
systemctl --global disable pipewire.socket
(which was enabled automatically when installing pipewire) and reboot.See also https://bugs.archlinux.org/task/77341
berturion commented on 2023-02-07 12:07 (UTC)
Hello, if you have no sound after the recent pipewire default installation on your Arch Linux system, you can edit
/etc/conf.d/kodi-standalone
and add:Then restart your kodi service.
graysky commented on 2021-08-15 18:20 (UTC) (edited on 2021-08-16 11:33 (UTC) by graysky)
@wooptoo - Are you using the latest version? This was fixed weeks ago: https://github.com/graysky2/kodi-standalone-service/commit/33dc37310fea769e5eedbc2615850c93961b44e1
Also, the ExecStop is needed or else kodi does not exit cleanly/you lose data. See commit msg: https://github.com/graysky2/kodi-standalone-service/commit/34515c33387381c996c1760619d8554628910321
wooptoo commented on 2021-08-15 15:32 (UTC) (edited on 2021-08-15 15:34 (UTC) by wooptoo)
The
kodi-x11.service
now fails since it can't find the kodi-x11 binary. Replacing the ExecStart directive with the following fixed it:Also the ExecStop line is not necessary since systemd kills all processed owned by the kodi user.
Complete file here https://gist.github.com/radupotop/5ed69a4fc0a06c9341a2cabd82639ee8
francoism90 commented on 2021-08-04 13:05 (UTC)
@graysky Turns out I'm an idiot.. changing the target (https://wiki.archlinux.org/title/Systemd#Targets) to
graphical.target
fixed the issue. :)« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »