http://bugs.winehq.org/show_bug.cgi?id=7193
Summary: Deus Ex fullscreen > 1024x768 cut off Product: Wine Version: 0.9.28. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: killmorejedi@hotmail.com
Deus Ex fullscreen works as before with a resolution of 1024x768 or less. At 1280x1024 the upper and right third or so of the screen is black. Everything is still centered correctly, just not all is visible. Screenshot: http://img226.imageshack.us/my.php?image=deusexscreenmesscv4.jpg
This is a regression from 0.9.27, and stems from this commit:
Author: Ulrich Czekalla ulrich.czekalla@utoronto.ca 2006-12-07 08:45:58 Committer: Alexandre Julliard julliard@winehq.org 2006-12-12 09:28:12 Parent: 0ab559047942892191d1916ba4dfda0747eee359 (winex11.drv: Get rid of the unused set_drawable function.) Branches: origin, master, bisect Follows: wine-0.9.27 Precedes: wine-0.9.28
winex11.drv: Correctly position and clip opengl child windows.
Fullscreen at 1280x1024 worked fine before.