Re: winex11: Silence a noisy winediag ERR in xrandr12_init_modes
6 May
2014
6 May
'14
8:13 a.m.
On 5 May 2014 22:53, André Hentschel <nerv(a)dawncrow.de> wrote:
- ERR_(winediag)("Broken NVIDIA RandR detected, falling back to RandR 1.0. " - "Please consider using the Nouveau driver instead.\n"); + static int once; + if (!once++) ERR_(winediag)("Broken NVIDIA RandR detected, falling back to RandR 1.0. " + "Please consider using the Nouveau driver instead.\n"); Does this actually help? We really shouldn't be calling X11DRV_XRandR_Init() much more often than once per process.
4328
Age (days ago)
4328
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet