mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-09 03:39:51 +00:00
fix(deck): Correct the default display scale on KDE images
This commit is contained in:
parent
f1eda86da2
commit
c86fc7dbd7
@ -28,6 +28,11 @@ sleep 1
|
||||
# Debug: Get current outputs
|
||||
kscreen-doctor --outputs 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
|
||||
# Fix default scale on for Steam Deck hardware
|
||||
if /usr/libexec/hardware/valve-hardware; then
|
||||
kscreen-doctor output.1.scale.1.00 2>&1 | tee -a /tmp/bazrotfix.log
|
||||
fi
|
||||
|
||||
# Fix desktop orientation
|
||||
# Rotation options: right, normal, left, inverted
|
||||
echo $(date '+%Y-%m-%d %H:%M:%S') Fixing desktop orientation... | tee -a /tmp/bazrotfix.log
|
||||
|
Loading…
Reference in New Issue
Block a user