WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: widescreen problem resolution
by Matej Mosko on Wednesday July 6th 2011, 3:36
This is by far the easiest solution ever. It is not as slick as using another xserver, while it changes the resolution also outside the game, however it is the quickest one. And I am not willing to mess with xorg.conf. You are my champion!

[post new] [reply to this]

RE: widescreen problem resolution
by Russell Osiris on Tuesday January 31st 2012, 13:21
Thanks for this, it's a great solution however I had to modify this script because it doesn't change my resolution back.

My script:

#!/bin/bash
export WINEDEBUG="-all"
xrandr -s 640x480 -r 60.0
cd "path to Starcraft folder"
wine StarCraft.exe
xrandr -s 1366x768 -r 60.0

[post new] [reply to this]

Page loaded in 0.00477 seconds.