5 lines
205 B
Bash
5 lines
205 B
Bash
|
#!/bin/sh
|
||
|
echo "sourcing /etc/X11/xinit/xinitrc.d/00-xiaomi-willow-weston-fixes.sh" | logger -t "$(whoami):xiaomi-willow-weston-fixes"
|
||
|
export WESTON_DISABLE_ATOMIC=1
|
||
|
export MESA_LOADER_DRIVER_OVERRIDE=msm
|