http://bugs.winehq.org/show_bug.cgi?id=5462
Summary: Half-Life 2 runs in only part of screen instead of fullscreen (no window) Product: Wine Version: 0.9.14. Platform: PC URL: http://www.strattonbrazil.com/half_life_2.png OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: strattonbrazil@gmail.com
When running Half-Life 2 from the command line using the following script:
#!/bin/bash WINEDEBUG=-all wine C:/Program\ Files/Steam/Steam.exe -fullscreen \ -novid -width 1024 -height 768 -applaunch 220 \ -heapsize 512000 +map_background none "$@"
Half-Life 2 pops up but only in part of the window. The desktop is running at 1024x768 already, but HL2 does not take it all up, and there is no window around it.