Skip to content

Commit

Permalink
Sections for Raspberry Pi 5 added
Browse files Browse the repository at this point in the history
- Fix for buggy Raspberry Pi firmware added
  • Loading branch information
mkreisl committed Jan 11, 2024
1 parent 446545e commit 6e96a42
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions xbian-build-img/extra-files/config.txt
@@ -1,7 +1,7 @@
# ******************************************************************************
# * *
# * This file is part of XBian --- Kodi on the Raspberry Pi. *
# * Copyright © 2023 XBian Team -- https://www.xbian.org - info@xbian.org *
# * Copyright © 2024 XBian Team -- https://www.xbian.org - info@xbian.org *
# * *
# * XBian is free software: you can redistribute it and/or modify it under the *
# * terms of the GNU General Public License as published by the Free Software *
Expand Down Expand Up @@ -38,6 +38,9 @@ gpu_mem_256=100
[pi4]
gpu_mem_1024=70

[pi5]
gpu_mem_1024=70


# ******************************************************************************
# * Display configuration *
Expand All @@ -49,7 +52,7 @@ gpu_mem_1024=70
# * recommended, as the playback of HEVC videos is severely limited *
# * due to the lack of hardware acceleration. When using the kms driver, *
# * please note that the standalone VNC service does not work. *
# * Raspberry Pi 4: *
# * Raspberry Pi 4, Pi 5: *
# * fkms or kms driver is required here, whereby kms is recommended, *
# * especially for 4k displays. When using the kms driver, please note *
# * that the standalone VNC service does not work. *
Expand All @@ -61,13 +64,18 @@ gpu_mem_1024=70
[pi4]
dtoverlay=vc4-kms-v3d,cma-384

[pi5]
dtoverlay=vc4-kms-v3d,cma-512


# ******************************************************************************
# * Various settings see also: https://elinux.org/RPi_config.txt *
# * to obtain keys visit the shop at https://codecs.raspberrypi.com/ *
# ******************************************************************************

[all]
dtoverlay=

# Enables turbo mode from boot for the given value in seconds (up to 60) or
# until cpufreq sets a frequency. Default 0
initial_turbo=3
Expand Down

0 comments on commit 6e96a42

Please sign in to comment.