Fixing Vivado ERROR: [Common 17-1374] Display test failed
I have experienced error when open Vivado 2024.2 ERROR: [Common 17-1374] Display test failed. Please check DISPLAY environment variable and X server permissions for remote display. My laptop using Debian 13 (64 bit), run on X11. After 1 hour troubleshooting, check library and display server related things, surprisingly it solved by install xterm. sudo apt install xterm Then run vivado through xterm and it can run smoothly.