https://bugs.winehq.org/show_bug.cgi?id=33344
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Cannot use full screen |Grand Theft Auto: San |resolution (1366x768, 16:9) |Andreas v1.01 fails to |with a game that support it |offer 1366 x 768 (16:9) | |resolution in display setup
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
with v1.01 you get 1920 x 1080 (16:9) out of the box.
If you configure your virtual desktop to be 1280 x 720 (16:9) you get this option as well (16/32 bpp).
On most laptops the 1366 x 768 resolution won't be reported by default (check with 'xrandr'). You can add the mode though:
--- snip --- $ cvt 1366 768 60
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
$ xrandr --newmode "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 $
$ xrandr --addmode <dispay> 1368x768_60.00 $ xrandr --output <dispay> --mode 1368x768_60.00 --- snip ---
It should become available in-game then. IMHO this is not a Wine problem here.
Regards