[Issue] Quartus Standard Edition on Ubuntu Desktop 18.04.05 (VMware)
Hi
Quartus Version:Standard Edition 20.1.1
OS:Ubuntu Desktop 18.04.05
My company bought the Arria 10 SOC Development kit recently.
I try to install Quartus Standard Edition 20.1.1 on Ubuntu Desktop 18.04.05(VMware).
After I execute quartus, the License Setup Required Window shows "nothing".
I try to install Lite Edition, it shows nothing too.
I follow the Youtuber's steps to install quartus, the license window shows "nothing" too...
https://www.youtube.com/watch?v=WHI5Xz7jycA&t=318s
Is there anyone met the issue like this?
My Building Procedure.
1. Create Ubuntu Desktop 18.04.05 on VMware
2. Install nessesary librarys
apt install -y lib32ncurses5 lib32z1 libx11-6:i386 libxext6:i386 libxft2:i386
apt install -y liblzma-dev libqt5xml5 libstdc++6:i386 libncurses5:i386 libxtst6:i386 libc6-dev-i386
3. Install libpng12
wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_amd64.deb
dpkg -i libpng12-0_1.2.54-1ubuntu1.1_amd64.deb
4. Execute Quartus (the window shows nothing and no any error message)