Radeon RX 9070 XT¶
🪲 Graphic bugs in desktop applications¶
The Adrenalin graphics driver (confirmed for versions 25.3.1 and later) causes graphic bugs in various desktop applications when hardware acceleration is enabled. The bug does not appear if
- The PRO Edition drivers are installed or
- No AMD drivers are installed
Visual Studio Code¶
With Light Themes, the mouse cursor “disappears” in the editor area (GitHub Issue).
Workaround¶
In the file %USERPROFILE%\.vscode\argv.json add (uncomment) the row "disable-hardware-acceleration": true.
Alternatively disable multi plane overlay (source):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"OverlayTestMode"=dword:00000005
Datacrow (Java)¶
After right-clicking on an image in an entry (and moving the mouse) or attempting to filter by tag, the GUI elements seem to "move around".
Workaround¶
Disable hardware acceleration by starting the application with java -Dsun.java2d.noddraw=true -jar datacrow-client-5.0.0.jar (source).
🪲 OpenCL applications crash on startup¶
Some applications that uses OpenCL crash on startup.
Darktable¶
Confirmed for Darktable 5.4.1 and Adrenalin graphics driver 26.5.2 and later. Fixed with Darktable 5.6.0.
The Workaround is to launch the program with darktable.exe --disable-opencl .