Forum Discussion
Altera_Forum
Honored Contributor
10 years agomodelsim ase 10.4d/quartus lite 16.0,15.1 on linux source font problem
I can't read vhdl/verilog source because of too small font around 1pt. tools->edit preference->source windows->fixed font or text font size setting change was no effect. This problem is same aft...
Altera_Forum
Honored Contributor
10 years agoit may prove useful running vsim with specific command line arguments like LD_LIBRARY_PATH, see further :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mnt/media/Disk_H/Altera/lib-32-freetype2-workaround you edit the /bin/vsim file (well the file it links to i.e. "../vco"), then add this after the "#!/bin/sh" lines. where lib-32-freetype2-workaround is a directory where you put your versions of libraries in my case freetype2-2.5.0.1-1-i686 and the correspondig names (symlinks). This is a solution from the ARCH Wiki, the most "elegant" they say, as it does not mess up the freetype2 libs system-wide. We must work the other libraries too, just need to know precisely which. You said it works well on CentOS, please verify all the versions of the aforementioned libs if you can. It needs more isolation. cr4150n