skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
685 stars 50 forks source link

pi/4x64: fix drm memory error #293

Closed paralin closed 1 year ago

paralin commented 1 year ago

Fix the following error starting Xorg:

$ Xorg DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory Failed to create scanout resource

Add cma to cmdline.txt and comment the GPU split in config.txt.

https://retropie.org.uk/forum/topic/24436/drm_ioctl_mode_create_dumb-failed-cannot-allocate-memory/8

paralin commented 1 year ago

Merged