<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThinkPad with Ubuntu</title>
	<atom:link href="http://yoshi-1968.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yoshi-1968.com</link>
	<description>～気が向いたときに時々メモる備忘録～</description>
	<lastBuildDate>Sat, 29 May 2010 05:46:38 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CORESERVER</title>
		<link>http://yoshi-1968.com/2010/05/29/coreserver/</link>
		<comments>http://yoshi-1968.com/2010/05/29/coreserver/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:46:38 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[CORESERVER]]></category>
		<category><![CDATA[XREA]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=304</guid>
		<description><![CDATA[最近、本サイトの表示がやたらと遅くなっていたので調べたところ、サーバーが非常に混雑してました。
様子はこちらで確認できます。
これはダメだということで、そそくさと空いているサーバーに引っ越したら快適になりました。
これか [...]]]></description>
			<content:encoded><![CDATA[<p>最近、本サイトの表示がやたらと遅くなっていたので調べたところ、サーバーが非常に混雑してました。<br />
様子は<a href="http://mainte.coreserver.jp/">こちら</a>で確認できます。<br />
これはダメだということで、そそくさと空いているサーバーに引っ越したら快適になりました。<br />
これからは時々チェックすることにしよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2010/05/29/coreserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>インストール直後（続き）</title>
		<link>http://yoshi-1968.com/2010/05/04/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c%ef%bc%88%e7%b6%9a%e3%81%8d%ef%bc%89/</link>
		<comments>http://yoshi-1968.com/2010/05/04/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c%ef%bc%88%e7%b6%9a%e3%81%8d%ef%bc%89/#comments</comments>
		<pubDate>Tue, 04 May 2010 12:09:13 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[TrackPoint]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=288</guid>
		<description><![CDATA[続きです。

TrackPontの感度設定は&#8221;Configure Trackpoint&#8221;が便利だそうです。ありの日記さんのサイトで紹介されていましたので早速変更。もうrc.localで試行錯誤しな [...]]]></description>
			<content:encoded><![CDATA[<p>続きです。</p>
<ol>
<li>TrackPontの感度設定は&#8221;Configure Trackpoint&#8221;が便利だそうです。<a href="http://d.hatena.ne.jp/hiro_nemu/20100418/1271599123">ありの日記</a>さんのサイトで紹介されていましたので早速変更。もうrc.localで試行錯誤しなくてもいい！<br />
ついでにセンターボタンの有効化もttp.shではなく、/usr/lib/X11/xorg.conf.d/20-thinkpad.confでOKだそうなので変更しました。<br />
中身はこれ。</p>
<blockquote><p>Section &#8220;InputClass&#8221;<br />
Identifier &#8220;Trackpoint Wheel Emulation&#8221;<br />
MatchProduct &#8220;TrackPoint&#8221;<br />
MatchDevicePath &#8220;/dev/input/event*&#8221;<br />
Driver &#8220;evdev&#8221;<br />
Option &#8220;EmulateWheel&#8221; &#8220;true&#8221;<br />
Option &#8220;EmulateWheelButton&#8221; &#8220;2&#8243;<br />
Option &#8220;Emulate3Buttons&#8221; &#8220;false&#8221;<br />
Option &#8220;XAxisMapping&#8221; &#8220;6 7&#8243;<br />
Option &#8220;YAxisMapping&#8221; &#8220;4 5&#8243;<br />
EndSection</p></blockquote>
<p>感謝！</li>
<li>GDM背景画像の変更（既出）。デスクトップと同じ画像にしました。</li>
<li>Japanese Teamによる追加パッケージの設定。詳細は<a href="http://www.ubuntulinux.jp/products/JA-Localized">Ubuntuの日本語環境</a>をご覧ください。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2010/05/04/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c%ef%bc%88%e7%b6%9a%e3%81%8d%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>インストール直後</title>
		<link>http://yoshi-1968.com/2010/05/02/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c/</link>
		<comments>http://yoshi-1968.com/2010/05/02/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c/#comments</comments>
		<pubDate>Sun, 02 May 2010 12:34:41 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=281</guid>
		<description><![CDATA[とりあえず実効したことやインストールしたものを羅列。

System &#8211; Administration &#8211; Language Support から日本語サポートの追加
（ネットワーク設定を後回しに [...]]]></description>
			<content:encoded><![CDATA[<p>とりあえず実効したことやインストールしたものを羅列。</p>
<ol>
<li>System &#8211; Administration &#8211; Language Support から日本語サポートの追加<br />
（ネットワーク設定を後回しにしたためインストール時に設定されませんでした）</li>
<li>センターボタンの有効化（既出のとおり）</li>
<li>Trackpointの感度の設定（既出のとおり）</li>
<li>設定エディタのメニュー表示（デスクトップアイコンを表示させるため）</li>
<li>Plymouth-Themesの追加（defaultのテーマは起動時にsplashが出なかったので）</li>
<li>Alternatives-Configuratorのインストール（Plymouthのテーマ変更用）</li>
<li>Firefoxの「Backspaceで戻る」を有効化（クセなので）</li>
<li>Thunderbirdのインストール（慣れているので）</li>
<li>Ubuntu restricted extrasのインストール（javaその他必要なソフトをまとめてインストール）</li>
<li>FileZillaのインストール（ftpクライアント）</li>
<li>Adobe Readerのインストール</li>
</ol>
<p>などなど。TurboPrint2(MP980プリンタドライバ）など他にもまだまだ有りそうですが、とりあえず今日はここまで。</p>
<p>（追伸）<br />
IBusにどうしても慣れないのでSCIMをインストールしました。使用する入力メソッドの変更はAlternatives-Configuratorでワンクリック。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2010/05/02/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e7%9b%b4%e5%be%8c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10.04</title>
		<link>http://yoshi-1968.com/2010/05/02/10-04/</link>
		<comments>http://yoshi-1968.com/2010/05/02/10-04/#comments</comments>
		<pubDate>Sun, 02 May 2010 04:45:04 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=274</guid>
		<description><![CDATA[/home/***をtarでまとめてバックアップしてからクリーンインストールしました。
ハマったのは最終ステップの右下拡張ボタンでGRUBのインストール場所を選択するとき。
ドロップダウンメニューで選択できる/dev/s [...]]]></description>
			<content:encoded><![CDATA[<p>/home/***をtarでまとめてバックアップしてからクリーンインストールしました。</p>
<p>ハマったのは最終ステップの右下拡張ボタンでGRUBのインストール場所を選択するとき。<br />
ドロップダウンメニューで選択できる/dev/sda3ではOKボタンを選択できませんでしたが、(hd0,3)と指定すれば大丈夫でした。</p>
<p>もう一つの失敗は、設定を確認するために「戻る」ボタンでユーザーアカウント情報まで後戻りしたとき。<br />
こうするとパーティション設定も初期化され、HDD がまるごと ubuntu になってしまい呆然としました。<br />
パーティション設定のところまで後一画面戻ればよかったのですが後の祭り。<br />
Windowsは綺麗に無くなったので再インストールです。</p>
<p>センターボタン有効化も若干工夫が必要で、9.10までの/etc/hal/fdi/policy/mouse-wheel.fdiの作成では何故か動作しませんでした（スペルミス？）<br />
<del datetime="2010-05-05T04:01:51+00:00">ですので、/usr/local/sbin/ttp.shというファイルを作って自動起動に追加することで対応しました。</del><br />
<span style="color: #0000ff;">今は&#8221;/usr/lib/X11/xorg.conf.d/20-thinkpad.conf&#8221;で設定してます。</span><br />
中身は次のとおり。</p>
<blockquote><p>#!/bin/sh<br />
xinput set-int-prop &#8220;TPPS/2 IBM TrackPoint&#8221; &#8220;Evdev Wheel Emulation&#8221; 8 1<br />
xinput set-int-prop &#8220;TPPS/2 IBM TrackPoint&#8221; &#8220;Evdev Wheel Emulation Button&#8221; 8 2<br />
xinput set-int-prop &#8220;TPPS/2 IBM TrackPoint&#8221; &#8220;Evdev Wheel Emulation Y Axis&#8221; 8 4 5<br />
xinput set-int-prop &#8220;TPPS/2 IBM TrackPoint&#8221; &#8220;Evdev Wheel Emugreatlation X Axis&#8221; 8 6 7</p></blockquote>
<p>＃ 詳細は<a href="http://www.thinkwiki.org/wiki/Installing_Ubuntu_9.10_%28Karmic_Koala%29_on_a_ThinkPad_X200">ThinkWiki</a>をご覧ください。<br />
＃ chmodを忘れずに。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2010/05/02/10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contacts Sidebar pre-release</title>
		<link>http://yoshi-1968.com/2010/02/15/contacts-sidebar-pre-release/</link>
		<comments>http://yoshi-1968.com/2010/02/15/contacts-sidebar-pre-release/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:43:28 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=268</guid>
		<description><![CDATA[久しぶりの日記。でも ubuntu の話題ではなく、しかも Windows 版のThunderbird の話です。
3.01 になってからアドレス帳の拡張機能 Contacts Sidebar が非対応でしたが、 pre [...]]]></description>
			<content:encoded><![CDATA[<p>久しぶりの日記。でも ubuntu の話題ではなく、しかも Windows 版のThunderbird の話です。</p>
<p>3.01 になってからアドレス帳の拡張機能 Contacts Sidebar が非対応でしたが、 pre-release 版が出てました。<br />
<a href="http://jpeters.no-ip.com/extensions/index.php?page=tb_cs_prerelease">http://jpeters.no-ip.com/extensions/index.php?page=tb_cs_prerelease</a>です。<br />
特に問題もなく、普通に動いているっぽいです。</p>
<p>ubuntu 版の Thunderbird は <a href="https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa">PPA for Ubuntu Mozilla Daily Build Team</a> からインストールできるので、ubuntu 10.04 を待たずに試してみようかな。</p>
<p>＜後日談＞<br />
挫折。<br />
Thunderbird のインストール自体は Synaptic パッケージ・マネージャから選択するだけですが、適切な日本語 Language Pack が見つかりませんでした。メールの読み書きには問題ありませんけどね。</p>
<p>Thunderbird の Language Pack は <a href="http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/">http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/</a>から、Firefox の Language Pack は <a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/">http://releases.mozilla.org/pub/mozilla.org/firefox/releases/</a>から、それぞれ適切なバージョンの ＊.xpi をインストールすれば OK 。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2010/02/15/contacts-sidebar-pre-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GnoMenu 2.0</title>
		<link>http://yoshi-1968.com/2009/12/24/gnomenu-2-0/</link>
		<comments>http://yoshi-1968.com/2009/12/24/gnomenu-2-0/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 15:07:32 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=265</guid>
		<description><![CDATA[インストールしてみました。
パネルがスッキリしました。
Avant Window Navigator と併せて使うと、MacのようなWindowsのような・・・。
以下によってSynapticパッケージ・マネージャからイ [...]]]></description>
			<content:encoded><![CDATA[<p>インストールしてみました。<br />
パネルがスッキリしました。<br />
Avant Window Navigator と併せて使うと、MacのようなWindowsのような・・・。<br />
以下によってSynapticパッケージ・マネージャからインストールできるようになります。</p>
<p>１　システム管理のソフトウェア・ソースから次の二つを追加します。</p>
<blockquote><p>deb <a href="http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu" target="_blank">http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu</a> karmic main<br />
deb-src <a href="http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu" target="_blank">http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu</a> karmic main</p></blockquote>
<p>２　ターミナルから公開キーを登録します。</p>
<blockquote><p>sudo apt-key adv &#8211;keyserver keyserver.ubuntu.com &#8211;recv-keys 0xd9e565bae102f0acab5d257ff45e32d195b47d2a</p></blockquote>
<p>詳細は<a href="http://ubuntu.xsrv.jp/modules/bulletin/index.php?page=article&amp;storyid=189">Ubuntu通信</a>をご覧ください。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2009/12/24/gnomenu-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xsplash</title>
		<link>http://yoshi-1968.com/2009/11/30/xsplash/</link>
		<comments>http://yoshi-1968.com/2009/11/30/xsplash/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 16:22:46 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=252</guid>
		<description><![CDATA[gimp のアニメーションフィルタを使って、試しにプログレスバー（ではなくアニメーション？）を作ってみました。
throbber_medium.pngです。
起動時は何かと忙しいのでカクカクしてます。

白背景のほうがい [...]]]></description>
			<content:encoded><![CDATA[<p>gimp のアニメーションフィルタを使って、試しにプログレスバー（ではなくアニメーション？）を作ってみました。<br />
<a href="http://yoshi-1968.com/wp-content/uploads/throbber_medium.png">throbber_medium.png</a>です。<br />
起動時は何かと忙しいのでカクカクしてます。</p>
<p><object classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="320" height="250" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="url" value="http://yoshi-1968.com/wp-content/uploads/xsplash-2.wmv" /><embed type="application/x-mplayer2" width="320" height="250" src="http://yoshi-1968.com/wp-content/uploads/xsplash-2.wmv"></embed></object></p>
<p>白背景のほうがいいかな・・・イマイチです。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2009/11/30/xsplash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wmv</title>
		<link>http://yoshi-1968.com/2009/11/29/wmv/</link>
		<comments>http://yoshi-1968.com/2009/11/29/wmv/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 16:22:37 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=241</guid>
		<description><![CDATA[ubuntu 9.10 新規インストールの場合、 Firefox で wmv 動画を再生できないらしいです。
詳細はこちら。
totem-mozilla を削除して、代わりに gecko-mediaplayer plug [...]]]></description>
			<content:encoded><![CDATA[<p>ubuntu 9.10 新規インストールの場合、 Firefox で wmv 動画を再生できないらしいです。<br />
<a href="https://forums.ubuntulinux.jp/viewtopic.php?id=6250">詳細はこちら。</a><br />
totem-mozilla を削除して、代わりに gecko-mediaplayer plug-in をインストールすればOK。<br />
</br><br />
＃　xsplash のサンプル動画を wmv 動画ファイルで up するまで気がつきませんでした 　:-( </p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2009/11/29/wmv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xsplash gdm</title>
		<link>http://yoshi-1968.com/2009/11/24/xsplash-gdm/</link>
		<comments>http://yoshi-1968.com/2009/11/24/xsplash-gdm/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:44:42 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[xsplash]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=183</guid>
		<description><![CDATA[ubuntuの起動画面は、
usplash　→　xsplash　→　（gdm：ログイン）　→　xsplash
のようになっているようです。
usplashは黒地にubuntuの白いロゴがぽわんと表示されるやつ、xspla [...]]]></description>
			<content:encoded><![CDATA[<p>ubuntuの起動画面は、</p>
<blockquote><p>usplash　→　xsplash　→　（gdm：ログイン）　→　xsplash</p></blockquote>
<p>のようになっているようです。<br />
usplashは黒地にubuntuの白いロゴがぽわんと表示されるやつ、xsplashは茶色っぽいのです。<br />
好みですが、xsplashの画像とgdmの画像は同じものにするほうがいいでしょう。<br />
xsplashの動く横バー（プログレスバー）はパラパラ漫画みたいな縦長画像ファイルを用意すれば良いみたいです。<br />
で、とりあえず変えてみました。</p>
<p><strong>１　準備</strong><br />
gdmの背景画像ファイルを /usr/share/backgrounds/ に保存。<br />
続いて外観のテーマを保存。（普段のユーザーで使っているテーマをコピーしました。）</p>
<blockquote><p>$ cd ~<br />
$ sudo cp -R ./.themes/* /var/lib/gdm/.themes/</p></blockquote>
<p>アイコンのテーマを保存。（普段のユーザーで使っているテーマをコピーしました。）</p>
<blockquote><p>$ cd ~<br />
$ sudo cp -R ./.icons/* /var/lib/gdm/.icons/</p></blockquote>
<p><strong>２　特殊なユーザー&#8221;gdm&#8221;で背景を先ほどのものに変更、外見をお好きなものに設定します。</strong></p>
<blockquote><p>$ gksudo -u gdm dbus-launch gnome-appearance-properties</p></blockquote>
<p><strong>３　xsplashの変更</strong><br />
オリジナルのバックアップをとってから</p>
<blockquote><p>$ cd /usr/share/images/<br />
$ sudo cp -R ./xsplash ./xsplash.org</p></blockquote>
<p>背景画像 bg_2560x1600.jpg とロゴ logo_medium.png をお好きなものに置き換えます。<br />
X200（1280&#215;800）の場合はこれで変更可能。</p>
<p>入れ替えてみた<a href="http://yoshi-1968.com/wp-content/uploads/bg_2560x1600.jpg">背景画像</a>と<a href="http://yoshi-1968.com/wp-content/uploads/ThinkPad_logo_medium.png">ロゴ（白文字・透明背景なので見えません・・・）</a>です。黒背景イメージは</p>
<div id="attachment_217" class="wp-caption alignnone" style="width: 260px"><a href="http://yoshi-1968.com/wp-content/uploads/ThinkPad_logo_mediumsample.png" rel="lightbox"><img class="size-full wp-image-217" title="ThinkPad_logo_medium(sample)" src="http://yoshi-1968.com/wp-content/uploads/ThinkPad_logo_mediumsample.png" alt="ThinkPad_logo_medium(sample)" width="250" height="90" /></a><p class="wp-caption-text">ThinkPad_logo_medium(sample)</p></div>
<p>のとおりです。</p>
<p>動作確認は</p>
<blockquote><p>$ sudo xsplash</p></blockquote>
<p>で、その結果はこれ。プログレスバーも変えてみました。</p>
<p><object classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="320" height="250" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="url" value="http://yoshi-1968.com/wp-content/uploads/xsplash1.wmv" /><embed type="application/x-mplayer2" width="320" height="250" src="http://yoshi-1968.com/wp-content/uploads/xsplash1.wmv"></embed></object></p>
<p>ロゴと背景画像を変えるだけで大きくイメージが変わります。</p>
<p><a href="http://www.youtube.com/watch?v=wkRVjflM3dM">これなんか</a>カッコいいですねえ。<br />
</br><br />
おしまい。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2009/11/24/xsplash-gdm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PIXMA MP980</title>
		<link>http://yoshi-1968.com/2009/11/22/pixma-mp980/</link>
		<comments>http://yoshi-1968.com/2009/11/22/pixma-mp980/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 03:20:51 +0000</pubDate>
		<dc:creator>yoshimi</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://yoshi-1968.com/?p=173</guid>
		<description><![CDATA[Canonの複合機。ネットワークプリンタとしてLAN上にあります。
http://software.canon-europe.com/products/0010644.aspによると、Linux用プリンタドライバはありま [...]]]></description>
			<content:encoded><![CDATA[<p>Canonの複合機。ネットワークプリンタとしてLAN上にあります。<br />
<a href="http://software.canon-europe.com/products/0010644.asp">http://software.canon-europe.com/products/0010644.asp</a>によると、Linux用プリンタドライバはありません。<br />
いままでは、Windowsのフォルダにファイルを保存して、いちいちPCを再起動してからWindows上で印刷してました。VirtualBoxにWindowsをインストールするほうがマシでしょうが、印刷のためだけに今更XPをインストールしたくないし。<br />
ということで、<a href="http://www.turboprint.info/">TurboPrint2</a>を使ってみました。<br />
これ、いいですね。cups-bjnpをインストールしなくてもちゃんとネットワークプリンタを探し出してくれますし（内包してる？）、機能的にもWindows版のドライバと遜色ないです。マニュアルは<a href="http://www.turboprint.info/manual/Manual-TurboPrint2.pdf">こちら。</a><br />
既に最新機種のMP９９０にも対応してます。<br />
30日の試用期間があるのでdebパッケージからインストールしてみましたが、気に入ったのでEUR29.95（4千円くらい）で即、購入しました。</p>
<p>イメージスキャナはXsaneでOK。Synapticパッケージ・マネージャからサクッとインストールしました。<br />
MP980に対応済みです。<br />
デバイスの検索に30秒くらいかかりますが問題無し。</p>
<p>印刷まわりもかなり普通に整えられるようになりましたね。</p>
]]></content:encoded>
			<wfw:commentRss>http://yoshi-1968.com/2009/11/22/pixma-mp980/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
