Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThis is the same issue we had earlier with the hang of MegaWizard when trying to configure an ALTPLL instance. Probably an issue with Ubuntu's X display.
One simple workaround I found is to start Quartus through an ssh tunnel to localhost with X display forwarding: When you normally start quartus with
/opt/intelFPGA_lite/17.0/quartus/bin/quartus
start it instead with
ssh -Y localhost /opt/intelFPGA_lite/17.0/quartus/bin/quartus
the latter command will reliably avoid the MegaWizard hang (at least for me). No need to rename or reinstall anything.- baetis-ma5 years ago
New Contributor
ssh -Y localhost worked for me too. Thank you very much!!