You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo 'modules=("nvidia_drm"); for module in "${modules[@]}"; do if lsmod | grep -q ${module} ; then echo "Found $module"; rmmod $module; fi; done; startxfce4;' > /opt/startxfce.sh
56
56
57
57
## If any apt packages install mesa-egl, it will overwrite the tegra-egl
58
58
## symlink and ld path, so the following command will ensure tegra-egl remains
0 commit comments