Dear Maintainer,
I have been using a laptop with a Zhaoxin CPU recently (as far as I know, there
is no graphics card driver for it in Linux), and GDM has not started properly
for a long time since GNOME 49. Last night, I compiled the Linux kernel myself
and enabled SimpleDRM. After installing the modified Linux kernel, my laptop
finally started GDM and GNOME 49:
The original kernel: https://linux-hardware.org/?probe=6113fcab2c
Custom kernel: https://linux-hardware.org/?probe=77c123dcd4
```bash
larry@zx12:~/Downloads$ git diff /boot/config-6.18-amd64 /boot/config-6.18.0+ |
grep "DRM\|SYSFB"
CONFIG_SYSFB=y
-# CONFIG_SYSFB_SIMPLEFB is not set
+CONFIG_SYSFB_SIMPLEFB=y
@@ -6743,9 +6755,8 @@ CONFIG_DRM_SCHED=m
-# CONFIG_DRM_EFIDRM is not set
-# CONFIG_DRM_SIMPLEDRM is not set
-# CONFIG_DRM_VESADRM is not set
+CONFIG_DRM_SYSFB_HELPER=m
+CONFIG_DRM_SIMPLEDRM=m
```
I sincerely hope that you can enable SimpleDRM to extend the lifespan of these
laptops like mine.
♥️ Debian
Regards,
larryw3i