<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/css" href="./clientscript/vbulletin_css/rsstyle.css"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>南方Linux论坛 - UBUNTU专题</title>
		<link>http://bbs.linuxunion.net</link>
		<description />
		<language>zh-CN</language>
		<lastBuildDate>Tue, 06 Jan 2009 02:06:43 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://bbs.linuxunion.net/ibf/misc/rss.jpg</url>
			<title>南方Linux论坛 - UBUNTU专题</title>
			<link>http://bbs.linuxunion.net</link>
		</image>
		<item>
			<title>Ubuntu Linux新手轻松入门 (六)</title>
			<link>http://bbs.linuxunion.net/showthread.php?t=1866&amp;goto=newpost</link>
			<pubDate>Thu, 11 Dec 2008 09:07:11 GMT</pubDate>
			<description>*多媒体影音欣赏篇*


大家都知道的，Ubuntu 是属于开放源码软件，绝不能带有厂商专利或含有版权问题的工具，所以播放网络上各式各样的多媒体文件成了一个大问题了。



*使用Gstreamer和xine来当Ubuntu预设的播放引擎 *

现在让我来介绍简单快捷的安装方案，安装后就可以播放基本上 95% 的多媒体文件了。</description>
			<content:encoded><![CDATA[<div><font color="DeepSkyBlue"><font size="3"><b>多媒体影音欣赏篇</b></font></font><br />
<br />
<br />
大家都知道的，Ubuntu 是属于开放源码软件，绝不能带有厂商专利或含有版权问题的工具，所以播放网络上各式各样的多媒体文件成了一个大问题了。<br />
<br />
<br />
<br />
<font color="Sienna"><b>使用Gstreamer和xine来当Ubuntu预设的播放引擎 </b><br />
</font><br />
现在让我来介绍简单快捷的安装方案，安装后就可以播放基本上 95% 的多媒体文件了。<br />
<br />
运行按照以下的 script 安装解码器之后，可以播放 .avi, .mpeg, .mp4, .rm, .rmvb, .divx, .xvid 等等的格式，基本可以一次解决不能看DVD和rmv、rmvb等等的困扰。<br />
<br />
<br />
<b>安装方法如下：</b><br />
<br />
点击 【应用程序】→【附件】→【文本编辑器】<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntudvdplayer6_001.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntudvdplayer6_001.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntudvdplayer6_001.gif')}}" /><br />
<br />
<br />
把以下框内的内容粘贴入文本编辑器（gedit）里<br />
<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">cp /etc/apt/sources.list /etc/apt/sources.list.hardygo_backup<br />
echo &quot;deb <a href="http://packages.medibuntu.org/" target="_blank">http://packages.medibuntu.org/</a> hardy free non-free&quot; &gt;&gt; /etc/apt/sources.list<br />
<br />
wget -q <a href="http://packages.medibuntu.org/medibuntu-key.gpg" target="_blank">http://packages.medibuntu.org/medibuntu-key.gpg</a> -O- | sudo apt-key add -<br />
<br />
apt-get -y update<br />
<br />
apt-get -y install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1<br />
apt-get -y install gstreamer0.10-alsa gstreamer0.10-esd gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-fluendo-mpegdemux gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly libgstreamer0.10-0<br />
apt-get -y install mplayer mencoder ffmpeg<br />
<br />
apt-get -y install libdvdcss2<br />
apt-get -y install w32codecs</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
如下图：<br />
<img src="http://www.linuxunion.net/uploads/media_02.gif" border="0" alt="http://www.linuxunion.net/uploads/media_02.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/media_02.gif')}}" /><br />
<br />
<br />
<br />
然后保存到桌面上，起个名字，比如 “tommedia&quot;<br />
<br />
接下来 点击【应用程序】→【附件】→【终端】<br />
<br />
输入如下命令:<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">cd ~/Desktop<br />
chmod +x tommedia<br />
sudo ./tommedia</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>请你稍等几分钟，等全部运行完毕之后，用【电影播放机】打开你的视频enjoy你的电影啦，应该全都可以看了！<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntutmedia6_003.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntutmedia6_003.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntutmedia6_003.gif')}}" /><br />
<br />
<br />
<br />
<br />
多媒体播放器的类别和安装，你可以根据需要去选择安装那一种播放器。<br />
<br />
应用程序→添加/删除程序→搜索→video<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_016.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_016.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_016.gif')}}" /><br />
<br />
<br />
<br />
<b><br />
Mplayer播放器介绍</b><br />
<br />
我们在安装Totem电影播放器的时候，就已经把Mplayer连带安装上了。当开启Mplayer Movie Player后，对着mplayer的画面单按鼠标右键弹出功能选项,就可以选择播放DVD或是VCD了，而且可以选择播放的语言、字幕语言、段落以及全荧幕等。<br />
<br />
应用程序→影音→Mpayer Movie Player<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_007.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_007.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_007.gif')}}" /><br />
<br />
<br />
<br />
<b><br />
使用xine播放器播放DVD和VCD</b><br />
<br />
xine播放器在我们安装电影播放机的时候，已经包含安装了。xine播放器就有点像是windows下的PowerDVD，使用非常简单和容易，只要将DVD或VCD放入电脑后开启xine按下DVD icon、VCD icon就可以播放了。<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_008.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_008.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_008.gif')}}" /><br />
<br />
<br />
<b><br />
VLC-跨平台的多媒体播放器</b><br />
<br />
vlc是一个多功能的多媒体播放器，它有你想不到的功能，同时带有很完整的解码器。<br />
<br />
VlC安装非常简单：应用程序→添加/删除程序→搜索→vlc<br />
<br />
也可以在【终端】输入命令如下：<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">$ sudo apt-get install vlc</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_009.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_009.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_009.gif')}}" /><br />
<br />
<br />
<br />
可以在【工具】→【Preferences】里设定“界面”、“音频”、“视频”、“字幕及OSD”、“输入及编码器”和“热键”等。<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_009c.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_009c.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_009c.gif')}}" /><br />
<br />
<br />
<br />
<b>Smplayer播放器的介绍</b><br />
<br />
安装：应用程序→添加/删除程序→搜索→Smplayer<br />
<br />
也可以在【终端】输入命令如下：<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">$ sudo apt-get install smplayer</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_010a.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_010a.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_010a.gif')}}" /><br />
<br />
<br />
<br />
有一些觀看的設定例如：視窗的放大縮小、字幕的選擇、全螢幕的模式等等。 <br />
<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_012.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_012.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_012.gif')}}" /><br />
<br />
<br />
<br />
也可以收聽線上廣播，喜歡的頻道可以加入 media mark。 <br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_013.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_013.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_013.gif')}}" /><br />
<br />
<br />
<br />
<b><br />
Gxine-Gnome界面的播放器</b><br />
<br />
Gxine使用容易和简单，只要将鼠标轻击两下就可以观看DVD、VCD或档案，还带有在线广播功能。<br />
<br />
<br />
安装：应用程序→添加/删除程序→搜索→Gxine<br />
<br />
或在【终端】输入命令如下：<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">$ sudo apt-get install gxine</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
xine 播放 DVD、VCD只要将“文件” 这个选单拉下来就可以了。<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_011.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_011.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_011.gif')}}" /> <br />
<br />
<br />
<br />
觀看的設定例如：視窗的放大縮小、字幕的選擇、全螢幕的模式等等。 <br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_012.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_012.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_012.gif')}}" /><br />
<br />
<br />
<br />
可收聽線上廣播，喜歡的頻道可以加入 media mark。 <br />
<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_013.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_013.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_013.gif')}}" /><br />
<br />
<br />
<br />
<br />
<b>RealPlayer播放器 </b><br />
<br />
Ubuntu 在 multiverse 有包，不过版本比较旧，我们还是自己动手下载最新的版本来安装吧。<br />
<br />
首先到 realplayer官方网站下载最新的RealPlayer的bin文件<br />
<a href="http://www.real.com/linux/?src=020923home_cn_cn" target="_blank"><b><font color="Red">http://www.real.com/</font></b></a>下载到一个RealPlayer11GOLD.bin文件保存到主文件夹中，即即/home/[yourusername]文件夹下，“[yourusername]”是你的计算机名。<br />
<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_013b.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_013b.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_013b.gif')}}" /><br />
<br />
<br />
<br />
<b><br />
安装 Realplayer </b><br />
<br />
开启【应用程序】→【附件】→【终端】<br />
<br />
<br />
因为我们下载回来的是一个执行档，所以更改权限后可以直接执行安装 <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">$ chmod a+x RealPlayer11GOLD.bin</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>更改權限變加上可執行 <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">$ sudo ./RealPlayer11GOLD.bin</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>執行在本目錄裡的 RealPlayer11GOLD.bin 這個安裝執行檔，你将会看见下面的執行結果。 <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">Extracting files for RealPlayer installation........................<br />
<br />
Welcome to the RealPlayer (10.0.8.805) Setup for UNIX<br />
Setup will help you get RealPlayer running on your computer.<br />
Press [Enter] to continue...</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>我們可以在終端機視窗看到歡迎訊息 按下 Enter进入下一步。 <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">Enter the complete path to the directory where you want<br />
RealPlayer to be installed.  You must specify the full<br />
pathname of the directory and have write privileges to<br />
the chosen directory.<br />
Directory:  [/home/ducati/download/RealPlayer]:/home/ducati/program/RealPlayer</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>这里默认安装到用户的主文件夹下的RealPlayer目录下，如果你想要安装到别处，就在此处输入路径，否则直接回车即可。（有的最后一行可能是其他的目录，如Directory: [/home/shixinyu/RealPlayer]:  ，这都没有关系，都是直接回车。）<br />
<br />
上一步执行后出现下面的代码：<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword"><br />
You have selected the following RealPlayer configuration:<br />
<br />
Destination             /home/ducati/program/RealPlayer<br />
<br />
Enter [F]inish to begin copying files, or [P]revious to go back to the previous<br />
<br />
prompts: [F]: F</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
这是安装程序提示最后确定信息，如果都确定了，按下F键后回车。<br />
执行后出现下面代码：（凡是出现Copying RealPlayer files...configure system-wide symbolic links? [Y/n]: 这类的一律按下Y然后回车）<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">Copying RealPlayer files...Path setup done. <br />
Succeeded. <br />
installing application icons resource... <br />
installing document icons resource... <br />
.....Succeeded. <br />
<br />
Configuring Mozilla... <br />
Installing .mo locale files... <br />
Setting selinux context... <br />
Succeeded. <br />
RealPlayer installation is complete. <br />
Cleaning up installation files... <br />
Done. </div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>时按下Y键回车即可，后面基本上就没有需要用户操作的地方了，通常到这里基本上就安装好了，你可以到“应用程序→影音”下找到RealPlayer11来运行了，首次运行会有一段安装协议需要同意。<br />
<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntumedia6_015.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntumedia6_015.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntumedia6_015.gif')}}" /><br />
<br />
<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">引用:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tb">
  <tr>
    <td>
		<div id="post_message_" class="bword">注：<br />
如果在跟着上述步骤完成安装操作之后到应用程序菜单下的“影音”中单击RealPlayer无反应，并且你的Ubuntu安装的是SCIM输入法，那么很可能是SCIM与RealPlayer的冲突，你还需要进行下面操作：<br />
$sudo gedit /home/[yourid]/RealPlayer/realplay \[yourid]指你的主文件夹名在打开的文本编辑器的首行添加下面一行代码:<br />
<br />
export GTK_IM_MODULE=xim</div>
</td>
  </tr>
</table>
			
			<hr />
		</td>
	</tr>
	</table>
</div>之后保存文本编辑器，然后再次执行RealPlayer应该就正常了。<br />
<br />
<br />
<br />
<b>amarok</b>多媒体播放器 <br />
<br />
在此簡單介紹一下 amaroK 也可以支援 ipod 的播放，不過它不一樣的是它可以將可移除的媒體 (如 ipod) 和您電腦裡的檔案整合在一起、也可以燒成 CD，它控制 ipod 的方式是您開啟 amaroK 後就會自動載入了，可以在 Media Device 看到。<br />
<br />
<br />
安装方法：<br />
点击【应用程序】→【添加/删除应用程序】<br />
在“搜索”中输入“amarok&quot;<br />
<br />
<br />
<img src="http://www.linuxunion.net/uploads/ubuntutmedia6_006a.gif" border="0" alt="http://www.linuxunion.net/uploads/ubuntutmedia6_006a.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/ubuntutmedia6_006a.gif')}}" /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<b>Previous....<a href="http://bbs.linuxunion.net/showthread-t_1808.html" target="_blank">1,</a><a href="http://bbs.linuxunion.net/showthread.php?t=1820" target="_blank">2,<a href="http://bbs.linuxunion.net/showthread.php?t=1838" target="_blank">3,</a></a><a href="http://bbs.linuxunion.net/showthread.php?t=1855" target="_blank">4,</a><a href="http://bbs.linuxunion.net/showthread.php?t=1863" target="_blank">5,</a></b><br />
<br />
<br />
<br />
<br />
<b><font color="Red">正在建设中</font></b><img src="http://www.linuxunion.net/uploads/WORK.gif" border="0" alt="http://www.linuxunion.net/uploads/WORK.gif" onload="if(this.width>screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';this.onmouseover=this.style.cursor='pointer';this.onclick=function(){window.open('http://www.linuxunion.net/uploads/WORK.gif')}}" /><b><font color="Red">请稍等！</font></b></div>

]]></content:encoded>
			<category domain="http://bbs.linuxunion.net/forumdisplay.php?f=16">UBUNTU专题</category>
			<dc:creator>TOM</dc:creator>
			<guid isPermaLink="true">http://bbs.linuxunion.net/showthread.php?t=1866</guid>
		</item>
	</channel>
</rss>
