For Linux Mint or other distribution that might provide the Cinnamon DE, we can disable the notification (even tho, those that run it previously in a VM have seen it) regarding the software rendering
While the notification of running without hardware acceleration is good on bare metal, I think we should remove it on shells.
One way is to add
CINNAMON_2D="true" to /etc/environment
and another way is to have it in ~/.profile as
export CINNAMON_2D=true
For Linux Mint or other distribution that might provide the Cinnamon DE, we can disable the notification (even tho, those that run it previously in a VM have seen it) regarding the software rendering
While the notification of running without hardware acceleration is good on bare metal, I think we should remove it on shells. One way is to add
CINNAMON_2D="true"
to /etc/environment and another way is to have it in ~/.profile asexport CINNAMON_2D=true
Is just a cosmetic thing.