Program appear off screen when in full screen mode.

Questions about Wine on Linux
Locked
dpo11
Newbie
Newbie
Posts: 2
Joined: Sun Oct 22, 2023 4:37 am

Program appear off screen when in full screen mode.

Post by dpo11 »

Hello all,

I have this problem that, whenever I run wine program.exe in fullscreen mode, it appears to be partially off screen. When I run it in virtual desktop mode, or even Xephyr, it works but the program readjusts the window size to the resolution of the program. Example: I run

Code: Select all

wine explorer /desktop=example,1920x1050 program.exe
and the program readjusts the window to programs natural 800x600. I appear to have similar problem like in this post -> viewtopic.php?t=23882 however, I do not use PlayOnLinux nor Lutris, just wine.

Thing is that this glitch didn't occur from the beginning. I remember how I played a game in fullscreen mode, fully rendered in whole monitor, but after few days it this glitch appeared. Only thing I installed / changed in my system since that is, that I installed

Code: Select all

openjdk-8-jdk
from Debian Sid - I had to change the sources.list for this installation only and then reverted back to Bookworm sources. I am not sure if it could affect the wine but I included it just in case.

I am running Debian Bookworm and AMD gpu with proprietary package amd64-microcode. I also use two screen setup, one in 1920x1080 as primary and 1280x1024 as secondary display. I do however installed both libxrandr and libxinerama as mentioned in ArchWiki.

Here is my term roll for running example program:

Code: Select all

>wine Vampirjagd.exe 
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0064:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0064:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0024:fixme:imm:ImeSetActiveContext (0001004E, 1): stub
0024:fixme:imm:ImmReleaseContext (00030048, 0001004E): stub
0024:err:vulkan:wine_vk_init Failed to load libvulkan.so.1.
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x1, ret 0x4.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x2, ret 0x4.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x15c, ret 0x4.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x15d, ret 0x4.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:x11drv:xinerama_get_fullscreen_monitors Failed to get xinerama fullscreen monitor indices.
0024:err:system:update_display_cache Failed to read display config.
0064:err:system:update_display_cache Driver reported devices, but we failed to read them.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x15e, ret 0x4.
0104:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0104:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x15f, ret 0x4.

Thank you for all your comments and help.
dpo11
Newbie
Newbie
Posts: 2
Joined: Sun Oct 22, 2023 4:37 am

Re: Program appear off screen when in full screen mode.

Post by dpo11 »

I think the problem might be in Xinerama, the error 0024. I found similiar post here on forum with user seeking help for Mass Effect. This post has no responses. Are there any troubleshooting procedures recommended please?
Locked