Re: XRandR and Screen Resolution Again

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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







[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux