On 23/02/07, Jan Zerebecki jan.wine@zerebecki.de wrote:
From: Jan Zerebecki jan.wine@zerebecki.de Changelog: winex11.drv: Set the refresh rate for the virtual desktop to 60 instead of 0. If HKCU\Software\Wine\X11 Driver\FakeRefreshRate is set, it is interpreted as a comma delimited list of refresh rates to use instead.
Perhaps there should be a winecfg option for this, together with the one that already exists for the resolution.
On Fri, Feb 23, 2007 at 09:35:27AM +0100, H. Verbeet wrote:
On 23/02/07, Jan Zerebecki jan.wine@zerebecki.de wrote:
winex11.drv: Set the refresh rate for the virtual desktop to 60 instead of 0. If HKCU\Software\Wine\X11 Driver\FakeRefreshRate is set, it is interpreted as a comma delimited list of refresh rates to use instead.
Perhaps there should be a winecfg option for this, together with the one that already exists for the resolution.
I don't think so. The only use is to make games happy that require a certain refresh rate (which is broken behaviour). If any require a refresh rate besides 60 we should extend the default value. So in the end the option would be of no use for the normal user.
Jan
"H. Verbeet" hverbeet@gmail.com writes:
On 23/02/07, Jan Zerebecki jan.wine@zerebecki.de wrote:
From: Jan Zerebecki jan.wine@zerebecki.de Changelog: winex11.drv: Set the refresh rate for the virtual desktop to 60 instead of 0. If HKCU\Software\Wine\X11 Driver\FakeRefreshRate is set, it is interpreted as a comma delimited list of refresh rates to use instead.
Perhaps there should be a winecfg option for this, together with the one that already exists for the resolution.
In what case would you need to configure this? Can't we simply hardcode a couple of standard values?
On 23/02/07, Alexandre Julliard julliard@winehq.org wrote:
In what case would you need to configure this? Can't we simply hardcode a couple of standard values?
Mostly for broken games that want specific values :-) But yeah, hardcoding standard values probably goes a long way.
On Fri, Feb 23, 2007 at 10:55:21AM +0100, H. Verbeet wrote:
On 23/02/07, Alexandre Julliard julliard@winehq.org wrote:
In what case would you need to configure this? Can't we simply hardcode a couple of standard values?
Mostly for broken games that want specific values :-) But yeah, hardcoding standard values probably goes a long way.
The RandR extension might help here too.
Ciao, Marcus
On 23/02/07, Marcus Meissner meissner@suse.de wrote:
On Fri, Feb 23, 2007 at 10:55:21AM +0100, H. Verbeet wrote:
On 23/02/07, Alexandre Julliard julliard@winehq.org wrote:
In what case would you need to configure this? Can't we simply hardcode a couple of standard values?
Mostly for broken games that want specific values :-) But yeah, hardcoding standard values probably goes a long way.
The RandR extension might help here too.
Not for virtual desktop mode. Normal fullscreen mode works fine as long as your xorg.conf is setup properly, but virtual desktop currently reports 0 for the refresh rate. Unless you're suggesting getting a list of resolutions and refresh rates from XRandR?