When I try to run any exe program with Wine, the windows look like this:


It's as if they are not rendering properly and are being created with whatever is behind them. Also, if I try to move the cursor over the windows, the cursor disappears. I can interact with the keyboard, but since the windows are not rendering properly, I can't see what I'm doing. If I try with the Nouveau driver, it works perfectly and the windows look fine.
These are the messages I get when I try to run an EXE program:
Code: Select all
user@Ubuntu:~/Downloads$ wine npp.8.6.8.Installer.x64.exe
0074:err:winediag
Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
00d4:err:winediag
Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0034:err:winediag
Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0024:err:winediag
Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Code: Select all
user@Ubuntu:~$ xrandr
Screen 0: minimum 8 x 8, current 3280 x 768, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1360x768+1920+0 (normal left inverted right x axis y axis) 640mm x 360mm
1360x768 59.80*+
1920x1080 60.00 59.94 50.00 29.97 25.00 23.98 60.05 60.00 50.04
1280x720 59.94 50.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
None-1-1 connected primary (normal left inverted right x axis y axis)
1920x1080 60.00 +
Thanks and sorry for my ignorance.