From: <de...@us...> - 2009-09-28 00:39:36
|
Revision: 1849 http://iterm.svn.sourceforge.net/iterm/?rev=1849&view=rev Author: delx Date: 2009-09-28 00:39:30 +0000 (Mon, 28 Sep 2009) Log Message: ----------- Updated faq Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-09-27 23:41:46 UTC (rev 1848) +++ website/faq.shtml 2009-09-28 00:39:30 UTC (rev 1849) @@ -9,11 +9,16 @@ <ul> <li> - <div class="question">My preferences are lost after I upgraded!</div> - <div class="answer"><p>Please quit your iTerm. Then go to <tt>~/Library/Preferences/</tt>, and copy or rename iTerm.plist to net.sourceforge.iTerm.plist.</p></div> + <div class="question">I get blank windows, or transparent windows in expose.</div> + <div class="answer"><p>Try turning off blur in your terminals. Unfortunately Apple has yet to create a public API for this functionality, and the undocument API we use at the moment has glitches. Namely it doesn't work at all on some older Macs (eg, PowerPC iBook G4s), also on Snow Leopard it causes windows to disappear during expose.</p></div> </li> <li> + <div class="question">My iTerm is too slow. What can I do to improve its performance?</div> + <div class="answer"><p>First of all, upgrade to the latest version. We are constantly updating the program to improve its performance. The latest version should run at least as fast as Apple's Terminal.app. Secondly, there are a couple of things you can tweak. Avoid using a big scrollback buffer. This would use a lot of memory especially if you have lots of tab open. Keeping windows geometry and font size small helps too. Disable transparency and anti-aliasing does have a minimal effect on speed. Turning off blur can improve performance dramatically for users with older computers. There is also an option to allow users to adjust the display refresh rate. Fast refreshing rate means more CPU usage, and it might decrease performance when there is a lot of scrolling.</p></div> + </li> + + <li> <div class="question">Why my arrow/HOME/END keys are not working?</div> <div class="answer"> <p>In one of the old versions, there was a Terminal Profile called "Xterm (OS X)". That one CAN CAUSE this problem. Please remove it if you still have it.</p> @@ -37,13 +42,13 @@ </li> <li> - <div class="question">Where does iTerm store its settings?</div> - <div class="answer"><p>Since version 0.8.0, all the setting is stored in <tt>~/Library/Preferences/iTerm.plist</tt>. In case something goes wrong, you can delete this file and iTerm will generate a new settings file that should always work.</p></div> + <div class="question">My preferences are lost after I upgraded!</div> + <div class="answer"><p>Please quit your iTerm. Then go to <tt>~/Library/Preferences/</tt>, and copy or rename iTerm.plist to net.sourceforge.iTerm.plist.</p></div> </li> <li> - <div class="question">My iTerm is too slow. What can I do to improve its performance?</div> - <div class="answer"><p>First of all, upgrade to the latest version. We are constantly updating the program to improve its performance. The latest version should run at least as fast as Apple's Terminal.app. Secondly, there are a couple of things you can tweak. iTerm does the fast drawing by caching the images of glyphs in the memory. Anything that helps to save memory helps the performance. Avoid using a big scrollback buffer. This would use a lot of memory especially if you have lots of tab open. Keeping windows geometry and font size small helps too. Disable anti-aliasing does a minimal effect on speed. Since version 0.9.0, there is a new option to allow users to adjust the display refresh rate. Fast refreshing rate means more CPU usage, and it might decrease performance when there is a lot of scrolling.</p></div> + <div class="question">Where does iTerm store its settings?</div> + <div class="answer"><p>Preferences, including profiles and bookmarks are stored in <tt>~/Library/Preferences/net.sourceforge.iTerm.plist</tt>. If something goes wrong, you can try deleting this file and iTerm will generate a new settings file that should always work.</p></div> </li> <li> @@ -62,11 +67,6 @@ </li> <li> - <div class="question">The anti-aliasing looks funny. Is there a way to adjust it?</div> - <div class="answer"><p>Yes, there is. There is a hidden setting of StrokeWidth and BoldStrokeWidth that you can play with. See the <a href="http://iterm.sourceforge.net/resource.shtml">Resource</a> page for details. Set them to 0 gives you a standard anti-alias rendering. Any negative number gives you a bolder look.</p></div> - </li> - - <li> <div class="question">Characters on screen are not aligned correctly.</div> <div class="answer"><p>Check the option for "use double width for Non-ASCII characters".</div> </li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-09-28 13:04:09
|
Revision: 1859 http://iterm.svn.sourceforge.net/iterm/?rev=1859&view=rev Author: delx Date: 2009-09-28 13:04:01 +0000 (Mon, 28 Sep 2009) Log Message: ----------- Added faq about broken auto update Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-09-28 13:00:42 UTC (rev 1858) +++ website/faq.shtml 2009-09-28 13:04:01 UTC (rev 1859) @@ -9,6 +9,11 @@ <ul> <li> + <div class="question">Auto update does not work</div> + <div class="answer"><p>Version 0.9.6.20090923 and 0.9.6.20090927 are broken and will not auto update to future releases. You can fix this simply by ticking and unticking the "Prompt for test release updates" box in preferences. Alternatively, download a newer version directly from this site.</p></div> + </li> + + <li> <div class="question">I get blank windows, or transparent windows in expose.</div> <div class="answer"><p>Try turning off blur in your terminals. Unfortunately Apple has yet to create a public API for this functionality, and the undocument API we use at the moment has glitches. Namely it doesn't work at all on some older Macs (eg, PowerPC iBook G4s), also on Snow Leopard it causes windows to disappear during expose.</p></div> </li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-09-30 00:31:44
|
Revision: 1864 http://iterm.svn.sourceforge.net/iterm/?rev=1864&view=rev Author: delx Date: 2009-09-30 00:31:38 +0000 (Wed, 30 Sep 2009) Log Message: ----------- Added faq for open new tab in cwd Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-09-28 23:47:17 UTC (rev 1863) +++ website/faq.shtml 2009-09-30 00:31:38 UTC (rev 1864) @@ -24,6 +24,11 @@ </li> <li> + <div class="question">How do I make new tabs open in the same directory as previous ones?</div> + <div class="answer"><p>This is a new feature, so make sure you're running one of the test releases. First you need to change your bookmark command to run <tt>/bin/bash -li</tt>, then remove any working directory from the bookmark. The user interface for this will be improved soon.</p></div> + </li> + + <li> <div class="question">Why my arrow/HOME/END keys are not working?</div> <div class="answer"> <p>In one of the old versions, there was a Terminal Profile called "Xterm (OS X)". That one CAN CAUSE this problem. Please remove it if you still have it.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-01 23:22:57
|
Revision: 1865 http://iterm.svn.sourceforge.net/iterm/?rev=1865&view=rev Author: delx Date: 2009-10-01 23:22:36 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Added FAQ for bold rendering change Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-09-30 00:31:38 UTC (rev 1864) +++ website/faq.shtml 2009-10-01 23:22:36 UTC (rev 1865) @@ -19,6 +19,18 @@ </li> <li> + <div class="question">I don't like the way that iTerm renders bold fonts</div> + <div class="answer"> + <p>Try pressing CMD-I and unchecking the Bold option. If you like the result then press "Update" to save it.</p> + <p>Try running this command to see the difference between the two behaviours:</p> + <pre> +echo -ne '\e[0;31mplain\n\e[1;31mbold\n'\ +'\e[0;91mhighlight\n\e[1;91mbold+highlight\n\e[0m' +</pre> + <p>With bold off, the last three appear the same, with bold on they are all distinct.</p> + </li> + + <li> <div class="question">My iTerm is too slow. What can I do to improve its performance?</div> <div class="answer"><p>First of all, upgrade to the latest version. We are constantly updating the program to improve its performance. The latest version should run at least as fast as Apple's Terminal.app. Secondly, there are a couple of things you can tweak. Avoid using a big scrollback buffer. This would use a lot of memory especially if you have lots of tab open. Keeping windows geometry and font size small helps too. Disable transparency and anti-aliasing does have a minimal effect on speed. Turning off blur can improve performance dramatically for users with older computers. There is also an option to allow users to adjust the display refresh rate. Fast refreshing rate means more CPU usage, and it might decrease performance when there is a lot of scrolling.</p></div> </li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-02 00:11:19
|
Revision: 1866 http://iterm.svn.sourceforge.net/iterm/?rev=1866&view=rev Author: delx Date: 2009-10-02 00:11:11 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Fixed faq entry for Snow Leopard Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-10-01 23:22:36 UTC (rev 1865) +++ website/faq.shtml 2009-10-02 00:11:11 UTC (rev 1866) @@ -24,7 +24,7 @@ <p>Try pressing CMD-I and unchecking the Bold option. If you like the result then press "Update" to save it.</p> <p>Try running this command to see the difference between the two behaviours:</p> <pre> -echo -ne '\e[0;31mplain\n\e[1;31mbold\n'\ +printf '\e[0;31mplain\n\e[1;31mbold\n'\ '\e[0;91mhighlight\n\e[1;91mbold+highlight\n\e[0m' </pre> <p>With bold off, the last three appear the same, with bold on they are all distinct.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |