Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi, I was able to fix my scaling for Quartus II as well as the Nios II Eclipse SBT. I have a 4K Surface Pro 4 with two 1K monitors attached.
The problem is that the application telling windows it will manage it's own scaling but fails to do so in mixed 4K/1K environments. What you can create your own manifests and tell windows to accept them: http://winaero.com/blog/how-to-fix-apps-that-look-small-on-high-dpi-and-high-resolution-displays/ The following are the manifests I copied and pasted to in order to help with my workflow (Quartus, Eclipse, Megawizard for custom IP, java): C:\altera_lite\16.0\quartus\bin64\jre64\bin\java.exe.manifest C:\altera_lite\16.0\quartus\bin64\jre64\bin\javaw.exe.manifest C:\altera_lite\16.0\quartus\bin64\qmega_ramq.exe.manifest C:\altera_lite\16.0\nios2eds\bin\eclipse-nios2.exe.manifest C:\altera_lite\16.0\quartus\bin64\quartus.exe.manifest ***Be sure to read through the link above. You must set a windows registry key as specified AND copy the manifest XML file in the same directory. Please rep if you find helpful =)