[Wine] Re: XRandR and Screen Resolution Again

Thunderbird wineforum-user at winehq.org
Fri Jan 21 16:45:58 CST 2011


If you run wine from a script (or have a wrapper script) the following does the job:

#!/bin/sh
cleanup() {
    wineserver -k
    xrandr -s 0
    xgamma -g 1.0
}

trap cleanup 0 1 2 3 6 15
wine yourapp.exe







More information about the wine-users mailing list