HI there,
I was trying to install **Vivado Xilinx **software on Tumbleweed machine.
It is not a supported distro for Vivado but I wanted to give it a try as I’m using Tumbleweed as my daily driver nowadays.
If I just start to install binary without **sudo **the installation process starts with no problem and will stop at the very late stage of installation.
I tried with sudo and it not allowing me to to install with X11 error:
ERROR: Installer could not be started.
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:208)
at java.desktop/java.awt.Window.<init>(Window.java:548)
at java.desktop/java.awt.Frame.<init>(Frame.java:423)
at java.desktop/java.awt.Frame.<init>(Frame.java:388)
at java.desktop/javax.swing.JFrame.<init>(JFrame.java:180)
at h.b.<init>(Unknown Source)
at com.xilinx.installer.gui.F.<init>(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.<init>(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.<clinit>(Unknown Source)
at com.xilinx.installer.api.InstallerLauncher.main(Unknown Source)
I also have tried Vivado on Leap 15.2 ( even is not supported) and worked fine with no issue.
Now I’m wondering if that X11 error could be sorted on Tumbleweed?
Kind Regards