<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.yeeshe.com/blog/feeds/atom.xml" rel="self" title="雅色网络志" type="application/atom+xml" />
    <link href="http://www.yeeshe.com/blog/"                        rel="alternate"    title="雅色网络志" type="text/html" />
    <link href="http://www.yeeshe.com/blog/rss.php?version=2.0"     rel="alternate"    title="雅色网络志" type="application/rss+xml" />
    <title type="html">雅色网络志</title>
    <subtitle type="html">netcorner的网络角落</subtitle>
    <icon>http://www.yeeshe.com/blog/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.yeeshe.com/blog/</id>
    <updated>2008-03-24T16:00:51Z</updated>
    <generator uri="http://www.s9y.org/" version="1.2.1">Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <dc:language>cn</dc:language>

    <entry>
        <link href="http://www.yeeshe.com/blog/archives/7-Ubuntu-7.10-amd-86_x64-bug.html" rel="alternate" title="Ubuntu 7.10 amd 86_x64 启动黑屏的bug" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-03-24T16:00:51Z</published>
        <updated>2008-03-24T16:00:51Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=7</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/6-unknown" label="电脑网络" term="电脑网络" />
    
        <id>http://www.yeeshe.com/blog/archives/7-guid.html</id>
        <title type="html">Ubuntu 7.10 amd 86_x64 启动黑屏的bug</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                   1.  编辑/etc/modprobe.d/blacklist-framebuffer<br />
          <strong> sudo gedit /etc/modprobe.d/blacklist-framebuffer<br />
            找到blacklist vesafb的那一行，并将其注释掉（在前加#）。当然你也可以根据自己的显卡去选择，不过偶用nvidiafb的时候，tty是正常了，但X不能用了！5，所以建议之前用vesafb试试。<br />
   2. 编辑/etc/initramfs-tools/modules<br />
          </strong> sudo gedit /etc/initramfs-tools/modules<br />
            在最后追加两行，分别为：<br />
            fbcon<br />
            vesafb<br />
   3. 更新启动脚本<br />
          <strong> sudo update-initramfs -u -k all<br />
   4. 修改menu.lst<br />
          </strong> sudo gedit /boot/grub/menu.lst<br />
            在kernel中的那句加上要设置TTY的分辨率，vga=792<br />
            kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e74fb927-21a7-4bfe-8c22-d4e03f4fbdea ro quiet splash vga=792<br />
            当然你可以根据自己的显示器来设置<br />
            depth---640×480---800×600---1024×768---1280×1024<br />
            256-------769-------771--------773---------775<br />
            32000-----784------ 787--------790---------793<br />
            65000-----785-------788--------791---------794<br />
            16.7 Mill.---786------789--------792---------795<br />
<br />
    5. Usplash也可能有问题这个可以修改/etc/usplash.conf，把xres和yres改成对应显示器的最佳值<br />
<br />
来源<br />
可参见http://hi.baidu.com/marsh/blog/item/f957930a20a5d11c94ca6b36.html 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/6-Ubuntu-Desktop-7.103.html" rel="alternate" title="Ubuntu Desktop 7.10安装使用（3）显卡驱动和分辨率调整" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-03-04T10:47:46Z</published>
        <updated>2008-03-04T20:51:38Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/6-unknown" label="电脑网络" term="电脑网络" />
    
        <id>http://www.yeeshe.com/blog/archives/6-guid.html</id>
        <title type="html">Ubuntu Desktop 7.10安装使用（3）显卡驱动和分辨率调整</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                发现 Ubuntu对硬件的支持不错，我一进入桌面，他就在提示我，受限的驱动，我打开一看，原来是显卡的。<br />
原来他们早就是熟人了，只是是否安装还得需要我这个大BOSS拍板一下 <img src="http://www.yeeshe.com/blog/templates/default/img/emoticons/eek.png" alt=":-O" style="display: inline; vertical-align: bottom;" class="emoticon" /> <br />
<br />
安装驱动很简单，直接选上那个勾就行了。<br />
<img src="http://www.yeeshe.com/blog/uploads/Images/Screenshot-1.png" alt="" /><br />
安装完成之后。需要重启动一下电脑。<br />
<br />
对于我的电脑来说，我用的是LCD（Benq FP71G＋S），不需要对显示器刷新率进行调整，使用的默认的就行。要调整的话，可以参见这个帖子。<br />
http://forum.ubuntu.org.cn/viewtopic.php?t=56243<br />
<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/5-LinuxWMac-OS.html" rel="alternate" title="［转载］Linux，W和Mac OS的扯淡" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-03-04T10:11:16Z</published>
        <updated>2008-03-04T10:11:16Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/6-unknown" label="电脑网络" term="电脑网络" />
    
        <id>http://www.yeeshe.com/blog/archives/5-guid.html</id>
        <title type="html">［转载］Linux，W和Mac OS的扯淡</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <span class="postbody">本扯淡文主要对象为以下三位朋友:<br />
<br /><br />
Linux<span style="font-weight: bold;">(ubuntu 7.10 Gutsy Gibbon)</span><br />
<br /><br />
Windows <span style="font-weight: bold;">Vista Ultima Edition</span><br />
<br /><br />
Mac OS X <span style="font-weight: bold;">10.5.1 Leopard</span><br />
<br /><br />
<br />
<br /><br />
1.Multi Desktop<br />
<br /><br />
Lin:由上个世纪就提供了<span style="font-weight: bold;">Workspace</span><br />
<br /><br />
Win:…………会有的…………我是说也许以后会有…………<br />
<br /><br />
Mac:最新的Leopard中提供了<span style="font-weight: bold;">SPACES</span><br />
<br /><br />
<br />
<br /><br />
2.3D特效的支持<br />
<br /><br />
Lin:Compiz Fusion.事实上你还有更多的选择<br />
<br /><br />
Win:Aero Glass<br />
<br /><br />
Mac:Core Image/Quartz Extreme<br />
<br /><br />
<br />
<br /><br />
3.Task Bar<br />
<br /><br />
Lin:自由组合的乐高积木,你喜欢怎么摆?<br />
<br /><br />
Win:我是传统的卫道士<br />
<br /><br />
Mac:我们有一个完美的<span style="font-weight: bold;">港口</span>!<br />
<br /><br />
<br />
<br /><br />
4.软件的安装/删除<br />
<br /><br />
Lin:双击<span style="font-weight: bold;">DEB包</span>,或者你会更喜欢用新立得<br />
<br /><br />
Win:准备好<span style="font-weight: bold;">注册码</span>,确定你知道什么是安装路径.好了,冒险开始<br />
<br /><br />
Mac:你喜欢<span style="font-weight: bold;">APP</span>在哪里,就把它摆在哪里.不喜欢?把它扔垃圾筒里<br />
<br /><br />
<br />
<br /><br />
5.系统Crash提示<br />
<br /><br />
Lin:…………等我见到了再告诉你<br />
<br /><br />
Win:<span style="font-weight: bold;">蓝屏</span>的盖,好郁闷的盖……<br />
<br /><br />
Mac:我会<span style="font-weight: bold;">四国语言</span>……<br />
<br /><br />
<br />
<br /><br />
6.友好相处<br />
<br /><br />
Lin:Ext3、HFS+、NTFS、FAT32<br />
<br /><br />
Win:NTFS、FAT32<br />
<br /><br />
Mac:HFS+、NTFS、FAT32<br />
<br /><br />
是的,你需要一个<span style="font-weight: bold;">FAT32分区</span>来使三位好朋友友好相处<br />
<br /><br />
<br />
<br /><br />
7.1GB的内存<br />
<br /><br />
Lin:它使我运行如飞<br />
<br /><br />
Win:它使我运行如龟…………<br />
<br /><br />
Mac:很好,但有2G更好,或许3G是更明智的选择,考虑一下吧…………<br />
<br /><br />
<br />
<br /><br />
8.键盘<br />
<br /><br />
Lin:那玩意儿叫<span style="font-weight: bold;">超级</span><br />
<br /><br />
Win:不,它叫<span style="font-weight: bold;">胜利</span><br />
<br /><br />
Mac:诶!不是<span style="font-weight: bold;">命令</span>么?<br />
<br /><br />
<br />
<br /><br />
9.驱动<br />
<br /><br />
Lin:这个命题与人品同在<br />
<br /><br />
Win:我什么都有,即使你并不需要<br />
<br /><br />
Mac:<span style="font-weight: bold;">驱动是啥?</span><br />
<br /><br />
<br />
<br /><br />
10.海纳百川<br />
<br /><br />
Lin:Wine、Crossover、Cedega<br />
<br /><br />
Win:我是孤傲的狼………………<br />
<br /><br />
Mac:Crossover、Cider<br />
<br /><br />
<br />
<br /><br />
11.还能运行在什么CPU上?<br />
<br /><br />
Lin:<span style="font-weight: bold;">一切皆有可能!</span><br />
<br /><br />
Win:Itanium-Series<br />
<br /><br />
Mac:PowerPC G4/G5<br />
<br /><br />
<br />
<br /><br />
12.即装即用?<br />
<br /><br />
Lin:靓仔,怎么说你也得把那一堆的设置给我搞定了再说吧?<br />
<br /><br />
Win:基本上……是的……基本上…………<br />
<br /><br />
Mac:丰富一下软件先<br />
<br /><br />
<br />
<br /><br />
13.价格,你得到它的价格!<br />
<br /><br />
Lin:<span style="font-weight: bold;">免费做到底,送你都可以!</span><br />
<br /><br />
Win:我有HB、HP、BE、ENT、UE,不过还是推荐你使用廉价实用的<span style="font-weight: bold;">D版</span>,嘘!别说是俺告诉你的…………<br />
<br /><br />
Mac:Macintosh or <span style="font-weight: bold;">Hackintosh</span>?<br />
<br /><br />
<br />
<br /><br />
14.中毒啦…………<br />
<br /><br />
Lin:首先,去买点醒酒药!你昨晚喝高了………………<br />
<br /><br />
Win:忍一忍就过去了…………<br />
<br /><br />
Mac:这跟你花两块钱中五百万大奖的几率一样高!<br />
<br /><br />
<br />
<br /><br />
15.来个自我介绍,我是…………<br />
<br /><br />
Lin:我是非洲土<span style="font-weight: bold;">企鹅</span><br />
<br /><br />
Win:我是长得跟窗户一样的<span style="font-weight: bold;">彩蝶</span><br />
</span><div align="left"><span class="postbody"><br />
Mac:靠!楼上的全是异形!我是被红色小恶魔咬过一口的<span style="font-weight: bold;">苹果</span>…………</span></div><div align="left"><br />
</div> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/4-Ubuntu-Desktop-7.102.html" rel="alternate" title="Ubuntu Desktop 7.10安装使用（2）安装后的修饰" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-03-04T08:58:21Z</published>
        <updated>2008-03-04T10:09:01Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/6-unknown" label="电脑网络" term="电脑网络" />
    
        <id>http://www.yeeshe.com/blog/archives/4-guid.html</id>
        <title type="html">Ubuntu Desktop 7.10安装使用（2）安装后的修饰</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>安装完成后，你可能发现系统本身还有些地方并不是完整的中文，或者显卡的驱动没有安装，或者其他的什么问题，在第一次进系统的时候，ubuntu会提示你的。一般来说无外乎就这些问题。</p><p>第一，中文化</p><p>第二，驱动问题（一般是显卡）</p><p>第三，一些软件的更新</p> <br /><a href="http://www.yeeshe.com/blog/archives/4-Ubuntu-Desktop-7.102.html#extended">继续阅读"Ubuntu Desktop 7.10安装使用（2）安装后的修饰"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/3-Ubuntu-Desktop-7.101.html" rel="alternate" title="Ubuntu Desktop 7.10安装使用（1）从硬盘安装" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-03-04T07:14:41Z</published>
        <updated>2008-03-04T08:56:27Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/6-unknown" label="电脑网络" term="电脑网络" />
    
        <id>http://www.yeeshe.com/blog/archives/3-guid.html</id>
        <title type="html">Ubuntu Desktop 7.10安装使用（1）从硬盘安装</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<div align="left">我的电脑 配置如下：</div><div align="left">CPU：AMD 双核64bit 4000＋</div><div align="left">内存：2G DDRII 667</div><div align="left">显卡：nvidia 8500GT 256M</div><div align="left">一直想换系统，总觉得Win用的不是很顺心，但是以前电脑 没有升级，再说也喜欢打游戏，所以就一直将就着用，linux以前一直都是带有玩的 性质，断断续续用了一段时间 ，总是由于各种原因（比方说硬盘不够）而最后放弃了，也从另外一方面说明我是三分钟热度，热情过了就丢一边了，呵呵。</div><div align="left">从今天开始，就慢慢用慢慢写，把自己的使用心得和小技巧记录下来，供自己查阅。</div><div align="left"></div><div align="left"></div><div align="left"><br />
</div> <br /><a href="http://www.yeeshe.com/blog/archives/3-Ubuntu-Desktop-7.101.html#extended">继续阅读"Ubuntu Desktop 7.10安装使用（1）从硬盘安装"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/2-unknown.html" rel="alternate" title="关于这个网志" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-02-08T03:09:28Z</published>
        <updated>2008-02-08T03:09:28Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/1-unknown" label="个人感悟" term="个人感悟" />
    
        <id>http://www.yeeshe.com/blog/archives/2-guid.html</id>
        <title type="html">关于这个网志</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>设立这个blog的目的很简单，只是能够在互联网的一个角落里可以自言自语~~~~~~~</p><p>该blog采用了S9Y（<a title="S9Y" href="http://www.s9y.org" target="_blank">Serendipity</a>）的基于PHP的网络博客系统，在这之前，我看了很多blog程序，但是都不怎么满意，这个系统是我见过的最好的blog系统了，（对我而言，简单而好用就是标准）。</p><p>服务器采用的是<a title="Bluehost" href="http://www.bluehost.com" target="_blank">Bluehost</a>的web服务器。到目前为止，我对bluehost的服务还是比较满意的，虽然他的官方网站被GFW给屏蔽了。总共200G的磁盘空间，访问速度也算不错。</p><p>目前将网志分为如下几类，记录下来供以后参考</p><ul><li>个人感悟——记录本人的个人想法，琐屑小事、牢骚等</li><li>原料技术——跟自己的专业有关的了，主要是记录平时上网所看到的化妆品原材料方面的知识，技术，信息等</li><li>配方成分——主要是记录国内外化妆品的配方信息，包括配方技术，成分列表等</li><li>香薰精油——香薰精油方面的知识以及信息</li><li>电脑网络——电脑和网络方面的知识，问题以及解决问题的方式，给自己备忘</li><li>资料选摘——互联网资料的选摘</li><li>影音杂谈——好听的歌曲和好看的电影等</li></ul><p>就目前而言暂时就是如此分类了，但是也不排除以后会增加或删减分类栏目。</p><p /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.yeeshe.com/blog/archives/1-unknown.html" rel="alternate" title="新年了……" />
        <author>
            <name>Nickel Chow</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-02-08T02:58:32Z</published>
        <updated>2008-02-08T03:59:31Z</updated>
        <wfw:comment>http://www.yeeshe.com/blog/wfwcomment.php?cid=1</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.yeeshe.com/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
            <category scheme="http://www.yeeshe.com/blog/categories/1-unknown" label="个人感悟" term="个人感悟" />
    
        <id>http://www.yeeshe.com/blog/archives/1-guid.html</id>
        <title type="html">新年了……</title>
        <content type="xhtml" xml:base="http://www.yeeshe.com/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><em>今天是新年第一天，我在大年廿九才将丢了N久的博客捡回来，准备从新年第一天开始写了，坚持二字对我而言，实在是有点难度，很多时候都是三分钟热度。希望新的一年能够有些坚持，大家祝福我吧^_^。</em></p><p>写什么呢？不知道从哪开始写呢……，也许记流水账是个不错的想法，反正又用不着交作业的~~~~</p><p>套用中国电信的一句广告词来自勉：每天前进一小步。</p> 
            </div>
        </content>
        
    </entry>

</feed>