File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
config/sources/families/include Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,8 @@ family_tweaks_bsp() {
241241 EndSection
242242 EOF
243243 ;;
244- " jethubj200" | " odroidn2" | " odroidc4" | " khadas-vim2" | " odroidhc4" | " khadas-vim3" | " khadas-vim3l" | " radxa-zero" | " radxa-zero2" | " bananapi-m2s" )
244+ " jethubj200" | " odroidn2" | " odroidc4" | " khadas-vim2" | " odroidhc4" | " khadas-vim3" | " khadas-vim3l" | \
245+ " radxa-zero" | " radxa-zero2" | " bananapi-m2s" | " cainiao-cniot-core" )
245246 cat <<- EOF > " $destination" / etc/ X11/ xorg.conf
246247 Section " Device"
247248 Identifier " DRM Graphics Acclerated"
@@ -256,6 +257,13 @@ family_tweaks_bsp() {
256257
257258 EndSection
258259
260+ Section " OutputClass"
261+ Identifier " Amlogic"
262+ MatchDriver " meson"
263+ Driver " modesetting"
264+ Option " PrimaryGPU" " true"
265+ EndSection
266+
259267 Section " Screen"
260268 Identifier " Default Screen"
261269 SubSection " Display"
You can’t perform that action at this time.
0 commit comments