Skip to content

Commit

Permalink
fix(gpd): Correct screen rotation on the GPD Win 2 (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
olav-st authored Feb 18, 2024
1 parent c644dab commit f08e72b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ elif [[ ":G1617-01:" =~ ":$SYS_ID:" ]]; then
echo "Adding panel orientation for GPD Win Mini"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
fi
elif [[ ":WIN2:" =~ ":$SYS_ID:" ]]; then
if [[ ! $KARGS =~ "video" ]]; then
echo "Adding panel orientation for GPD Win 2"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
fi
fi

if /usr/libexec/hardware/simpledeckytdp-supported-hardware; then
Expand Down

0 comments on commit f08e72b

Please sign in to comment.