We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d3330 commit 233ddd9Copy full SHA for 233ddd9
src/installation/guides/arm-devices/raspberry-pi.md
@@ -60,6 +60,18 @@ driver](../../../config/graphical-session/xorg.md#modesetting) or
60
You may also need to uncomment the `dtoverlay=vc4-kms-v3d` line in
61
`/boot/config.txt`.
62
63
+For Xorg, an [Xorg configuration file](https://man.voidlinux.org/xorg.conf.5)
64
+may be needed, with the contents:
65
+
66
+```
67
+Section "OutputClass"
68
+ Identifier "vc4"
69
+ MatchDriver "vc4"
70
+ Driver "modesetting"
71
+ Option "PrimaryGPU" "true"
72
+EndSection
73
74
75
## Hardware
76
77
More configuration information can be found in the Raspberry Pi Foundation's
0 commit comments