[Scummvm-tracker] [ScummVM :: Bugs] #13768: STARK: TLJ no longer uses correct aspect ratio (stretched, widescreen bug/regression)

ScummVM :: Bugs trac at scummvm.org
Mon Sep 26 21:39:21 UTC 2022


#13768: STARK: TLJ no longer uses correct aspect ratio (stretched, widescreen
bug/regression)
-------------------+----------------------------------
Reporter:  huftis  |       Owner:  ccawley2011
    Type:  defect  |      Status:  pending
Priority:  normal  |   Component:  Engine: Stark
 Version:          |  Resolution:  fixed
Keywords:          |        Game:  The Longest Journey
-------------------+----------------------------------
Comment (by i30817):

 Or rather:

     MONITORS=$(xrandr | grep " connected " | awk '{ print$1 }')
     for m in "${MONITORS[@]}"; do
         xrandr --output "$m" --set "scaling mode" "Full aspect"
     done

 to change all monitors, but you could do the same for the 'primary' in
 gnome by parsing the file '~/.config/monitors.xml' to find the primary
 monitor only (this file exists in both wayland and x11 for gnome, but i'm
 not quite sure wayland has this problem).
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13768#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list