Slow rendering without emulate virtual desktop

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
allencch
Level 1
Level 1
Posts: 6
Joined: Sun Dec 11, 2011 6:44 am

Slow rendering without emulate virtual desktop

Post by allencch »

I just found that recent update of wine (7.13) is slow when rendering the dialog.

But if I enable Emulate a Virtual Desktop, then the rendering becomes normal.

Does anyone experience similar issue?

Example screencast (gif) can be found here https://imgur.com/AkbNE53
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Slow rendering without emulate virtual desktop

Post by jkfloris »

Unfortunately, I can't reproduce the problem with Debian Sid, GNOME 42.3
Do you get any errors or warnings when you start winecfg from the command line?
allencch
Level 1
Level 1
Posts: 6
Joined: Sun Dec 11, 2011 6:44 am

Re: Slow rendering without emulate virtual desktop

Post by allencch »

Interestingly, now I am using laptop without connecting to external monitor through HDMI, then the rendering is normal.

The console shows

Code: Select all

00b4:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0120:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0120:fixme:imm:ImeSetActiveContext (0000000000010066, 1): stub
0120:fixme:imm:ImmReleaseContext (0000000000010074, 0000000000010066): stub
00b4:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
00b4:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
But with external monitor, I will get extra message,

Code: Select all

0068:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
I think it is related to this post viewtopic.php?f=8&t=36360

By the way, I am using Arch Linux.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Slow rendering without emulate virtual desktop

Post by jkfloris »

I can't found a bug report of this issue, so feel free to open a new one.
You can help the developers by locating the error with a regression test.
Locked