-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How can I force an application, which normally runs full screen, into windowed mode? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAoXin5qcyxDPLrxARAkDAAJ9Mo/MIv1e7DkppbyOqlXbXfyBPMACgosCZ GyKJ86PMCHcy+MlY7VsY43c=EUfV -----END PGP SIGNATURE-----
> How can I force an application, which normally runs full screen, into > windowed mode?Add something like this [AppDefaults\\program.exe\\x11drv] "Desktop" = "800x600" to the end of the wine config file. replace program.exe with the name of your program, and 800x600 with the resolution you want. Ivan.