Trying to find out how I did that.
I'm not responsible for bricks made by following that exactly.
If I'll ever have to do that AGAIN, that is.
Get at least 2A power source, or you'll experience sudden reboots.
Edit /boot/armbianEnv.txt such as it will have a line
extraargs="drm_kms_helper.drm_fbdev_overalloc=200"https://gist.github.com/singulared/5262444
A respect to @singulared - create /etc/udev/rules.d/99-mali-devices.rules with
KERNEL=="mali*" OWNER="root" GROUP="mali" MODE="0660"
Respects to
https://fedoraproject.org/wiki/RenderingProject/aiglxhttps://github.com/mripard/xf86-video-armsoc/blob/sunxi-mali/xorg.conf
There should be no /etc/X11/xorg.conf.d/80-armsoc-sun4i.conf - my config will replace it.
Create a file /etc/X11/xorg.conf.d/80-mali-tweaks.conf
Trying to find out how I did that. I'm not responsible for bricks made by following that exactly. If I'll ever have to do that AGAIN, that is. Get at least 2A power source, or you'll experience sudden reboots. Edit /boot/armbianEnv.txt such as it will have a line
extraargs="drm_kms_helper.drm_fbdev_overalloc=200"
https://gist.github.com/singulared/5262444 A respect to @singulared - create /etc/udev/rules.d/99-mali-devices.rules withKERNEL=="mali*" OWNER="root" GROUP="mali" MODE="0660"
Respects to https://fedoraproject.org/wiki/RenderingProject/aiglx https://github.com/mripard/xf86-video-armsoc/blob/sunxi-mali/xorg.conf There should be no /etc/X11/xorg.conf.d/80-armsoc-sun4i.conf - my config will replace it. Create a file /etc/X11/xorg.conf.d/80-mali-tweaks.confThen,