tobetter wrote: ↑Fri Jan 08, 2021 6:08 am
RussianNeuroMancer wrote: ↑Thu Jan 07, 2021 4:07 pm
tobetter wrote: ↑Thu Jan 07, 2021 7:59 am
What's the kernel version of it, please let me have the output of
uname -a.
That the right question - I switched to your Panforst kernel on C4, but forgot to do this so N2+ (running Ubuntu 20.10 image, by the way). After switch to Panfrost kernel on N2+ most of issues I mentioned above (including the one you see on the screenshot) did go away (besides cursor flicker and panfrost gpu sched timeout errors in dmesg that is still possible to reproduce in Gnome Shell overview if Firefox running with layers.acceleration.force-enabled=1 and for example playback video from YouTube). It's good to know that Panfrost is already in good shape on Mali-G52. There is probably some other problems, but at least current state is something that worth time I could spend on testing and reporting issues, when pinky grey issue will be resolved.
However, since pinky grey issue is not resolved I still have to try to get usable system based on Linux 4.9. Currently I trying to get your mali-bifrost-dkms installed on Armbian legacy image, but
all available releases fail in different ways.
What exactly you changed in your kernel releases to make mali kernel module build without errors?
For the pinky green issue, are you able to install new kernel package with your N2 with you display device?
Add one line with
testing
to
/etc/apt/sources.list.d/ppa_linuxfactory_or_kr.list and install new kernel package for testing.
Code: Select all
$ cat /etc/apt/sources.list.d/ppa_linuxfactory_or_kr.list
deb http://ppa.linuxfactory.or.kr groovy main
deb http://ppa.linuxfactory.or.kr groovy non-free
deb http://ppa.linuxfactory.or.kr groovy contrib
deb http://ppa.linuxfactory.or.kr groovy testing
$ sudo apt update
$ sudo apt install linux-image-5.10.0-142-odroid linux-headers-5.10.0-142-odroid
I've tested with two display and they gave me better grey with less reddish tone. I've not applied the change to the Panfrost kernel package yet.
EDIT: I've provided the fix to @jgmdev to test on ALARM and he confirms it works. So I guess...the
Pinky Grey
will be fixed with new kernel package - 5.10.5 - what I am testing.
amirul@n2plus:~$ cat /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list
deb
http://ppa.linuxfactory.or.kr groovy main non-free
deb-src
http://ppa.linuxfactory.or.kr groovy main non-free
deb
http://ppa.linuxfactory.or.kr groovy contrib
deb
http://ppa.linuxfactory.or.kr groovy testing
amirul@n2plus:~$ sudo apt update
amirul@n2plus:~$ sudo apt install linux-image-5.10.0-142-odroid linux-headers-5.10.0-142-odroid
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-5.10.0-142-odroid
E: Couldn't find any package by glob 'linux-image-5.10.0-142-odroid'
E: Unable to locate package linux-headers-5.10.0-142-odroid
E: Couldn't find any package by glob 'linux-headers-5.10.0-142-odroid'
Help??