9b88689b9d
UART and SSH work and HDMI works in u-boot (just like the pine-a64lts). It should work now with display and xorg/weston works directly after installing. Plasma mobile doesn't work directly because both kms and fbdev are enabled and kms doesn't work yet. linux-postmarketos-allwinner: update to 5.0.0-rc3 with patches for this devkit, tested on this device and on pinea64lts (the only other device using the allwinner kernel). [ci:skip-build]: won't finish in time
24 lines
381 B
Xorg
24 lines
381 B
Xorg
Section "ServerLayout"
|
|
Identifier "Layout0"
|
|
Screen "Screen0"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "Card0"
|
|
Driver "fbdev"
|
|
Option "fbdev" "/dev/fb0" #linuxdeploy
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "Screen0"
|
|
Device "Card0"
|
|
DefaultDepth 24
|
|
SubSectionSub "Display"
|
|
Depth 32
|
|
EndSubSection
|
|
EndSection
|
|
|
|
Section "ServerFlags"
|
|
Option "Pixmap" "24"
|
|
EndSection
|
|
|