mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
Resolved flipping upside down in desktop mode on AYANEO SLIDE devices (#984)
This commit is contained in:
parent
6089640482
commit
deed0b4cc8
@ -36,7 +36,7 @@ if /usr/libexec/hardware/valve-hardware; then
|
||||
kscreen-doctor output.1.scale.1.00 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
elif [[ ! -z "$IS_GAMEMODE" ]]; then
|
||||
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
elif [[ ":83E1:Loki Max:AIR Plus:" =~ ":$SYS_ID:" ]]; then
|
||||
elif [[ ":83E1:Loki Max:AIR Plus:SLIDE:" =~ ":$SYS_ID:" ]]; then
|
||||
kscreen-doctor output.1.rotation.left 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
else
|
||||
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user