Skip to content

Commit 3f360b8

Browse files
romandarianamlradu
authored andcommitted
06.boot-partition/02.rpi-boot-files/arm64/config.txt: Use kms driver
For the RPi 5, the KMS driver is the recommended and primary driver, as FKMS is no longer supported on this board. RPi 4 also supports the KMS driver. Signed-off-by: Alisa-Dariana Roman <[email protected]>
1 parent 1e63721 commit 3f360b8

File tree

1 file changed

+1
-1
lines changed
  • stages/06.boot-partition/02.rpi-boot-files/files/arm64

1 file changed

+1
-1
lines changed

stages/06.boot-partition/02.rpi-boot-files/files/arm64/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hdmi_force_hotplug=1
1414
display_auto_detect=1
1515

1616
# Enable DRM VC4 V3D driver
17-
dtoverlay=vc4-fkms-v3d
17+
dtoverlay=vc4-kms-v3d
1818
max_framebuffers=2
1919

2020
# Run in 64-bit mode

0 commit comments

Comments
 (0)