<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>快速化 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/快速化/</link>
	<description>Feed of posts on WordPress.com tagged "快速化"</description>
	<pubDate>Sat, 06 Sep 2008 22:20:48 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[[快速化]これでLinuxデスクトップが遅くなるのでmouseover dictionaryなくなく止めましたと、windows mobileの存在理由]]></title>
<link>http://dreamkeyboard.wordpress.com/?p=128</link>
<pubDate>Sat, 07 Jun 2008 08:21:54 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/?p=128</guid>
<description><![CDATA[
firefox2でmouseover dictionary使ってましたが、これがlinuxデスクトップの体感速]]></description>
<content:encoded><![CDATA[<ol>
<li>firefox2で<b>mouseover dictionary使ってました</b>が、これが<b>linuxデスクトップの体感速度を劇遅に</b>していました。仕方なくやめました。英文サイトを読むのが憂鬱です。またたかだかadd-onひとつでシステムがまるまる遅くなるってどうよ？eclipseまで遅くなるんですが？という疑問はおいといて。これ位<b>すぐに気付け自分</b>。ば〜か</li>
<li>しかし、mouseover dictionaryを切ってもテキストボックスの文章入力が次第に遅くなるのは変化なし、改行を入れずに打ち込んでいくとみるみる速度が遅くなっていく。</li>
<li>linuxデスクトップが遅い遅いと書いたのが影響したとは到底思えないのだけど、日経Linuxだったかどこかの雑誌の特集が「これなら軽くて使えるLinux」みたいな記事を繰り出していて吹いた。</li>
<li>firefox3がよさげですが、こ便利なadd-on様達の対応時期を考慮するとなかなか移行に移れませんね。</li>
<li>安PC向けのwindows xpをみると思う。windows mobile, windows ceがまともにならなかったのは、短小で柔らかい(Microsoftの事)が、いつかはxpが動く端末が出ることを恐らく妄想していたからに違いない。<br />
売る方がそう考え、買う側もそう思っていたので、多くの買う側が無視し、特定のバカだけが買いそして反省したのだった。じゃん</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[快速化]日本語フォントだけアンチエイリアスをOFFにし快速快適]]></title>
<link>http://dreamkeyboard.wordpress.com/?p=125</link>
<pubDate>Mon, 26 May 2008 22:14:22 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/?p=125</guid>
<description><![CDATA[日本語フォントのアンチエイリアスだけを無効にした所、大して見栄えを]]></description>
<content:encoded><![CDATA[<p>日本語フォントのアンチエイリアスだけを無効にした所、大して見栄えを落とす事なくlinux版firefox2が使える速度で動作しました。</p>
<p>日本語フォントの見栄えについては、フォントが美しいとは言えないwindowsxp程度になります。稀に日本語フォントが著しく見苦しくなるホームページがありますが一部で目をつぶってもいいかなかと。日本語フォント以外はアンチエイリアスなど有効のままですので、そちらの品質に心配はありません。</p>
<p>eclipseとかも気分を害することなく使える速度になりました。ソースファイルが数十あるようなプロジェクトは開いていないのでまだまだ予断は許さないですが。</p>
<hr>
<p>追加）喜んでいたのはつかの間。この記事をfirefox2で開き、ホイールでスクロールしたところ引っかかる引っかかる。[PgUp][PgDnown]は全くストレスなく使えるところをみると、Xのホイールに何か問題があるのか・・・・。</p>
<hr>
<p>追加)愛用のmouseover dictionaryですが、これがかなりホイールのスクロールを邪魔している模様。これを外すとかなり快適になる。しかし未だ非仮想PC上と比較すると到底敵わない。</p>
<hr>
<p>以下はその設定(fedora 8の場合)</p>
<hr />
<ol>
<li>/etc/fonts/conf.d/25-no-hint-fedora.confを編集します</li>
<li>下記が示すの赤字の部分を日本語フォントっぽい所へすべて追加します。その次に25-no-hint-fedora.confを示します。</li>
<li>編集が済んだら、fontconfigをXに反映させます。私はログアウトしてXをリフレッシュさせて反映させました。(これは恥ずべき事です）</li>
</ol>
<pre>&#60;match target="font"&#62;
&#60;test name="family" compare="eq"&#62;
&#60;string&#62;Kochi Gothic&#60;/string&#62;
&#60;/test&#62;
<span style="color:#ff0000;">&#60;edit name="antialias" mode="assign"&#62;
&#60;bool&#62;false&#60;/bool&#62;
&#60;/edit&#62;</span>
&#60;edit name="hinting" mode="assign"&#62;
&#60;bool&#62;false&#60;/bool&#62;
&#60;/edit&#62;
&#60;edit name="embeddedbitmap" mode="assign"&#62;
&#60;bool&#62;false&#60;/bool&#62;
&#60;/edit&#62;
&#60;/match&#62;</pre>
<p>この下は編集後の25-no-hint-fedora.conf</p>
<pre> &#60;?xml version="1.0"?&#62;
&#60;!DOCTYPE fontconfig SYSTEM "fonts.dtd"&#62;

&#60;fontconfig&#62;

&#60;!-- We can't hint CJK fonts well, so turn off hinting for CJK fonts. --&#62;

	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Kochi Mincho&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="antialias" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="embeddedbitmap" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Kochi Gothic&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="antialias" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="embeddedbitmap" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Sazanami Mincho&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="antialias" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="embeddedbitmap" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Sazanami Gothic&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="antialias" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
		&#60;edit name="embeddedbitmap" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Baekmuk Batang&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Baekmuk Dotum&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Baekmuk Gulim&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Baekmuk Headline&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;AR PL Mingti2L Big5&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;AR PL ShanHeiSun Uni&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
                &#60;edit name="embeddedbitmap" mode="assign"&#62;
                        &#60;bool&#62;true&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;
        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;AR PL KaitiM Big5&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;AR PL ZenKai Uni&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;AR PL SungtiL GB&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;AR PL KaitiM GB&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;ZYSong18030&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;

 &#60;!--
 We also need to turn off hinting for Indic fonts with a joined baseline.
 --&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Mukti Narrow&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Lohit Hindi&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Lohit Bengali&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Lohit Punjabi&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;

&#60;!--
Gujarti fonts are distorted when hinting is enabled. Turn it off.
--&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;Lohit Gujarati&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;

&#60;!--
Disabling hinting for newly added Indic fonts (kn/or/ml/te)
--&#62;
        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;Lohit Kannada&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;

        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;Lohit Oriya&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;

        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;Lohit Malayalam&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;

        &#60;match target="font"&#62;
                &#60;test name="family" compare="eq"&#62;
                        &#60;string&#62;Lohit Telugu&#60;/string&#62;
                &#60;/test&#62;
                &#60;edit name="hinting" mode="assign"&#62;
                        &#60;bool&#62;false&#60;/bool&#62;
                &#60;/edit&#62;
        &#60;/match&#62;

&#60;!--
And Sinhala
--&#62;
	&#60;match target="font"&#62;
		&#60;test name="family" compare="eq"&#62;
			&#60;string&#62;LKLUG&#60;/string&#62;
		&#60;/test&#62;
		&#60;edit name="hinting" mode="assign"&#62;
			&#60;bool&#62;false&#60;/bool&#62;
		&#60;/edit&#62;
	&#60;/match&#62;

&#60;/fontconfig&#62;</pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[fedora 8の表示速度とレスポンスの改善とLinux版firefox 2でgoogle mapが使えるようになった話]]></title>
<link>http://dreamkeyboard.wordpress.com/?p=124</link>
<pubDate>Sun, 25 May 2008 08:15:22 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/?p=124</guid>
<description><![CDATA[
fedora 9がリモートログインできるようになるまでまだ時間がありそうなの]]></description>
<content:encoded><![CDATA[<ol>
<li>fedora 9がリモートログインできるようになるまでまだ時間がありそうなので、今暫くfedora 8を快適にできないか模索してみる。</li>
<li>fedora 9でもfirefox3b5でページスクロールをしている時引っかかることがあって、バージョンアップに魅力を感じなくなってしまったという事もある。</li>
<li>なんとか、eclipse, openoffice calc そして大事なfirefoxがそれなりの見栄え品質を維持して、まともに使える速度になるといいのだが・・・</li>
<li>というのもフォントのantialiasやらhintingをgnomeのフォント設定ですべて無にしてしまうと、ちょっと悲しい見栄えなんだよね。</li>
<li>でfontconfigまわりを弄り、日本語フォントのantialiasを切ってみた。</li>
</ol>
<p>んで様子見〜。さてさてどんな事になるのか</p>
<p>追伸</p>
<ol>
<li>久しぶりにlinux版firefox2でgoogle mapを使ったのだが、驚いたことにイメージが表示されるようになって使えるようになっている。今までは地図のビットマップのロードにwindows版からは想像できないくらい時間がかかっていて使い物になるとかいうレベルではなかったのだが</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[覚書]linux版firefox3ベータ4はlinuxユーザーにとって確かな福音]]></title>
<link>http://dreamkeyboard.wordpress.com/2008/03/13/%e8%a6%9a%e6%9b%b8linux%e7%89%88firefox3%e3%83%99%e3%83%bc%e3%82%bf4%e3%81%aflinux%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%ab%e3%81%a8%e3%81%a3%e3%81%a6%e7%a2%ba%e3%81%8b%e3%81%aa%e7%a6%8f/</link>
<pubDate>Thu, 13 Mar 2008 13:05:58 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/2008/03/13/%e8%a6%9a%e6%9b%b8linux%e7%89%88firefox3%e3%83%99%e3%83%bc%e3%82%bf4%e3%81%aflinux%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%ab%e3%81%a8%e3%81%a3%e3%81%a6%e7%a2%ba%e3%81%8b%e3%81%aa%e7%a6%8f/</guid>
<description><![CDATA[firefox2の遅さで悶々としているのなら、悪いことは言わないfirefox3ベータ4]]></description>
<content:encoded><![CDATA[<p>firefox2の遅さで悶々としているのなら、悪いことは言わないfirefox3ベータ4に乗り換えるべきだ。</p>
<p>乗り換えるべき理由</p>
<ul>
<li>速い</li>
<li>軽い</li>
<li>マウスホイールのスクロールがストレス無く使えるようになった</li>
<li>右上の検索ボックスを日本語入力の遅さ、ひっかかりがなくなった</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[覚書]firefox 3ベータで解決！linux版firefox2がいろいろと遅い件]]></title>
<link>http://dreamkeyboard.wordpress.com/?p=73</link>
<pubDate>Tue, 11 Mar 2008 14:19:06 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/?p=73</guid>
<description><![CDATA[linux版firefox 2。windows版と違って色々と問題を抱えているのか？windowsのieに]]></description>
<content:encoded><![CDATA[<p>linux版firefox 2。windows版と違って色々と問題を抱えているのか？windowsのieに対抗して、netscape辺りで頑張っていたレベルとは違う。使えるのだけど、windows版なみに操作しだすと途端に苦痛になる。</p>
<p>苦痛の一つに、googleの検索ボックス(右上)の日本語入力の遅さがある。firefoxを起動直後はあまり気にならない。（いやこれは嘘だ。なんかとても怪しい事が行われているという様子がプンプンだ)</p>
<p>それが暫くすると、もうこれはどうしたものかという程に入力が遅くなっていく。遅いのに合わせてこれまでの入力文字列の一覧を表示しようとして二重に鬱陶しい。</p>
<p>それでfirefox 3を導入してみた。うん。scimのキャレットとかとてもキレイに動いているようにみえる。もう３時間程つかってみたが特に遅いという印象はないし、fedora8自体も遅くなっている印象はない。これはイイ</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[覚書]あまりの不覚。vmwareのネットワーク性能の劣悪がここまでXを使えなくするのか？その２]]></title>
<link>http://dreamkeyboard.wordpress.com/?p=72</link>
<pubDate>Tue, 11 Mar 2008 12:48:31 +0000</pubDate>
<dc:creator>dreamkeyboard</dc:creator>
<guid>http://dreamkeyboard.wordpress.com/?p=72</guid>
<description><![CDATA[前回のvmwareのNIC性能にX Serverの性能が犠牲になっていることが判明したの]]></description>
<content:encoded><![CDATA[<p>前回のvmwareのNIC性能にX Serverの性能が犠牲になっていることが判明したので、早速NICを増設し、vmのネットワークカードを割り当てた。</p>
<p><b>結果.....見違えるように使えるようになった。Xmingが。</b></p>
<p>NICがボトルネックだというのは昨今のvmware事情では当然。しかし、まさかXでこれ程とは。サーバをvmware serverに集約するときにvm毎に物理NICを別々に割り当てると性能劣化を防げるとかを移行レビューにあったの思い出して良かった。</p>
]]></content:encoded>
</item>

</channel>
</rss>
