最近因為玩 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