exp.html 879 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>The Experimental tab</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The Experimental tab</h1>
  7. <center><img src="../../../../en/img-guide/prefs-exp.png" width="375" height="321"></center>
  8. <p>These preferences enable features that are considered experimental,
  9. inserted to garner user feedback.</p>
  10. <ul>
  11. <li><b>Graphics acceleration:</b> One Logisim user observed
  12. that adding <tt>-Dsun.java2d.d3d=True</tt> to the command line seemed
  13. to improve Logisim's graphics performance by telling it to use hardware graphics
  14. acceleration. This drop-down box attempts to
  15. configure Logisim to set this up; reports about whether this drop-down box has
  16. any effect on performance would be welcome. It won't have
  17. any effect until Logisim is restarted.</p></li>
  18. </ul>
  19. <p><strong>Next:</strong> <em><a href="cmdline.html">Command line options</a></em>.</p>
  20. </body>
  21. </html>