Kodi instructions on raspberry pi 4, please?

This forum is for topics dealing with problems with software specifically in the AArch64 repo.

Kodi instructions on raspberry pi 4, please?

Postby scrawler » Thu May 21, 2020 2:58 pm

Hi Guys,
I installed kodi-pbp4 on my raspberry pi 4. I edited config.txt, started the service, searched online--no luck. when I enabled it, the pi wouldn't boot. I don't want it stand-alone because I might want to use the pi for other things...

Could somebody please provide or point to steps to get Kodi up and running? I've had it going twice before on different platforms, and I'm at a loss.

thanks :-)
scrawler
 
Posts: 17
Joined: Sun Jun 09, 2013 10:25 pm

Re: Kodi instructions on raspberry pi 4, please?

Postby graysky » Thu May 21, 2020 3:05 pm

$this->bbcode_second_pass_quote('scrawler', 'I') installed kodi-pbp4 on my raspberry pi 4. I edited config.txt, started the service, searched online--no luck. when I enabled it, the pi wouldn't boot. I don't want it stand-alone because I might want to use the pi for other things...


This makes no sense, booting is independent of the kodi.service. I'm sure you could ssh into the box if you ttied.

[alarm]/kori-rpb4 provides a stand-alone service (kodi.service) that will not work with a DE. If you want to run kodi from the DE (as your user), there should be an included .desktop file to launch it from the DE or just open a shell and run `kodi` and it should work provided you have the graphics driver to run under the DE (which you should).
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Kodi instructions on raspberry pi 4, please?

Postby scrawler » Thu May 21, 2020 3:37 pm

when I type "kodi" in a terminal I just get "Unable to create GUI. Exiting." When I run "systemctl start kodi," X crashes and I have to cycle the power.
scrawler
 
Posts: 17
Joined: Sun Jun 09, 2013 10:25 pm

Re: Kodi instructions on raspberry pi 4, please?

Postby graysky » Thu May 21, 2020 3:59 pm

$this->bbcode_second_pass_quote('scrawler', 'w')hen I type "kodi" in a terminal I just get "Unable to create GUI. Exiting." When I run "systemctl start kodi," X crashes and I have to cycle the power.


Not sure why you are experiencing the crash. Post:

* Output of /boot/config.txt
* Output of `systemctl status kodi`
* Output of /var/lib/kodi/.kodi/temp/kodi.log (if it exists)
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Kodi instructions on raspberry pi 4, please?

Postby scrawler » Thu May 21, 2020 4:23 pm

ok:
systemctl status kodi
$this->bbcode_second_pass_code('', '
* kodi.service - Kodi standalone (GBM)
Loaded: loaded (/usr/lib/systemd/system/kodi.service; disabled; vendor preset: disabled)
Active: inactive (dead)
')
config.txt
$this->bbcode_second_pass_code('', '
gpu_mem=320
initramfs initramfs-linux.img followkernel
dtparam=audio=on
hdmi_drive=2
dtoverlay=vc4-fkms-v3d
')

kodi.log (pretty lengthy)
$this->bbcode_second_pass_code('', '
2020-05-21 02:50:36.712 T:2976353040 NOTICE: Starting Kodi (18.7 Git:20200520-nogitfound). Platform: Linux ARM 32-bit
2020-05-21 02:50:36.712 T:2976353040 NOTICE: Using Release Kodi x32 build
2020-05-21 02:50:36.712 T:2976353040 NOTICE: Kodi compiled 2020-05-20 by GCC 9.3.0 for Linux ARM 32-bit version 5.6.11 (329227)
2020-05-21 02:50:36.713 T:2976353040 NOTICE: Running on Arch Linux ARM 0.0, kernel: Linux ARM 32-bit version 5.4.40-1-ARCH
2020-05-21 02:50:36.713 T:2976353040 NOTICE: FFmpeg version/source: 4.0.4-Kodi
2020-05-21 02:50:36.713 T:2976353040 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
2020-05-21 02:50:36.713 T:2976353040 NOTICE: ARM Features: Neon enabled
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://masterprofile/ is mapped to: /var/lib/kodi/.kodi/userdata
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://envhome/ is mapped to: /var/lib/kodi
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://home/ is mapped to: /var/lib/kodi/.kodi
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://temp/ is mapped to: /var/lib/kodi/.kodi/temp
2020-05-21 02:50:36.713 T:2976353040 NOTICE: special://logpath/ is mapped to: /var/lib/kodi/.kodi/temp
2020-05-21 02:50:36.713 T:2976353040 NOTICE: The executable running is: /usr/lib/kodi/kodi-gbm
2020-05-21 02:50:36.713 T:2976353040 NOTICE: Local hostname: tomslr
2020-05-21 02:50:36.713 T:2976353040 NOTICE: Log File is located: /var/lib/kodi/.kodi/temp/kodi.log
2020-05-21 02:50:36.713 T:2976353040 NOTICE: -----------------------------------------------------------------------
2020-05-21 02:50:36.713 T:2976353040 INFO: loading settings
2020-05-21 02:50:36.714 T:2976353040 NOTICE: special://profile/ is mapped to: special://masterprofile/
2020-05-21 02:50:36.731 T:2976353040 DEBUG: CSkinSettings: no <skinsettings> tag found
2020-05-21 02:50:36.731 T:2976353040 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
2020-05-21 02:50:36.731 T:2976353040 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2020-05-21 02:50:36.731 T:2976353040 NOTICE: Default Video Player: VideoPlayer
2020-05-21 02:50:36.731 T:2976353040 NOTICE: Default Audio Player: paplayer
2020-05-21 02:50:36.731 T:2976353040 NOTICE: Disabled debug logging due to GUI setting. Level 0.
2020-05-21 02:50:36.731 T:2976353040 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2020-05-21 02:50:36.817 T:2976353040 NOTICE: PulseAudio: Server found running - will try to use Pulse
2020-05-21 02:50:36.822 T:2976353040 NOTICE: Running database version Addons27
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: game.controller.default v1.0.8 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: kodi.resource v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.album.universal v3.1.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.artists.universal v4.3.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.allmusic.com v3.2.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.fanart.tv v3.6.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.2 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.9 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.local v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.themoviedb.org v5.1.7 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: script.module.pil v1.1.7 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: service.xbmc.versioncheck v0.4.6 installed
2020-05-21 02:50:36.836 T:2976353040 NOTICE: ADDON: skin.estouchy v2.0.28 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: skin.estuary v2.0.27 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.addon v18.7.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.core v0.1.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.json v10.3.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.python v2.26.0 installed
2020-05-21 02:50:36.837 T:2976353040 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2020-05-21 02:50:36.884 T:2976353040 ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property <E2><80><9C>OnLowBattery<E2>
<80><9D>
2020-05-21 02:50:36.889 T:2976353040 ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property <E2><80><9C>CanSuspend<E2><80><9D>
2020-05-21 02:50:36.890 T:2976353040 ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property <E2><80><9C>CanHibernate<E2>
<80><9D>
2020-05-21 02:50:36.898 T:2949632272 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2020-05-21 02:50:36.900 T:2949632272 NOTICE: Found 2 Lists of Devices
2020-05-21 02:50:36.900 T:2949632272 NOTICE: Enumerated PI devices:
2020-05-21 02:50:36.900 T:2949632272 NOTICE: Device 1
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_deviceName : HDMI
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_displayName : HDMI
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_displayNameExtra:
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2020-05-21 02:50:36.900 T:2949632272 NOTICE: Device 2
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_deviceName : Analogue
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_displayName : Analogue
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_displayNameExtra:
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_sampleRates : 48000
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-21 02:50:36.900 T:2949632272 NOTICE: Device 3
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_deviceName : Both
2020-05-21 02:50:36.900 T:2949632272 NOTICE: m_displayName : HDMI and Analogue
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayNameExtra:
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_sampleRates : 48000
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-21 02:50:36.901 T:2949632272 NOTICE: Enumerated PULSE devices:
2020-05-21 02:50:36.901 T:2949632272 NOTICE: Device 1
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceName : Default
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayName : Default
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayNameExtra: Default Output Device (PULSEAUDIO)
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-21 02:50:36.901 T:2949632272 NOTICE: Device 2
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceName : alsa_output.platform-bcm2835_audio.stereo-fallback
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayName : Built-in Audio Stereo
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayNameExtra: Analog Output (PULSEAUDIO)
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-21 02:50:36.901 T:2949632272 NOTICE: Device 3
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceName : alsa_output.platform-bcm2835_audio.stereo-fallback.2
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayName : Built-in Audio Stereo
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_displayNameExtra: Headphones (PULSEAUDIO)
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-21 02:50:36.901 T:2949632272 NOTICE: m_channels : FL, FR
2020-05-21 02:50:36.902 T:2949632272 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2020-05-21 02:50:36.902 T:2949632272 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2020-05-21 02:50:36.902 T:2949632272 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-21 02:50:36.946 T:2976353040 NOTICE: Raspberry PI firmware version: May 11 2020 18:59:41
Copyright (c) 2012 Broadcom
version 21bfdeee3a6ea823e2113b983390acd1eec8edfb (clean) (release) (start)
2020-05-21 02:50:36.946 T:2976353040 NOTICE: ARM mem: 704MB GPU mem: 320MB MPG2:0 WVC1:0
2020-05-21 02:50:36.946 T:2976353040 NOTICE: Config:
arm_freq=1500
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=500
core_freq_min=200
disable_commandline_tags=2
disable_l2cache=1
display_hdmi_rotate=-1
display_lcd_rotate=-1
enable_gic=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=500
gpu_freq_min=250
hdmi_channel_map=8
init_uart_clock=0x2dc6c00
lcd_framerate=60
mask_gpu_interrupt0=1024
mask_gpu_interrupt1=0x10000
over_voltage_avs=-30000
pause_burst_frames=1
program_serial_random=1
ramfsaddr=-1
total_mem=4096
hdmi_drive:0=2
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
hdmi_pixel_freq_limit:0=0x11e1a300
hdmi_pixel_freq_limit:1=0x11e1a300
2020-05-21 02:50:36.947 T:2976353040 NOTICE: Config:
device_tree=-
overlay_prefix=overlays/
ramfsfile=initramfs-linux.img
hdmi_cvt:0=
hdmi_cvt:1=
hdmi_edid_filename:0=
hdmi_edid_filename:1=
hdmi_timings:0=
hdmi_timings:1=
2020-05-21 02:50:37.134 T:2976353040 WARNING: CDRMUtils::FindPlane - could not find plane
2020-05-21 02:50:37.134 T:2976353040 WARNING: CDRMUtils::InitDrm - failed to set drm master, will try to authorize instead: Permission denied
2020-05-21 02:50:37.135 T:2976353040 NOTICE: CDRMUtils::InitDrm - successfully authorized drm magic
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Previous line repeats 1 times.
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x400 with 720x400 @ 70.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 ERROR: failed to get EGL display (EGL_SUCCESS)
2020-05-21 02:50:37.472 T:2976353040 FATAL: CApplication::Create: Unable to init windowing system
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Stopping player
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Storing total System Uptime
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Saving settings
2020-05-21 02:50:37.476 T:2976353040 NOTICE: Saving skin settings
2020-05-21 02:50:37.476 T:2976353040 NOTICE: Stopping all
2020-05-21 02:50:37.134 T:2976353040 WARNING: CDRMUtils::FindPlane - could not find plane
2020-05-21 02:50:37.134 T:2976353040 WARNING: CDRMUtils::InitDrm - failed to set drm master, will try to authorize instead: Permission denied
2020-05-21 02:50:37.135 T:2976353040 NOTICE: CDRMUtils::InitDrm - successfully authorized drm magic
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
2020-05-21 02:50:37.471 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Previous line repeats 1 times.
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Found resolution 720x400 with 720x400 @ 70.000000 Hz
2020-05-21 02:50:37.472 T:2976353040 ERROR: failed to get EGL display (EGL_SUCCESS)
2020-05-21 02:50:37.472 T:2976353040 FATAL: CApplication::Create: Unable to init windowing system
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Stopping player
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Storing total System Uptime
2020-05-21 02:50:37.472 T:2976353040 NOTICE: Saving settings
2020-05-21 02:50:37.476 T:2976353040 NOTICE: Saving skin settings
2020-05-21 02:50:37.476 T:2976353040 NOTICE: Stopping all
2020-05-21 02:50:37.478 T:2976353040 NOTICE: stop dvd detect media
2020-05-21 02:50:37.615 T:2976353040 NOTICE: Application stopped
2020-05-21 02:50:37.816 T:2976353040 NOTICE: unload skin
2020-05-21 02:50:37.816 T:2976353040 WARNING: CGBMUtils::DestroySurface - surface already destroyed
2020-05-21 02:50:37.816 T:2976353040 NOTICE: unload sections
')
scrawler
 
Posts: 17
Joined: Sun Jun 09, 2013 10:25 pm

Re: Kodi instructions on raspberry pi 4, please?

Postby graysky » Thu May 21, 2020 8:51 pm

I am not expert with the errors but I see a few entries in the log I do not understand.

$this->bbcode_second_pass_code('', '2020-05-21 02:50:37.472 T:2976353040 ERROR: failed to get EGL display (EGL_SUCCESS)
2020-05-21 02:50:37.472 T:2976353040 FATAL: CApplication::Create: Unable to init windowing system
')

Firstly, what is your use case? Standalone kodi box (no DE) or you want a graphical greeter and you want to run kodi on-demand?
Since you mentioned not a standalone box, do not run kodi.service. The logs under /var/lib/kodi/ will not be meaningful.

Secondly, were you running a greeter (graphical login manager) when you tried to start the kodi.service ... the time you generated that log you posted? I do not know how/if the two play together.

If you are running a DE, what happens when you try running kodi from a shell you open within the DE? The log to inspect will be under your user (not kodi's user) homedir: ~/.kodi/temp/kodi.log
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Kodi instructions on raspberry pi 4, please?

Postby scrawler » Thu May 21, 2020 10:05 pm

I'm running mate, and just want to run kodi on demand.

the logs in my home directory have pretty much just these errors:
$this->bbcode_second_pass_code('', '
2020-05-21 02:47:08.167 T:2975894288 ERROR: CWinSystemGbm::InitWindowSystem - failed to initialize Atomic DRM
2020-05-21 02:47:08.172 T:2975894288 ERROR: CWinSystemGbm::InitWindowSystem - failed to initialize Legacy DRM
2020-05-21 02:47:08.176 T:2975894288 ERROR: CWinSystemGbm::InitWindowSystem - failed to initialize off screen DRM
2020-05-21 02:47:08.176 T:2975894288 FATAL: CApplication::Create: Unable to init windowing system
')

Pretty strange.
scrawler
 
Posts: 17
Joined: Sun Jun 09, 2013 10:25 pm

Re: Kodi instructions on raspberry pi 4, please?

Postby graysky » Thu May 21, 2020 11:09 pm

You might want to post on the Kodi forums, RPi subsection. I do not know having never tried running it outside of the service.
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000


Return to ARMv8

Who is online

Users browsing this forum: No registered users and 4 guests