Skip to content

Commit

Permalink
fix(deck): Correct the default display scale on KDE images
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 25, 2024
1 parent f1eda86 commit c86fc7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system_files/deck/kinoite/usr/libexec/bazzite-rotation-fix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c86fc7d

Please sign in to comment.