Re: [patch] Fake display interface

2011-10-06 Thread Jari Vetoniemi
Hello, I have updated this to support multiple resolutions( frequencies) and also made it use only one registry key. If the registry key is empty, or does not exist, or WINE_FAKEDISP environment variable is not defined it won't be used at all. Syntax is the same, expect you can separate multiple

Re: [patch] Fake display interface

2011-10-06 Thread Jari Vetoniemi
Bleh, Forgot to include the updated patch. There we go! 2011/10/6 Jari Vetoniemi mailro...@gmail.com: Hello, I have updated this to support multiple resolutions( frequencies) and also made it use only one registry key. If the registry key is empty, or does not exist, or WINE_FAKEDISP

Re: [patch] Fake display interface

2011-09-06 Thread Jari Vetoniemi
I have them both disabled, however then some applications won't work because they don't get any resolution information. I only use FakeDisp. 2011/9/5 Roderick Colenbrander thunderbir...@gmail.com: On Mon, Sep 5, 2011 at 3:14 PM, Jari Vetoniemi mailro...@gmail.com wrote: Yes, sorry about that..

Re: [patch] Fake display interface

2011-09-06 Thread GOUJON Alexandre
On 09/06/2011 02:25 PM, Jari Vetoniemi wrote: I have them both disabled, however then some applications won't work because they don't get any resolution information. I only use FakeDisp. IMO, there is a need and your patch is a solution (among other). Is there a relevant developer able to

Re: [patch] Fake display interface

2011-09-06 Thread Jari Vetoniemi
Well, I did the patch mostly for personal use and dropped here as some might find it useful. If wine ever needs something like this, let's say for testing or for some people wanting to fake display information, or do not want to use XRandR or others for some reason, then it would at least need to

Re: [patch] Fake display interface

2011-09-05 Thread GOUJON Alexandre
On 09/02/2011 10:57 PM, Jari Vetoniemi wrote: Yeah, I'm aware of virtual desktop and used to create scripts to launch applications using wine explorer \desktop=WIDTHxHEIGHT or whatever the parameters were, it works well. But means that you have to create always new shell script, and it also can

Re: [patch] Fake display interface

2011-09-05 Thread Jari Vetoniemi
Yes, sorry about that.. Gmail does not seem to play nice with some mailing lists which is weird. Anyways, I looked at the bug report. This could work for resolution and frequency, but it does not fake color depth. 2011/9/5 GOUJON Alexandre ale.gou...@gmail.com: On 09/02/2011 10:57 PM, Jari

Re: [patch] Fake display interface

2011-09-05 Thread Roderick Colenbrander
On Mon, Sep 5, 2011 at 3:14 PM, Jari Vetoniemi mailro...@gmail.com wrote: Yes, sorry about that.. Gmail does not seem to play nice with some mailing lists which is weird. Anyways, I looked at the bug report. This could work for resolution and frequency, but it does not fake color depth.

Re: [patch] Fake display interface

2011-09-04 Thread Hin-Tak Leung
--- On Fri, 2/9/11, Jari Vetoniemi mailro...@gmail.com wrote: Hello, I personally hate when applications decide to change my screen resolution without asking me, or some applications just won't run inside window. So I did fake display interface for the winex11.drv. It allows you to

[patch] Fake display interface

2011-09-02 Thread Jari Vetoniemi
Hello, I personally hate when applications decide to change my screen resolution without asking me, or some applications just won't run inside window. So I did fake display interface for the winex11.drv. It allows you to send any display resolution and frequency to the application, but it does

[patch] Fake display interface

2011-09-02 Thread Jari Vetoniemi
Yeah, I'm aware of virtual desktop and used to create scripts to launch applications using wine explorer \desktop=WIDTHxHEIGHT or whatever the parameters were, it works well. But means that you have to create always new shell script, and it also can prevent desktop integration for certain