ffcc6acd0c
Add support for the Xiaomi Redmi Note 8t. Works: UART, USB RNDIS, Weston on DRM, touchscreen Doesn't: fbdev, everything else
4 lines
205 B
Bash
Executable file
4 lines
205 B
Bash
Executable file
#!/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
|