<?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>#raynix# &#187; Ubuntu</title>
	<atom:link href="http://raynix.info/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://raynix.info</link>
	<description>When some see coincidence, I see consequence</description>
	<lastBuildDate>Sat, 04 Sep 2010 07:51:14 +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>Lotus Notes 8.5.1 + Ubuntu 10.04</title>
		<link>http://raynix.info/archives/1214</link>
		<comments>http://raynix.info/archives/1214#comments</comments>
		<pubDate>Wed, 01 Sep 2010 12:13:52 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://raynix.info/?p=1214</guid>
		<description><![CDATA[虽然早在两年前, 我就在Ubuntu 7.10上尝试了Notes 8.0, 但当时公司Domino服务器还是6.x的设计, 所以意义并不大. 而且当时的Notes Linux版真是不成熟, 装起来心惊胆战的. Notes 8.5.1 for Linux是09年IBM发布的. 两年间Linux版的Notes进步还是很大的, 有了deb/rpm的安装包, 这样安装起来就没什么技术含量了. 下面完整的记录一下我在Ubuntu 10.04系统里安装Notes 8.5.1的过程. 1, 由于8.5.1的发布是在2009年, 当时的Ubuntu版本是9.10 karmic, 因此, 需要一个karmic的package, 在此下载deb软件包: http://packages.ubuntu.com/karmic/libgnome-desktop-2-11 然后点击安装即可. 2, 安装其它必须的package: $sudo apt-get install libgnomeprintui2.2-0 $sudo apt-get install ttf-xfree86-nonfree 3, 安装Notes 8.5.1, 点击安装ibm-lotus-notes-8.5.1.i586.deb即可 4, 到此, Notes可以运行, 但是一些UI显示会出问题. 需要如下package: libgdk_pixbuf-2.0.so.0 libgdk_pixbuf_xlib-2.0.so.0 libgdk-x11-2.0.so.0 libgtk-x11-2.0.so.0 下载链接在 http://www.freetechie.com/upload/lotus_notes/ (需翻墙) 将这四个文件移动到Notes的文件夹: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://raynix.info/wp-content/uploads/2010/09/Desk-1_125.png"><img class="size-medium wp-image-1215 alignleft" title="Desk 1_125" src="http://raynix.info/wp-content/uploads/2010/09/Desk-1_125-300x225.png" alt="" width="300" height="225" /></a>虽然早在两年前, 我就在<a href="http://raynix.info/archives/222" target="_blank">Ubuntu 7.10上尝试了Notes 8.0,</a> 但当时公司Domino服务器还是6.x的设计, 所以意义并不大. 而且当时的Notes Linux版真是不成熟, 装起来心惊胆战的.</p>
<p>Notes 8.5.1 for Linux是09年IBM发布的. 两年间Linux版的Notes进步还是很大的, 有了deb/rpm的安装包, 这样安装起来就没什么技术含量了.</p>
<p>下面完整的记录一下我在Ubuntu 10.04系统里安装Notes 8.5.1的过程.</p>
<p>1, 由于8.5.1的发布是在2009年, 当时的Ubuntu版本是9.10 karmic, 因此, 需要一个karmic的package, 在此下载deb软件包:<br />
<a href="http://packages.ubuntu.com/karmic/libgnome-desktop-2-11">http://packages.ubuntu.com/karmic/libgnome-desktop-2-11<br />
</a>然后点击安装即可.</p>
<p>2, 安装其它必须的package:</p>
<blockquote><p>$sudo apt-get install libgnomeprintui2.2-0<br />
$sudo apt-get install ttf-xfree86-nonfree</p></blockquote>
<p>3, 安装Notes 8.5.1, 点击安装ibm-lotus-notes-8.5.1.i586.deb即可</p>
<p>4, 到此, Notes可以运行, 但是一些UI显示会出问题. 需要如下package:</p>
<blockquote><p>libgdk_pixbuf-2.0.so.0<br />
libgdk_pixbuf_xlib-2.0.so.0<br />
libgdk-x11-2.0.so.0<br />
libgtk-x11-2.0.so.0</p></blockquote>
<p>下载链接在<br />
<a href="http://www.freetechie.com/upload/lotus_notes/" target="_blank">http://www.freetechie.com/upload/lotus_notes/</a> (需翻墙)<br />
将这四个文件移动到Notes的文件夹:</p>
<blockquote><p>$sudo mv *.so.0 /opt/ibm/lotus/notes<br />
$sudo chmod +x /opt/ibm/lotus/notes/libg*</p></blockquote>
<p>应该就可以了. 然后启动Notes吧 <img src='http://raynix.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>参考链接:</p>
<p><a href="http://ubuntuforums.org/showpost.php?p=9275697&amp;postcount=11">http://ubuntuforums.org/showpost.php?p=9275697&amp;postcount=11<br />
</a><a href="http://usablesoftware.wordpress.com/2010/03/09/installing-lotus-notes-8-5-1-fp1-on-ubuntu-10-04-lucid-lynx-64bit/">http://usablesoftware.wordpress.com/2010/03/09/installing-lotus-notes-8-5-1-fp1-on-ubuntu-10-04-lucid-lynx-64bit/</a></p>
<p>UPDATE: 目前Notes 8.5.1 还不支持输入法 <img src='http://raynix.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  好在大多数情况是用English写邮件. 期待8.5.2吧.</p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2010. |
<a href="http://raynix.info/archives/1214">Permalink</a> |
<a href="http://raynix.info/archives/1214#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/1214&title=Lotus Notes 8.5.1 + Ubuntu 10.04">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/notes" rel="tag">Notes</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://raynix.info/archives/1214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的Enclave MKII, 客厅里的Ubuntu</title>
		<link>http://raynix.info/archives/1179</link>
		<comments>http://raynix.info/archives/1179#comments</comments>
		<pubDate>Thu, 19 Aug 2010 08:49:59 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Hardwares]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Boxee]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Minix]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://raynix.info/?p=1179</guid>
		<description><![CDATA[时间过的真快, 距离Enclave计划已经快一年了. Enclave作为一个不错的服务器, 让我无需担心十几年的照片/音乐的安全问题的. 但是用起来方便么? 不方便. 因为Enclave没有视频/音频输出, 播放还要借助其它DLNA播放器, 例如PS3. Enclave基于Atom, 省电, 可是PS3可是200W+的耗电大户哦. 于是我开始打造我客厅里的媒体中心了. 下面报一下出场明星: 首先是MKII的骨干: MINIX 785G, 标准的17cm  x 17cm 的mini-ITX主板. 搭载AMD 速龙II x240 2.8GHz双核心CPU, 热功耗最大65W. 选购这主板的原因是它基于AMD 785G, 集成ATI HD4200显卡, HDMI输出, 图像性能够用. 而且它使用笔记本电脑的SODIMM内存, 这样我以前笔记本升级换下来的内存就用上了. 下面这位身材苗条, 但是作用却是举足轻重的: 有谁会觉得无线键盘比遥控器更方便呢? 硬盘沿用Enclave的, 这样配件基本齐全了. 开始组装. 首先是安装Ubuntu 10.04.  没有光驱? USB安装其实更快 运行了一会儿之后, 我发现北桥其实比CPU还热, 于是加装4CM风扇一枚. 固定的方式很作坊吧. 装好Ubuntu之后, 下载Boxee. 其实它才是主角啊, 上面的一切都是绿叶而已. Boxee需要一个免费的用户账号, 在其网站注册一下就可以了. 缺省安装后的样子: [...]]]></description>
			<content:encoded><![CDATA[<p>时间过的真快, 距离<a href="http://raynix.info/archives/687" target="_blank">Enclave计划</a>已经快一年了. Enclave作为一个不错的服务器, 让我无需担心十几年的照片/音乐的安全问题的. 但是用起来方便么? 不方便. 因为Enclave没有视频/音频输出, 播放还要借助其它DLNA播放器, 例如PS3. Enclave基于Atom, 省电, 可是PS3可是200W+的耗电大户哦.</p>
<p>于是我开始打造我客厅里的媒体中心了. 下面报一下出场明星:</p>
<p>首先是MKII的骨干: MINIX 785G, 标准的17cm  x 17cm 的mini-ITX主板. 搭载AMD 速龙II x240 2.8GHz双核心CPU, 热功耗最大65W.<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2125.jpg"><img class="alignnone size-medium wp-image-1193" title="dscn2125" src="http://raynix.info/wp-content/uploads/2010/08/dscn2125-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://raynix.info/wp-content/uploads/2010/08/dscn2125.jpg"></a>选购这主板的原因是它基于AMD 785G, 集成ATI HD4200显卡, HDMI输出, 图像性能够用. 而且它使用笔记本电脑的SODIMM内存, 这样我以前笔记本升级换下来的内存就用上了.</p>
<p>下面这位身材苗条, 但是作用却是举足轻重的: 有谁会觉得无线键盘比遥控器更方便呢?<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/T16UBBXjNzXXXKfBo9_074358.jpg_310x310.jpg"><img class="alignnone size-medium wp-image-1194" title="T16UBBXjNzXXXKfBo9_074358.jpg_310x310" src="http://raynix.info/wp-content/uploads/2010/08/T16UBBXjNzXXXKfBo9_074358.jpg_310x310-300x240.jpg" alt="" width="300" height="240" /></a></p>
<p>硬盘沿用Enclave的, 这样配件基本齐全了. 开始组装. 首先是安装Ubuntu 10.04. <a href="http://raynix.info/wp-content/uploads/2010/08/dscn2127.jpg"><img class="alignnone size-medium wp-image-1181" title="dscn2127" src="http://raynix.info/wp-content/uploads/2010/08/dscn2127-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>没有光驱? USB安装其实更快<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2128.jpg"><img class="alignnone size-medium wp-image-1182" title="dscn2128" src="http://raynix.info/wp-content/uploads/2010/08/dscn2128-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>运行了一会儿之后, 我发现北桥其实比CPU还热, 于是加装4CM风扇一枚. 固定的方式很作坊吧.<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2129.jpg"><img class="alignnone size-medium wp-image-1183" title="dscn2129" src="http://raynix.info/wp-content/uploads/2010/08/dscn2129-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>装好Ubuntu之后, 下载<a href="http://www.boxee.tv/" target="_blank">Boxee</a>. 其实它才是主角啊, 上面的一切都是绿叶而已. Boxee需要一个免费的用户账号, 在其网站注册一下就可以了. 缺省安装后的样子:<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2133.jpg"><img class="alignnone size-medium wp-image-1184" title="dscn2133" src="http://raynix.info/wp-content/uploads/2010/08/dscn2133-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>如果你的电影/剧/音乐/照片都放在Ubuntu的缺省文件夹内, 那么基本无需配置, 开盒即食! 看看电影索引(界面虽然支持中文的, 先用英文测试一下...):<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2135.jpg"><img class="alignnone size-medium wp-image-1186" title="dscn2135" src="http://raynix.info/wp-content/uploads/2010/08/dscn2135-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>电视剧索引. 和电影一样, 封面和简介/评级都是自动下载的. 不知道国内的电视剧能否有此待遇, 不过, 你真的以为我忙了这么半天就是为了看CCTV么?<br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2138.jpg"><img class="alignnone size-medium wp-image-1189" title="dscn2138" src="http://raynix.info/wp-content/uploads/2010/08/dscn2138-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>音乐索引:<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2139.jpg"><br />
<img class="alignnone size-medium wp-image-1190" title="dscn2139" src="http://raynix.info/wp-content/uploads/2010/08/dscn2139-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>笑笑过生日的照片 <img src='http://raynix.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2140.jpg"><img class="alignnone size-medium wp-image-1191" title="dscn2140" src="http://raynix.info/wp-content/uploads/2010/08/dscn2140-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://raynix.info/wp-content/uploads/2010/08/dscn2140.jpg"></a>还有很多可扩展的应用, 当然, 其中很多都不是大陆可用的, 这个要感谢国家了.<a href="http://raynix.info/wp-content/uploads/2010/08/dscn2141.jpg"><img class="alignnone size-medium wp-image-1192" title="dscn2141" src="http://raynix.info/wp-content/uploads/2010/08/dscn2141-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>将Boxee添加到开机开启的软件清单中, 开机直接进入Boxee; 而Boxee有关机功能, 齐了. 另外安装一个sshd, 就能通过网络 登录和传输文件了. <img src='http://raynix.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>参考链接:</p>
<ol>
<li><a href="http://fullcirclemagazine.org/issue-32" target="_blank">FullCircle 第32期</a></li>
<li><a href="http://fullcirclemagazine.org/issue-33" target="_blank">FullCircle 第33期</a></li>
</ol>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2010. |
<a href="http://raynix.info/archives/1179">Permalink</a> |
<a href="http://raynix.info/archives/1179#comments">4 条评论</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/1179&title=我的Enclave MKII, 客厅里的Ubuntu">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/boxee" rel="tag">Boxee</a>, <a href="http://raynix.info/archives/tag/linux" rel="tag">linux</a>, <a href="http://raynix.info/archives/tag/minix" rel="tag">Minix</a>, <a href="http://raynix.info/archives/tag/tv" rel="tag">TV</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://raynix.info/archives/1179/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>给自己做个Ubuntu Repository</title>
		<link>http://raynix.info/archives/1174</link>
		<comments>http://raynix.info/archives/1174#comments</comments>
		<pubDate>Wed, 18 Aug 2010 08:02:22 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://raynix.info/?p=1174</guid>
		<description><![CDATA[参考链接: How To Create An Ubuntu Repository Mirror on Ubuntu 8.04 HOWTO: Setup Local Repository Mirror 如果有几台Ubuntu要更新, 那从一个本地的软件源(Repository)更新绝对是个既环保又效率的好办法. 任何一台Ubuntu电脑都可以作为软件源, 当然, 最好保证磁盘有50G的空间可以用啦. 方法在参考链接里已经写的很清楚了, 简单的说步骤如下: 1, 安装apt-mirror $sudo apt-get install apt-mirror 2, 编辑apt-mirror的配置文件. 基本上默认配置就可以工作. $gksudo gedit /etc/apt/mirror.list 3, 运行apt-mirror. 做好准备, 这可能需要几天才能完成!! $sudo apt-mirror /etc/apt/mirror.list 4, 把apt-mirror复制下来的软件包通过http 服务共享出来. 不完整的例子: sudo ln -s /var/spool/apt-mirror/mirror/archive.ubuntu.com /var/www/archive-ubuntu sudo ln -s /var/spool/apt-mirror/mirror/archive.canonical.com [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://raynix.info/wp-content/uploads/2010/07/2009103125938677.jpg"><img title="2009103125938677" src="http://raynix.info/wp-content/uploads/2010/07/2009103125938677-300x207.jpg" alt="" width="300" height="207" /></a></p>
<p><a href="http://raynix.info/wp-content/uploads/2010/07/2009103125938677.jpg"></a>参考链接: <a href="http://ubuntu-tutorials.com/2008/06/10/how-to-create-an-ubuntu-repository-mirror-on-ubuntu-804/" target="_blank">How To Create An Ubuntu Repository Mirror on Ubuntu 8.04</a> <a href="http://ubuntuforums.org/showthread.php?t=599479">HOWTO: Setup Local Repository Mirror</a></p>
<p>如果有几台Ubuntu要更新, 那从一个本地的软件源(Repository)更新绝对是个既环保又效率的好办法. 任何一台Ubuntu电脑都可以作为软件源, 当然, 最好保证磁盘有50G的空间可以用啦. 方法在参考链接里已经写的很清楚了, 简单的说步骤如下:</p>
<p>1, 安装apt-mirror</p>
<blockquote><p>$sudo apt-get install apt-mirror</p></blockquote>
<p>2, 编辑apt-mirror的配置文件. 基本上默认配置就可以工作.</p>
<blockquote><p>$gksudo gedit /etc/apt/mirror.list</p></blockquote>
<p>3, 运行apt-mirror. 做好准备, 这可能需要几天才能完成!!</p>
<blockquote><p>$sudo apt-mirror /etc/apt/mirror.list</p></blockquote>
<p>4, 把apt-mirror复制下来的软件包通过http 服务共享出来. 不完整的例子:</p>
<blockquote><p>sudo ln -s /var/spool/apt-mirror/mirror/archive.ubuntu.com /var/www/archive-ubuntu<br />
sudo ln -s /var/spool/apt-mirror/mirror/archive.canonical.com /var/www/archive-canonical<br />
sudo ln -s /var/spool/apt-mirror/mirror/security.ubuntu.com /var/www/security-ubuntu</p></blockquote>
<p>5, 定时运行apt-mirror进行更新, 缺省是凌晨, 嗯, 就凌晨吧. 将/etc/cron.d/apt-mirror里面的注释去掉就可以了. 至此服务器端配置完毕了.</p>
<blockquote>
<div id="_mcePaste">0 4     * * *   apt-mirror      /usr/bin/apt-mirror &gt; /var/spool/apt-mirror/var/cron.log</div>
</blockquote>
<div>6, 配置客户端来从本地源更新</div>
<blockquote>
<div>$sudo vim /etc/apt/sources.list</div>
</blockquote>
<div>把原来的archive.ubuntu.com替换成你的源地址吧. <img src='http://raynix.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </div>
<blockquote></blockquote>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2010. |
<a href="http://raynix.info/archives/1174">Permalink</a> |
<a href="http://raynix.info/archives/1174#comments">6 条评论</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/1174&title=给自己做个Ubuntu Repository">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://raynix.info/archives/1174/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>修理Ubuntu 10.04的音频问题</title>
		<link>http://raynix.info/archives/1039</link>
		<comments>http://raynix.info/archives/1039#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:46:16 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Audio & Sound]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://raynix.info/?p=1039</guid>
		<description><![CDATA[参考网址: Ubuntu 10.04 sound problems Ubuntu 10.04(Lucid)面世之后, 很多媒体都给出了不错的评价, 进步的确不小. 当然, 小毛病还是有的. Lucid的音频会有一种颤抖的"特效", 参考一下, 如此修正: rm -r ~/.pulse 然后重新启动即可. 参考贴子上写重新登录即可, 但是我发现重新登录后扬声器图标工作不正常. 另外参考贴子上的命令有三行, 但我发现只有这一行是有效的(对我电脑而言吧). 另外mixer的拉杆不要推到100%, 否则可能有失真. UPDATE: 如上修理后似乎还不是完全康复. 倒是最近一次系统更新之后, 症状解决. 也许, 想安心的使用一个发行版, 要等它发布两三个月之后才好 © raynix for #raynix#, 2010. &#124; Permalink &#124; 唉, 一个评论都没 &#124; Add to del.icio.us Post tags: Lucid, Ubuntu Feed enhanced by Better Feed from [...]]]></description>
			<content:encoded><![CDATA[<p>参考网址: <a href="http://ubuntuforums.org/showthread.php?t=1489357" target="_blank">Ubuntu 10.04 sound problems</a></p>
<p>Ubuntu 10.04(Lucid)面世之后, 很多媒体都给出了不错的评价, 进步的确不小. 当然, 小毛病还是有的.</p>
<p>Lucid的音频会有一种颤抖的"特效", 参考一下, 如此修正:</p>
<blockquote><p>rm -r ~/.pulse</p></blockquote>
<p>然后重新启动即可. 参考贴子上写重新登录即可, 但是我发现重新登录后扬声器图标工作不正常. 另外参考贴子上的命令有三行, 但我发现只有这一行是有效的(对我电脑而言吧).</p>
<p>另外mixer的拉杆不要推到100%, 否则可能有失真.</p>
<p>UPDATE: 如上修理后似乎还不是完全康复. 倒是最近一次系统更新之后, 症状解决. 也许, 想安心的使用一个发行版, 要等它发布两三个月之后才好 <img src='http://raynix.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2010. |
<a href="http://raynix.info/archives/1039">Permalink</a> |
<a href="http://raynix.info/archives/1039#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/1039&title=修理Ubuntu 10.04的音频问题">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/lucid" rel="tag">Lucid</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://raynix.info/archives/1039/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04下外接显示器的问题及解决</title>
		<link>http://raynix.info/archives/1090</link>
		<comments>http://raynix.info/archives/1090#comments</comments>
		<pubDate>Fri, 02 Jul 2010 03:46:20 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VGA]]></category>

		<guid isPermaLink="false">http://raynix.info/?p=1090</guid>
		<description><![CDATA[Ubuntu 10.04 Lucid Lynx 自从发布我就用上了, 一切都很不错, 唯一的问题就是通过VGA连接外部LCD显示器后, 显示器上有明显的无法忍受的波浪状干扰, 仿佛是很久很久以前一台刷新率设置不妥的CRT显示器. 我相对喜欢折腾, 但是让我一个一个驱动去试, 显然有些奢侈了, 毕竟工作上一大堆事情呢... 终于, 有解决方法了. 参考链接(仅限Ubuntu 10.04 + ATI Radeon, 我的是Radeon X1300) : Ubuntu 10.04 Lucid – Issues with external monitor and Ati Radeon card 解决步骤: 1, 打开一个Terminal, 黑的白的都行 gksudo gedit /etc/modprobe.d/radeon-kms.conf 2, 在打开的空白编辑器里输入 options radeon modeset=0 保存, 关闭, 重启. 问题解决 © raynix for #raynix#, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://raynix.info/wp-content/uploads/2010/07/2009103125938677.jpg"><img class="alignnone size-medium wp-image-1091" title="2009103125938677" src="http://raynix.info/wp-content/uploads/2010/07/2009103125938677-300x207.jpg" alt="" width="300" height="207" /></a></p>
<p>Ubuntu 10.04 Lucid Lynx 自从发布我就用上了, 一切都很不错, 唯一的问题就是通过VGA连接外部LCD显示器后, 显示器上有明显的无法忍受的波浪状干扰, 仿佛是很久很久以前一台刷新率设置不妥的CRT显示器.</p>
<p>我相对喜欢折腾, 但是让我一个一个驱动去试, 显然有些奢侈了, 毕竟工作上一大堆事情呢... 终于, 有解决方法了.</p>
<p>参考链接(仅限Ubuntu 10.04 + ATI Radeon, 我的是Radeon X1300) :</p>
<p><a href="http://www.niccolofavari.com/ubuntu-10.04-lucid-issues-with-external-monitor-and-ati-radeon-card" target="_blank">Ubuntu 10.04 Lucid – Issues with external monitor and Ati Radeon card</a></p>
<p>解决步骤:</p>
<p>1, 打开一个Terminal, 黑的白的都行</p>
<blockquote><p>gksudo gedit /etc/modprobe.d/radeon-kms.conf</p></blockquote>
<p>2, 在打开的空白编辑器里输入</p>
<blockquote><p>options radeon modeset=0</p></blockquote>
<p>保存, 关闭, 重启. 问题解决 <img src='http://raynix.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2010. |
<a href="http://raynix.info/archives/1090">Permalink</a> |
<a href="http://raynix.info/archives/1090#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/1090&title=Ubuntu 10.04下外接显示器的问题及解决">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://raynix.info/archives/tag/vga" rel="tag">VGA</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://raynix.info/archives/1090/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
