richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 4

Linux Nvidia Linux Driver

March 23rd, 2005 · No Comments

最近因為玩 3ddesktop 因為 xorg 內建沒有 nvidia 的 glx driver
只好去抓 nvidia glx driver , 在 gentoo 下下
#emerge media-video/nvidia-glx
就可以了
不過要記得按照說明將 nv driver 換到 nvidia
灌完了以後,怎麼樣都上不了 Xwindow. 都是說 hsync ooxx 的有問題,後來經 Google 提示
在 nvidia driver 那要加上一行
Option “NoDDC” “true”
這樣就可以了
真是鳥事呀,看來我要去買個 DVI KVM 才能洩恨了 \_/

Tags: Gentoo, Hardware, Linux

[Read more →]

Tags: Gentoo · Hardware · Linux

丟臉丟大了…….

March 23rd, 2005 · 1 Comment

最近在研究 dbus
Gentoo 安裝是很簡單啦,就是下一個
#emerge dbus
就可以了
我在寫第一隻小程式的時候,竟然少一個 “dbus-arch-deps.h”
我本來將 dbus 的 tar 解開,然後丟進去 /usr/include/dbus-1.0/dbus 下就可以 compile
因為以為是 Gentoo 有問題,就在那邊的 Bugs 開了一個dbus 0.23.4 lost include file “dbus-arch-deps.h”
結果人家說 duplicate 就算了.
而且我的用法還是錯的
要用 bug 80314 的一段話

errr.. I’m both wright and wrong. Everything is installed fine so long as you use pkg-config as said by foser. Don’t spank me, I’m an [...]

[Read more →]

Tags: Gentoo · Linux · Programming

Gentoo 的 PHP 4.3.10 和 cracklib 的問題….

March 19th, 2005 · No Comments

Gentoo 最近的 PHP-4.3.10-r1 和 cracklib 2.82 一起 compile 時,都會有問題.
解決的方式是將 cracklib downgrade 到 2.7.1-r11 再 emerge php 4.3.10 ……
Orz
相關可以看到
http://bugs.gentoo.org/show_bug.cgi?id=85557

http://forums.gentoo.org/viewtopic-t-245660-highlight-php+cracklib.html

Tags: Gentoo

[Read more →]

Tags: Gentoo

KDE 3.4

March 17th, 2005 · No Comments

在自由軟體技術交流網看到KDE 3.4 正式推出!
下午就去更新了 Gentoo 的 Portage . 發現 Gentoo 的 Portage 也更新的很快.
今天早上 sync 的時候己經有了….
目前正在 update 了….

Tags: Gentoo, Linux, UNIX

[Read more →]

Tags: Gentoo · Linux · UNIX

被 UTC 搞了一下

March 9th, 2005 · No Comments

之前不知道為什麼, 系統開機時間都會變快,
一開始我都是用 ntp 去對時對回來.
不過幾次之後就發現變快的時間都一樣,
最後想了一下才覺得是 UTC 的問題==> 不過還是懶得改(喂, 這也太懶了吧)
基本上, gentoo 改 UTC 這個問題,
只要找到 /etc/conf.d/clock
將 clock=”UTC” , 改成 clock=””
很簡單吧…..
真鳥的問題呀……

Tags: Gentoo

[Read more →]

Tags: Gentoo

sablotron C compiler cannot create executables See `config.log’ for more details.

February 22nd, 2005 · No Comments

emerge php 時會碰到 sablotron compile error ,
這時拿掉 ebuild 內某一行就好了….
forum.gentoo.org 的文章

Tags: Gentoo

[Read more →]

Tags: Gentoo

xfce

January 20th, 2005 · No Comments

今天看到 Slashdot 提到 xfce 出 4.20 了,想說看一看.
結果自己在家中的測試機 compile 以後,發現這個以 gtk based 的 desktop 還是真快

Tags: Gentoo, Linux, UNIX

[Read more →]

Tags: Gentoo · Linux · UNIX