http://bugs.winehq.org/show_bug.cgi?id=33344
Bug #: 33344 Summary: Cannot use full screen resolution (1366x768, 16:9) with a game that support it Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: madeodario@gmail.com Classification: Unclassified
As in the title, I cannot use full screen resolution (1366x768, 16:9) with game that support it. In particular the game is GTA San Andreas (I think 1.01v). I'm using wine 1.5.27. The game lists only 640x480, 800x600, 1024x768. On Windows it is able to start with the full screen resolution (1366x768) and there are also more other resolutions available. The game has been installed in the same way on both Windows (7) and Linux (Xubu 12.10).
I tried to use a virtual desktop. I set it to 1366x768 but the game still lists only 640x480, 800x600, 1024x768.
I also tried to use a bigger virtual desktop (4000x3000). In this case, the game was able to recognize the 4000x3000 resolution (it started but clearly was unplayable due to huge resolution) but 1366x768 is still not present.
http://bugs.winehq.org/show_bug.cgi?id=33344
Dario Madeo madeodario@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.5.27
http://bugs.winehq.org/show_bug.cgi?id=33344
--- Comment #1 from Dario Madeo madeodario@gmail.com 2013-04-07 04:57:08 CDT --- I experienced the same problem with wine provided by ubuntu (downloaded from the software center, think it was 1.4) and then I decided to install the latest wine via ppa with no luck.
http://bugs.winehq.org/show_bug.cgi?id=33344
--- Comment #2 from Dario Madeo madeodario@gmail.com 2013-04-16 13:21:51 CDT --- Confirmed that GTA SA v1.01 supports 1366x768. http://www.widescreengaming.net/wiki/Grand_Theft_Auto:_San_Andreas
http://bugs.winehq.org/show_bug.cgi?id=33344
Dario Madeo madeodario@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
http://bugs.winehq.org/show_bug.cgi?id=33344
Dario Madeo madeodario@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.5.27 |1.5.28
--- Comment #3 from Dario Madeo madeodario@gmail.com 2013-04-17 14:26:55 CDT --- Upgraded to 1.5.28 and still got the same effect...
http://bugs.winehq.org/show_bug.cgi?id=33344
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.5.28 |1.5.27 Severity|major |normal
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2013-04-17 14:28:10 CDT --- Please keep original version value, and it's not major.
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
https://bugs.winehq.org/show_bug.cgi?id=33344
--- Comment #6 from Dario Madeo madeodario@gmail.com --- Thank you Anastasius. This is my xranrd output:
-- begin snip -- $ xrandr Screen 0: minimum 8 x 8, current 1366 x 768, maximum 16384 x 16384 HDMI-0 disconnected primary (normal left inverted right x axis y axis) LVDS-1-0 connected 1366x768+0+0 344mm x 193mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 60.0 960x720 60.0 928x696 60.1 896x672 60.0 960x600 60.0 960x540 60.0 800x600 60.0 60.3 56.2 840x525 60.0 59.9 800x512 60.2 700x525 60.0 640x512 60.0 720x450 59.9 640x480 60.0 59.9 680x384 59.8 60.0 576x432 60.1 512x384 60.0 400x300 60.3 56.3 320x240 60.1 VGA-1-0 disconnected -- end snip --
xrandr returns 1366x768. Anyway, this mode does not appear in the game. In particular, if I don't use windowed mode and the display is set to 1366x768, then the game enlists only 4:3 resolutions (640x480, 800x600 and 1024x768).
If I use a windowed mode with an emulated desktop of 1366x768, the behavior is the same as before. Anyway, I confirm as you say that 1280x720 in windowed mode works (clearly, I must set the emulated desktop to 1280x720).
The version of the game I'm using is 1.01
https://bugs.winehq.org/show_bug.cgi?id=33344
Laurent lacalau@yopmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lacalau@yopmail.com
--- Comment #7 from Laurent lacalau@yopmail.com --- I have a similar problem using wine-1.6.2 under Debian Jessie.
The game runs fine however the highest available resolution is 1400x1050. I was able to use 1920x1080 on the same computer when running Windows with exactly the same game version (1).
Enabling a virtual desktop of 1920x1080 makes no difference.
Attaching xrandr output and debugging log.
https://bugs.winehq.org/show_bug.cgi?id=33344
--- Comment #8 from Laurent lacalau@yopmail.com --- Created attachment 50013 --> https://bugs.winehq.org/attachment.cgi?id=50013 Xrandr output
https://bugs.winehq.org/show_bug.cgi?id=33344
--- Comment #9 from Laurent lacalau@yopmail.com --- Created attachment 50014 --> https://bugs.winehq.org/attachment.cgi?id=50014 debugging log
https://bugs.winehq.org/show_bug.cgi?id=33344
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch
--- Comment #10 from mirh mirh@protonmail.ch --- (In reply to Anastasius Focht from comment #5)
IMHO this is not a Wine problem here.
Indeed. Patch 1.01 just introduced 1280x720, 1600x900 and 1920x1080 resolutions.
Just tested DEViANCE exe on Windows 7, and it's not there. Also confirmed here http://gtaforums.com/topic/526433-1366-x-768-resolution/
Please close.
https://bugs.winehq.org/show_bug.cgi?id=33344
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org