I'm trying to use NVidia card from my laptop under wine. First, I checked glxinfo -B:
Code: Select all
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1536 MB
Total available memory: 1536 MB
Currently available dedicated video memory: 722 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 460M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.138
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.0 NVIDIA 390.138
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.138
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
0249:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
i also setup : winetricks orm=backbuffer glsl=disable
but without any help. It is not faster and still the background of window is black for a while before to be painted to standard app color.
How could i solve it ?
thx