[I got the impression that this project uses GitHub issues as a support channel. If not, please direct me to a more appropriate channel.]
I'm running Ubuntu 20.10 on Asus EeePad Transformer TF101 (based on Tegra 20). I'm trying to use grate-driver to get acceleration for OpenGL. Currently I'm getting depthSize 16 for all visuals, but the OpenGL application that I'm trying to run requires at least 24.
Is this a fundamental limitation of TF101's hardware, or can it be improved with better (or more properly installed) drivers?
Output of apt list --installed: here.
Output of glxinfo: here.
My kernel is slightly modified compared to 5.11.0-rc7 from the mainline, but I don't think the modifications affect this issue at all.
tf101@localhost:~$ uname -a
Linux localhost.localdomain 5.11.0-rc7-00012-g472c2db86b4 #42 SMP PREEMPT Tue Feb 23 18:24:09 UTC 2021 armv7l armv7l armv7l GNU/Linux
tf101@localhost:~$ lsb_release -a
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
[I got the impression that this project uses GitHub issues as a support channel. If not, please direct me to a more appropriate channel.]
I'm running Ubuntu 20.10 on Asus EeePad Transformer TF101 (based on Tegra 20). I'm trying to use grate-driver to get acceleration for OpenGL. Currently I'm getting
depthSize16 for all visuals, but the OpenGL application that I'm trying to run requires at least 24.Is this a fundamental limitation of TF101's hardware, or can it be improved with better (or more properly installed) drivers?
Output of
apt list --installed: here.Output of
glxinfo: here.My kernel is slightly modified compared to 5.11.0-rc7 from the mainline, but I don't think the modifications affect this issue at all.