<?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>RS網事 &#187; ubuntu</title>
	<atom:link href="http://rselife.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://rselife.com</link>
	<description>網事-往事</description>
	<lastBuildDate>Sat, 13 Feb 2010 09:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ubuntu 9.04安装NVIDIA最新显卡驱动185.18.04</title>
		<link>http://rselife.com/ubuntu-9-04-to-install-the-latest-nvidia-graphics-driver-185-18-04.html</link>
		<comments>http://rselife.com/ubuntu-9-04-to-install-the-latest-nvidia-graphics-driver-185-18-04.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:54:23 +0000</pubDate>
		<dc:creator>Rui Shen</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://ruishen.info/?p=396</guid>
		<description><![CDATA[我的Hp正好也是NVIDIA的显卡，ubuntu安装好后默认是没有显卡驱动的，需要自己动手。
1、我的机子是32位的，所以到Nvidia 官网下载 NVIDIA-Linux-x86-185.18.04-pkg1.run备用。
下载地址：http://www.nvidia.cn/object/linux_display_ia32_185.18.04_cn.html
2、删除原有驱动：
sudo apt-get --purge remove nvidia-glx
3、备份X的设置：
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
如果出错了，可以用以下代码恢复:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf 
4、安装头文件：
sudo apt-get install linux-headers-$(uname -r) build-essential
5、更改编译环境：
我的是GNOME界面所以代码如下：
gksudo gedit /etc/default/linux-restricted-modules-common
在最后的双引号里面添加nv两个字，添加后就是“nv”

注:以下代码需要记录在纸上
6、进入文本模式：
按Ctrl+Alt+F1，登录后 关闭gdm
sudo /etc/init.d/gdm stop
7、开始安装驱动：
sudo sh *.run
NVIDIA-Linux-x86-185.18.04-pkg1.run最好放在你的主目录下，命令可以用符号代替，很方便，主目录在就是/home/你用户名 那个文件夹。
进入安装界面后，首先接受协议，选“接受”。可能会有提示已经安装了旧的驱动（视乎你自己是否有手动安装过），是否删除，选yes就是了，一般会提示缺少模块，问是否网上下载，选“no”，提示需要自己编译模块，选“ok”，然后编译安装开始，最后提示需要修改xorg.conf，是否允许，选yes， 完成安装，选ok。
8、回到终端界面,重启gdm
sudo /etc/init.d/gdm start
这样就启动了Xwindow。
9.开启3D桌面，享受吧。]]></description>
		<wfw:commentRss>http://rselife.com/ubuntu-9-04-to-install-the-latest-nvidia-graphics-driver-185-18-04.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>HP装ubuntu时没有声音的解决方法</title>
		<link>http://rselife.com/hp-installed-ubuntu-sound-solution-when.html</link>
		<comments>http://rselife.com/hp-installed-ubuntu-sound-solution-when.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:04:20 +0000</pubDate>
		<dc:creator>Rui Shen</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[没声音]]></category>

		<guid isPermaLink="false">http://ruishen.info/?p=394</guid>
		<description><![CDATA[我的笔记本是HP CQ40-422TX，之前安装个过两次都是没有声音，后来也没再管它。、
这是我第三次装上ubuntu 9.04版的，下定决心要调试一番。在网上搜索了下发现很多HP机子装ubuntu都存在声卡装好了却没声音的问题，主要和HP的机子使用非主流声卡有关吧，网上也有很多解决的方法，但有的不一定能行，我是走了不少弯路才发现这个方法的。
1.确认你的声卡型号
sudo head -1 /proc/asound/card0/codec#0
我这里显示是：Codec: IDT 92HD71B7X
2.编辑alsa-base.conf
sudo gedit /etc/modprobe.d/alsa-base.conf
找到文档底部区域，有很多options的地方，填入以下内容：
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-dv5
options snd-hda-intel enable_msi=1
3.保存退出后重启计算机，应该就能听到久违的声音了。]]></description>
		<wfw:commentRss>http://rselife.com/hp-installed-ubuntu-sound-solution-when.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>收到ubuntu的光盘咯</title>
		<link>http://rselife.com/receive-ubuntu-cd.html</link>
		<comments>http://rselife.com/receive-ubuntu-cd.html#comments</comments>
		<pubDate>Sat, 30 Aug 2008 09:22:41 +0000</pubDate>
		<dc:creator>Rui Shen</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shenrui01.cn/?p=109</guid>
		<description><![CDATA[期盼了好几周，今天终于收到了，呵呵，很开心哦！有时间我一定会装上试试。]]></description>
		<wfw:commentRss>http://rselife.com/receive-ubuntu-cd.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
