<?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>Wandsea.com &#187; 软件</title>
	<atom:link href="http://wandsea.com/blog/tag/%e8%bd%af%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://wandsea.com/blog</link>
	<description>好吧..大家都要加油哦～</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:29:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>又一篇Ubuntu下Texlive2009安装笔记..</title>
		<link>http://wandsea.com/blog/467.htm</link>
		<comments>http://wandsea.com/blog/467.htm#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:44:26 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://wandsea.com/blog/?p=467</guid>
		<description><![CDATA[不同的是,这是用TeX写的...之前的那篇估计也会有点问题. 笔记地址:http://wandsea.com/down/StartTeX.pdf 装好之后可以拿这篇的源码测试一下吧=.=.... http://wandsea.com/down/StartTeX.tex 再推荐本教程.http://ishare.... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>不同的是,这是用TeX写的...之前的那篇估计也会有点问题.</p>
<p>笔记地址:<a href="http://wandsea.com/down/StartTeX.pdf">http://wandsea.com/down/StartTeX.pdf</a></p>
<p>装好之后可以拿这篇的源码测试一下吧=.=....</p>
<p><a href="http://wandsea.com/down/StartTeX.tex">http://wandsea.com/down/StartTeX.tex</a></p>
<p>再推荐本教程.http://ishare.iask.sina.com.cn/f/7634744.html</p>
<p>下面无视吧...给GoogleBot看的....&gt;_&lt;乱七八糟...</p>
<p>还有换成ibus了,fcitx各种bug...</p>
<p><span id="more-467"></span></p>
<p>簡單的一點TEX 安裝配置筆記<br />
Wandsea<br />
June 19, 2010<br />
1    安裝TEXlive 2009<br />
很簡單,在http://www.tug.org/texlive/acquire-iso.html 下載<br />
目前最新的TEXlive 2009,掛載並安裝即可。<br />
sudo mount -o loop texlive2009-20091107.iso /cdrom<br />
sudo /cdrom/install-tl -gui<br />
點擊“Language Collections“,取消除中文以外的語言包,再選擇“Create<br />
symlinks in system directories“,自動創建鏈接,開始安裝。<br />
2    配置中文環境<br />
我參考了http://forum.ubuntu.org.cn/viewtopic.php?f=35&amp;t=<br />
168940這篇文章,選擇了zhspacing來配置中文環境。<br />
摘錄一下&gt;_&lt;...<br />
这里需要安装一个 zhspacing 宏包,有了它,就可以正常处理中文的断<br />
句、断字和使用正确的英文字体。下面是步骤:<br />
到<br />
1) http://code.google.com/p/zhspacing/上下载 zhspacing080102.tar.bz2<br />
包,顺便把那个 man 文件也下载下来,看看用法。<br />
2)解 压 后,把 里 面 的 六 个 文 件 放 到 /usr/local/texlive/texmf-<br />
local/tex 中的 xelatex/zhspacing 中去,这里需要有 su 的权限,<br />
如果没有这两个嵌套的文件夹,自己新建就是了。其实也可以放到家目录下<br />
面的 .texlive2008 里,总之就是放在一个 XeTeX 找得着的地方。<br />
1<br />
3)在终端下使用命令:<br />
代码:<br />
sudo mktexlsr<br />
这里要提醒的是,其中有一个文件名为 zhfont.sty,默认设置的一些字<br />
体是:<br />
代码:<br />
\newfontfamilywithslant\zhrmfont{SimSun}<br />
\newfontfamilywithslant\zhsffont{SimHei}<br />
\newfontfamilywithslant\zhttfont{FangSong_GB2312}<br />
\else<br />
\newfontfamilywithslantandbold\zhrmfont{SimSun}{SimHei}<br />
\newfontfamilywithslant\zhsffont{SimHei}<br />
\newfontfamilywithslantandbold\zhttfont{FangSong_GB2312}<br />
{KaiTi_GB2312}<br />
如果你的系统中没有相应的字体,               编译的时候会出错,      所以要用 fc-list 看<br />
看你的系统中有哪些字体,替换上面代码中的字体名就可以了。另外,那<br />
个 zhspacing.sty 里也有几个字体的配置,仔细查看一下自己系统里是<br />
否有这些字体。<br />
關於字體問題,把字體文件從 Windows 系統複製至 /.fonts(沒有就創<br />
,然後運行 fc_catch,另外,我是從 Win7 複製的字體文件,所以只有<br />
建)<br />
FangSong 和 KaiTi,去除上面文件的_GB2312 即可。<br />
3 Emacs 寫作環境的配置<br />
使用 AucTEX,快速建立寫作環境。在http://www.gnu.org/software/<br />
auctex/download-for-unix.html處下載 auctex-11.86.tar.gz,解壓、./<br />
configure、make、sudo make install。修改 /.emacs 文件,加入如下內容<br />
2<br />
(load "auctex.el" nil t t)<br />
(load "preview-latex.el" nil t t)<br />
(add-hook 'LaTeX-mode-hook (lambda()<br />
(add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex<br />
%(mode)%' %t" TeX-run-TeX nil t))<br />
(setq TeX-command-default "XeLaTeX")<br />
(setq TeX-save-query nil )<br />
(setq TeX-show-compilation t)<br />
))<br />
(eval-after-load "tex"<br />
'(progn<br />
(TeX-global-PDF-mode t)<br />
(setq TeX-output-view-style<br />
(cons '("^pdf$" "." "evince %o") TeX-output-<br />
view-style)<br />
)))<br />
a<br />
之後寫好TEX 文件,兩次 Ctrl+C 即可使用 XeLTEX 編譯,再輸入兩次就能使<br />
用 evince 預覽(第一次沒有出錯的情況下):)<br />
4   结束语<br />
a<br />
哈,第一篇LTEX 文檔寫完了,各種 Google...不過收穫還是蠻大的,笑。</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/467.htm#comments" title="to the comments"><font color="red">加油！已经盖到2楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/465.htm" title="Thinkpad T410 Ubuntu 安装笔记">Thinkpad T410 Ubuntu 安装笔记</a> (7)</li><li><a href="http://wandsea.com/blog/446.htm" title="Ubuntu 9.10 (RC) 音量过大 Bug修复">Ubuntu 9.10 (RC) 音量过大 Bug修复</a> (4)</li><li><a href="http://wandsea.com/blog/331.htm" title="Ubuntu LaTeX 配置记">Ubuntu LaTeX 配置记</a> (4)</li><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li><li><a href="http://wandsea.com/blog/351.htm" title="Ubuntu 8.10 Intrepid 更新完毕">Ubuntu 8.10 Intrepid 更新完毕</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/467.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thinkpad T410 Ubuntu 安装笔记</title>
		<link>http://wandsea.com/blog/465.htm</link>
		<comments>http://wandsea.com/blog/465.htm#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:30:27 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://wandsea.com/blog/?p=465</guid>
		<description><![CDATA[入手了一台T410 AB7 记录一下,以备下次重装... 1.首先安装Win7. OEM版制作方法,一个原版系统,在 http://www.51ibm.com/thread-184469-1-1.html 能找到oem证书,放入原版ISO中即可安装. 驱动在IBM官网上. 另,经测试... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>入手了一台T410 AB7<br />
记录一下,以备下次重装...</p>
<p>1.首先安装Win7.<br />
OEM版制作方法,一个原版系统,在 http://www.51ibm.com/thread-184469-1-1.html 能找到oem证书,放入原版ISO中即可安装.<br />
驱动在IBM官网上.<br />
另,经测试酒精120会出现ACPI错误,可用的有UltraISO..</p>
<p>2.安装Ubuntu<br />
安装时,Grub务必不要安装在Win7所在分区,并且要保证磁盘没有前导空白区域..(貌似Windows7的分区软件会造成这个问题)<br />
其余正常,进入系统后,仅需安装Nvidia闭源驱动,硬盘保护驱动,调节启动界面分辨率.</p>
<p>关于显示器亮度不能调节,貌似较好的方法就是进入tty1(Ctrl+Alt+F1),调好亮度再回来..</p>
<p>启动界面分辨率问题</p>
<blockquote><p>sudo gedit /etc/default/grub</p>
<p>加入两句</p>
<p>GRUB_GFXMODE=1024x768<br />
GRUB_GFXPAYLOAD_LINUX=1024x768x24</p>
<p>保存</p>
<p>sudo  update-grub</p>
<p>重启即可</p></blockquote>
<p>硬盘保护驱动问题.<br />
参照:http://www.thinkwiki.org/wiki/Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400#Active_Protection_System<span id="more-465"></span></p>
<blockquote><p><strong>Here is a Step by Step guidance <a title="How to protect the harddisk through APS" href="http://www.thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS">How to protect the  harddisk through APS</a> with Kernel 2.6.28!</strong>At first you have to delete existing kernel modules to make space  for the new ones (Press ENTER after each line):</p>
<pre>sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/thinkpad_ec.ko
sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/tp_smapi.ko
sudo rm /lib/modules/$KVER/kernel/drivers/hwmon/hdaps.ko
</pre>
<p>Then downlaod the newest packages:</p>
<p>You will need</p>
<ul>
<li>tp_smapi-0.4 from here: <a title="http://sourceforge.net/project/showfiles.php?group_id=1212&amp;package_id=171579" rel="nofollow" href="http://sourceforge.net/project/showfiles.php?group_id=1212&amp;package_id=171579">http://sourceforge.net/project/showfiles.php?group_id=1212&amp;package_id=171579</a></li>
<li>hdapsd-20090401.tar.gz from here: <a title="http://sourceforge.net/project/showfiles.php?group_id=138242&amp;package_id=308030" rel="nofollow" href="http://sourceforge.net/project/showfiles.php?group_id=138242&amp;package_id=308030">http://sourceforge.net/project/showfiles.php?group_id=138242&amp;package_id=308030</a></li>
<li>gnome-hdaps-applet-20081204.tar.gz from here: <a title="http://www.zen24593.zen.co.uk/hdaps/" rel="nofollow" href="http://www.zen24593.zen.co.uk/hdaps/">http://www.zen24593.zen.co.uk/hdaps/</a></li>
</ul>
<p>Save these things on your Desktop and unpack them, e.g.</p>
<pre>tar xvfz hdapsd-20090401.tar.gz
tar xvfz tp_smapi-0.40.tgz
tar xvfz gnome-hdaps-applet-20081204.tar.gz
</pre>
<p>Then open the Terminal and type this to change into the tp_smapi  directory:</p>
<pre>cd Desktop/tp_smapi-0.40
</pre>
<p>Then try to load the kernel modules:</p>
<pre>make load HDAPS=1 FORCE_IO=1
</pre>
<p>If there is written "drivers successfully loaded", you can type this  for installation:</p>
<pre>make install HDAPS=1 FORCE_IO=1
</pre>
<p>To laod these modules on startup you have to write them into the  /etc/modules file:</p>
<pre>sudo gedit /etc/modules
</pre>
<p>Append this to the file:</p>
<pre>thinkpad_ec
tp_smapi
hdaps
</pre>
<p>We also need options to load these modules correctly. They have to be  written in /etc/modprobe.d/local.conf</p>
<pre>sudo gedit /etc/modprobe.d/local.conf
</pre>
<p>Fill the file with this code</p>
<pre># enable thinkpad_ec
options thinkpad_ec force_io=1

# option to correctly set tilting through hdaps sensor
options hdaps invert=1
</pre>
<p>Now you can try, if the modules are loaded yet. Do so with</p>
<pre>lsmod | grep hdaps
</pre>
<p>if not perform:</p>
<pre>sudo modprobe thinkpad_ec tp_smapi hdaps
</pre>
<p>Then install these packages:</p>
<pre>sudo apt-get install hdaps-utils hdapsd
</pre>
<p>Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal)  which shows the position of your Laptop.</p>
<p>hdapsd is not working yet. Therefore we need to compile our newer  version downloaded before.</p>
<pre>cd Desktop/hdapsd-20090401/
./configure --prefix=/usr/
make
sudo make install
</pre>
<p>If compilation and installation succeeded, you can test it by typing  this into your terminal:</p>
<pre>sudo hdapsd -d sda -s 15 -a -v -y
</pre>
<p>If you suddenly move your laptop the output will change! (stop it  with pressing Ctr + C)</p>
<p>The last step is, to copy an overworked initiation-script over  the existing one.</p>
<p>The first line will download it, the second will set rights and  the third one copies it to the right position. (Press ENTER after each!)</p>
<pre>wget <a title="http://www.unet.univie.ac.at/~a0604095/hdapsd" rel="nofollow" href="http://www.unet.univie.ac.at/%7Ea0604095/hdapsd">http://www.unet.univie.ac.at/~a0604095/hdapsd</a>
sudo chmod 733 hdapsd
sudo cp hdapsd /etc/init.d/
</pre>
<p>Now you can start hdapsd with typing</p>
<pre>sudo /etc/init.d/hdapsd start
</pre>
<p>After an reboot everything should start automatically and work  correctly! You can change the sensitivity value and other things in this  file: "<strong>/etc/default/hdapsd</strong>".  To see the effects you have to type "sudo /etc/init.d/hdapsd restart" to  restart hdapsd!</p>
<p>To install the gnome-panel-applet type these lines into the  terminal:</p>
<pre>sudo apt-get install libpanel-applet2-dev
cd Desktop/gnome-hdaps-applet-20081204
gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c
sudo cp gnome-hdaps-applet /usr/bin/
sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/
sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/
sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/
</pre>
<p>The first line is to install required deps, second line is to move to  the source directory (we have downloaded it looong time ago!), then we  compile it and copy the files to several positions. After an reboot you  can add this applet to the panel!</p></blockquote>
<p>其余待续...</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/465.htm#comments" title="to the comments"><font color="red">加油！已经盖到7楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/467.htm" title="又一篇Ubuntu下Texlive2009安装笔记..">又一篇Ubuntu下Texlive2009安装笔记..</a> (2)</li><li><a href="http://wandsea.com/blog/446.htm" title="Ubuntu 9.10 (RC) 音量过大 Bug修复">Ubuntu 9.10 (RC) 音量过大 Bug修复</a> (4)</li><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li><li><a href="http://wandsea.com/blog/469.htm" title="Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題">Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題</a> (4)</li><li><a href="http://wandsea.com/blog/351.htm" title="Ubuntu 8.10 Intrepid 更新完毕">Ubuntu 8.10 Intrepid 更新完毕</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/465.htm/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 (RC) 音量过大 Bug修复</title>
		<link>http://wandsea.com/blog/446.htm</link>
		<comments>http://wandsea.com/blog/446.htm#comments</comments>
		<pubDate>Sat, 24 Oct 2009 12:08:25 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://wandsea.com/blog/?p=446</guid>
		<description><![CDATA[闲得蛋疼.升了下9.10RC.. 音量管理,用户切换,登录界面都变了... 然后换好字体,全部搞定,打开播放器.话说audacious进化了,成audacious2了....... 那个声音大到....搞的我一个晚上头都晕.快捷键调下声音,... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>闲得蛋疼.升了下9.10RC..</p>
<p>音量管理,用户切换,登录界面都变了...</p>
<p>然后换好字体,全部搞定,打开播放器.话说audacious进化了,成audacious2了.......</p>
<p>那个声音大到....搞的我一个晚上头都晕.快捷键调下声音,要么就小得听不见,要么就大得受不了.</p>
<p>找Google大神....搜出来好多说9.10音量调节范围变大了的评论..绝望...也不要这么大吧...</p>
<p>翻launchpad的bug列表.还真有这么一条..<a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/410948">Bug #410948</a>,</p>
<blockquote><p>The latest pulseaudio_0.9.16~test4-0ubuntu4 in karmic is ramping the volume up way too high on my sblive! 5.1. The previous version was perfect, but now it's seems to moving the mixers around illogically and causing the the pcm volume to go straight to 80% even when the pa volume is only at 5%. This is much loud.</p></blockquote>
<p>09-08-09提交的..居然现在RC里还有..这效率高到一定程度了...</p>
<p>不过下面有一条解决方法</p>
<blockquote><p>打开 /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf</p>
<p>更改 LFE 和 Master 选项, 使 'volume = ignore'. 在终端中打开 alsamixer ,调节Master 和 LFE 到 100%.</p></blockquote>
<p>不过没解决..还是很吵....囧...</p>
<p>然后继续自己乱搞搞..</p>
<blockquote><p>打开声音首选项,把输出连接器选为Analog Output LFE(No Amplifier) (这个音质比其他的好很多)</p>
<p>打开 alsamixer 把 Headphone选项调节到60-70%,一个听着合适的就可以.</p>
<p><a href="http://wandsea.com/blog/wp-content/uploads/2009/10/2009-10-24_200200_740x501.png"><img class="alignnone size-medium wp-image-447" title="Ubuntu9.10 音量调节 Bug 修复" src="http://wandsea.com/blog/wp-content/uploads/2009/10/2009-10-24_200200_740x501-450x304.png" alt="Ubuntu9.10 音量调节 Bug 修复" width="450" height="304" /></a></p>
<p>这时用快捷键调节,只有master和pcm会改变,只是音量调节范围很小,但至少能听了....</p>
<p>音量合适后 sudo /sbin/alsactl store 保存下设置</p>
<p>最后,添加个启动项 /sbin/alsactl restore 每次启动载入音量设置, 应该就OK了..</p></blockquote>
<p>要学会搜索英文资料...Linux中文社区还需要发展.....=.=</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/446.htm#comments" title="to the comments"><font color="red">加油！已经盖到4楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/467.htm" title="又一篇Ubuntu下Texlive2009安装笔记..">又一篇Ubuntu下Texlive2009安装笔记..</a> (2)</li><li><a href="http://wandsea.com/blog/465.htm" title="Thinkpad T410 Ubuntu 安装笔记">Thinkpad T410 Ubuntu 安装笔记</a> (7)</li><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li><li><a href="http://wandsea.com/blog/469.htm" title="Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題">Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題</a> (4)</li><li><a href="http://wandsea.com/blog/351.htm" title="Ubuntu 8.10 Intrepid 更新完毕">Ubuntu 8.10 Intrepid 更新完毕</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/446.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Battle for Wesnoth 韦诺之战</title>
		<link>http://wandsea.com/blog/302.htm</link>
		<comments>http://wandsea.com/blog/302.htm#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:00:12 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[游戏]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[由于我的本本是SIS661显卡，没有Linux下的3D驱动程序，泪奔啊，也就是说，就算是再烂的3D游戏也是奔不起来的，Cs1.5只闻枪声，不见人影，魔兽3想把鼠标移动到开始游戏都不容易，唉，学校要... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>由于我的本本是SIS661显卡，没有Linux下的3D驱动程序，泪奔啊，也就是说，就算是再烂的3D游戏也是奔不起来的，Cs1.5只闻枪声，不见人影，魔兽3想把鼠标移动到开始游戏都不容易，唉，学校要是这种系统＝ ＝</p>
<p><span style="color: #ffffff;">......放学就不会老去机房了</span></p>
<p>但这个游戏貌似除外，还是中文版的呢～</p>
<p>Battle for Wesnoth（韦诺之战），一款战棋游戏，画面满好，游戏性也满好，有点像英雄无敌的简化版（只是有点像...），根据GPL协议发布，LINUX，Win32，MAC平台均可运行。</p>
<blockquote><p>Ubuntu 下载方法: 新立得里搜索Wesnoth，把以Wesnoth开头的全部安装</p>
<p>OR   sudo apt-get install wesnoth wesnoth-music</p>
<p>其他发行版不太清楚，去源里找找应该也有，或者...编译</p>
<p>源代码：<a href="http://sourceforge.net/project/showfiles.php?group_id=89495&amp;package_id=258825/&amp;abmode=1">http://sourceforge.net/project/showfiles.php?group_id=89495&amp;package_id=258825/&amp;abmode=1</a></p>
<p>Win32/Mac下载地址：</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=89495&amp;package_id=258825/&amp;abmode=1">http://sourceforge.net/project/showfiles.php?group_id=89495&amp;package_id=258825/&amp;abmode=1</a></p></blockquote>
<p>放游戏截屏～</p>
<p><img class="alignnone size-full wp-image-303" title="wesnoth-1" src="http://wandsea.com/blog/wp-content/uploads/2008/08/wea.jpg" alt="" width="500" height="348" /></p>
<p><span id="more-302"></span></p>
<p>启动画面，满好看的，相比较而言～</p>
<p><img class="alignnone size-full wp-image-304" title="wesnoth-2" src="http://wandsea.com/blog/wp-content/uploads/2008/08/wea2.jpg" alt="" width="500" height="348" /></p>
<p>可以选择的种族...龙族满喜欢的，哈哈～</p>
<p><img class="alignnone size-full wp-image-305" title="Wesnoth－3" src="http://wandsea.com/blog/wp-content/uploads/2008/08/wea4.jpg" alt="" width="500" height="348" /></p>
<p>征募小兵，是那个族的忘了～</p>
<p>适度玩玩游戏还是好的，别天天都花费在刷通关上哦～</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/302.htm#comments" title="to the comments"><font color="red">加油！已经盖到2楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li><li><a href="http://wandsea.com/blog/467.htm" title="又一篇Ubuntu下Texlive2009安装笔记..">又一篇Ubuntu下Texlive2009安装笔记..</a> (2)</li><li><a href="http://wandsea.com/blog/465.htm" title="Thinkpad T410 Ubuntu 安装笔记">Thinkpad T410 Ubuntu 安装笔记</a> (7)</li><li><a href="http://wandsea.com/blog/446.htm" title="Ubuntu 9.10 (RC) 音量过大 Bug修复">Ubuntu 9.10 (RC) 音量过大 Bug修复</a> (4)</li><li><a href="http://wandsea.com/blog/259.htm" title="Win32 Emacs 配置">Win32 Emacs 配置</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/302.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Win32 Emacs 配置</title>
		<link>http://wandsea.com/blog/259.htm</link>
		<comments>http://wandsea.com/blog/259.htm#comments</comments>
		<pubDate>Fri, 08 Aug 2008 03:38:25 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[Program Impossible]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ubuntu下編程序用Emacs習慣了，WinXP的IDE倒用起來不順手了，下載了一個(Patched的那個)～ 剛下載下來的的當然不能直接用了，除非你受得了那奇怪的字體= = .emacs是emacs的配置文件，Win32下在 C:\Docume... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>Ubuntu下編程序用Emacs習慣了，WinXP的IDE倒用起來不順手了，<a href="http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl">下載</a>了一個(Patched的那個)～</p>
<p>剛下載下來的的當然不能直接用了，除非你受得了那奇怪的字體= =</p>
<p>.emacs是emacs的配置文件，Win32下在 C:\Documents and Settings\你的用戶名\Application Data下</p>
<p>下面這個是我參考了N多人的帖子寫出來的配置，呵呵，<a href="http://forum.ubuntu.org.cn/">Ubuntu中文論壇</a>，<a href="http://evalls.yo2.cn/">Evalls</a>，謝謝了</p>
<p>這個配置適合pascal環境，自定義了F5關閉窗口，F7單步，F8單步，F9編譯，F10GDB</p>
<p><a href="http://code.google.com/p/myemacsconf/source/browse/trunk/.emacs.d/load-path/fontset-win.el?r=10">fontset-win</a>和<a href="https://gna.org/projects/color-theme">color-theme</a>自己到網上去下載一下吧，保存到下面的那個位置，一個是改字體的，另一個是改顏色配置的</p>
<p align="center"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/08/emacs23.jpg" border="0" alt="emacs2" width="204" height="258" /><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/08/emacs1.jpg" border="0" alt="emacs" width="304" height="236" /> <span id="more-259"></span></p>
<blockquote><p>(custom-set-variables<br />
'(appmenu-mode t)<br />
'(column-number-mode t)<br />
'(cua-mode t nil (cua-base))<br />
'(display-time-mode t)<br />
'(emacsw32-max-frames t)<br />
'(emacsw32-style-frame-title t)<br />
'(hfyview-quick-print-in-files-menu t)<br />
'(menuacc-mode t)<br />
'(noprint-hide-print-in-menus t)<br />
'(noprint-hide-ps-print-in-menus t)<br />
'(ourcomments-ido-ctrl-tab t)<br />
'(rebind-keys-mode t)<br />
'(recentf-mode t)<br />
'(show-paren-mode t)<br />
'(tabkey2-mode t)<br />
'(w32-meta-style (quote w32-lr))<br />
'(w32shell-shell (quote cmd)))</p>
<p>( global-font-lock-mode t)</p>
<p>( display-time )</p>
<p>( column-number-mode t)</p>
<p>(defun quick-compile ()<br />
"A quick compile funciton for pascal"<br />
( interactive )<br />
( compile (concat "fpc " (buffer-name (current-buffer)) " -Sg -Si -Sa -Mfpc -Cr -Ci -Co -CR -Og -Op2 -g"))<br />
)<br />
( global-set-key [(f9)] 'quick-compile)</p>
<p>( global-set-key [(f5)] 'delete-other-windows)</p>
<p>( global-set-key [(f10)] 'gdb)</p>
<p>( global-set-key [(f8)] 'gud-next )<br />
( global-set-key [(f7)] 'gud-step )</p>
<p>(global-font-lock-mode t);语法高亮<br />
(auto-image-file-mode t);打开图片显示功能<br />
(fset 'yes-or-no-p 'y-or-n-p);以 y/n代表 yes/no，可能你觉得不需要，呵呵。<br />
(column-number-mode t);显示列号<br />
(show-paren-mode t);显示括号匹配<br />
(display-time-mode 1);显示时间，格式如下<br />
(setq display-time-24hr-format t)<br />
(setq display-time-day-and-date t)<br />
(tool-bar-mode nil);去掉那个大大的工具栏<br />
(scroll-bar-mode nil);去掉滚动条，因为可以使用鼠标滚轮了 ^_^<br />
(mouse-avoidance-mode 'animate);光标靠近鼠标指针时，让鼠标指针自动让开，别挡住视线。很好玩阿，这个功能<br />
(transient-mark-mode t);这个忘了，郁闷！<br />
(setq x-select-enable-clipboard t);支持emacs和外部程序的粘贴<br />
(setq frame-title-format "Wandsea@%b");在标题栏提示你目前在什么位置。你要把zhan改成自己的用户名<br />
(setq default-fill-column 80);默认显示 80列就换行</p>
<p>(load-file "C:/Program Files/Emacs/color-theme.el")<br />
(color-theme-blue-mood);选择 darkblue的配色方案<br />
(load-file "C:/Program Files/Emacs/fontset-win.el")<br />
(load "fontset-win")<br />
(huangq-fontset-monaco 11)</p></blockquote>
<p>那圖片，怨念的題目，ansistring= =</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/259.htm#comments" title="to the comments"><font color="red">加油！已经盖到3楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/467.htm" title="又一篇Ubuntu下Texlive2009安装笔记..">又一篇Ubuntu下Texlive2009安装笔记..</a> (2)</li><li><a href="http://wandsea.com/blog/465.htm" title="Thinkpad T410 Ubuntu 安装笔记">Thinkpad T410 Ubuntu 安装笔记</a> (7)</li><li><a href="http://wandsea.com/blog/446.htm" title="Ubuntu 9.10 (RC) 音量过大 Bug修复">Ubuntu 9.10 (RC) 音量过大 Bug修复</a> (4)</li><li><a href="http://wandsea.com/blog/302.htm" title="Battle for Wesnoth 韦诺之战">Battle for Wesnoth 韦诺之战</a> (2)</li><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/259.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash動畫的反擊</title>
		<link>http://wandsea.com/blog/254.htm</link>
		<comments>http://wandsea.com/blog/254.htm#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:21:36 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[Internet Vision]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[搞笑]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[在Oibh上看到的，很搞笑，轉載一下～那小人好可愛= =flash的幀還可以這樣用啊～ 再送一個臺/灣行政院（臺灣最高行政机关）的短片= =好雷的 大陸啊，不說什么了 就是想提醒大家一下，不要坐... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>在Oibh上看到的，很搞笑，轉載一下～那小人好可愛= =flash的幀還可以這樣用啊～</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XNjI0MzMwMA==/v.swf" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XNjI0MzMwMA==/v.swf" align="middle"></embed></object></p>
<p>再送一個臺<span style="color: #ffffff;">/</span>灣行政院（臺灣最高行政机关）的短片= =好雷的</p>
<p>大陸啊，不說什么了<span id="more-254"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMjA0MzU3MDA=/v.swf" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMjA0MzU3MDA=/v.swf" align="middle"></embed></object></p>
<p>就是想提醒大家一下，不要坐在電腦桌前太多時間啦～</p>
<p>恩～鏈接 <a href="http://aifreedom.com/mylife/73">Workrave - 别在电脑前累坏了</a></p>
<blockquote><p><a href="http://www.workrave.org/">Workrave</a>, 一款小巧的开源免费软件. 唯一的用处是, 让你在长时间使用电脑后, 眼睛不会那么涩, 脖子不会那么疼, 肩膀不会那么紧, 腰不会那么酸, 手不会那么累.</p>
<p>每隔一段时间, 它就会提醒你要离开电脑, 休息一段时间. 如果你的工作恰好不能打断, 你也可以选择推迟这次休息. 休息分两种, 短的 "Micro-break" 我的设置是每20分钟一次, 每次30秒; 长的 "Rest break" 我的设置是每60分钟一次, 每次5分钟. 在 Rest break 时, workrave 可以显示几种用来放松眼睛, 肩膀, 手指等部位的运动, 你只需要按照提示做就可以了. 对英文不感冒的同学也不用担心, workrave 有中文语言界面.</p>
<p>好了, 下面给出下载页面.</p>
<p>这是官方下载页面, 提供源代码和 Windows 版的安装包.</p>
<p><a href="http://www.workrave.org/download/">http://www.workrave.org/download/</a></p>
<p><span style="text-decoration: line-through;">由于 SF.net 最近被盾了, 这里的安装文件在大陆你可能无法下载.</span> 这些同学请到下面的页面下载.</p>
<p><a href="http://www.onlinedown.net/soft/40679.htm">http://www.onlinedown.net/soft/40679.htm</a></p>
<p>使用 Linux 的同学应该能从你的发行版提供的软件仓库里找到它, 比如使用 Ubuntu 的可以使用下面的命令</p>
<p><code>sudo apt-get install workrave</code></p>
<p>安装 Workrave.</p></blockquote>
<p><a title="http://aifreedom.com/mylife/73" href="http://aifreedom.com/mylife/73">http://aifreedom.com/mylife/73</a></p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/254.htm#comments" title="to the comments"><font color="red">加油！已经盖到0楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/467.htm" title="又一篇Ubuntu下Texlive2009安装笔记..">又一篇Ubuntu下Texlive2009安装笔记..</a> (2)</li><li><a href="http://wandsea.com/blog/465.htm" title="Thinkpad T410 Ubuntu 安装笔记">Thinkpad T410 Ubuntu 安装笔记</a> (7)</li><li><a href="http://wandsea.com/blog/446.htm" title="Ubuntu 9.10 (RC) 音量过大 Bug修复">Ubuntu 9.10 (RC) 音量过大 Bug修复</a> (4)</li><li><a href="http://wandsea.com/blog/408.htm" title="随机闲聊网站-Omegle.com">随机闲聊网站-Omegle.com</a> (25)</li><li><a href="http://wandsea.com/blog/302.htm" title="Battle for Wesnoth 韦诺之战">Battle for Wesnoth 韦诺之战</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/254.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
