sudo echo "FREETYPE_PROPERTIES=\"cff:no-stem-darkening=0 autofitter:no-stem-darkening=0\"" | tee -a /etc/enviroment
--ozone-platform-hint=auto
--enable-features=AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoDecodeLinuxGL,VaapiVideoEncoder,WebRTCPipeWireCapturer,TouchpadOverscrollHistoryNavigation,VaapiIgnoreDriverChecks,VaapiOnNvidiaGPUs
--enable-gpu-rasterization
--ignore-gpu-blocklist
--enable-zero-copy
--disable-gpu-memory-buffer-video-frames
ELECTRON_OZONE_PLATFORM_HINT=auto
LC_ALL=en_US.UTF-8
On typical distros, run
echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf
and regenerate GRUB or reinstall kernel using dracut.
On Fedora Siverblue, run
rpm-ostree kargs --append-if-missing=hid_apple.fnmode=0"
and reboot.