Linux, 工作, 生活, 家人

Gentoo, Hardware, Linux

[Gentoo] X31 + Beryl + KDE 完工

假期嘛, 最重要的事就是重灌電腦. 因為之前惡搞我的 Notebook, 結果不知道從那來
的一堆 Bug , 解決不了, 或是很解決.
像是 gcin 沒有辦法和 Flash 9 一起用,
每次啟動 kdesu 的時候都要打密碼(這個讓我很煩)
KDM 沒有辦法輸入密碼登入. 所以我怒了呀~~~~~
所以發狠就重灌了. 而重灌一定要有一個目標, 要讓 beryl 可以使用.

其實現在 Gentoo 己經將 Bery 整得非常好了, 用 AIGLX 就可以很輕易的
將 X31 設定好.
比較大的麻煩是 direct rendering 沒有 Enable
這一點可以用指令

$ glxinfo | grep dir
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: No

去確認是不是有啟動 direct rendering .
如果沒有, 就編 x11-drm 和 xorg.conf 的 Module Section 內加上 drm 的 module 就可以了

Section “Module”
Load “freetype”
# Load “xtt”
Load “extmod”
Load “glx”
Load “dri”
Load “drm”
Load “dbe”
Load “record”
Load “xtrap”
Load “type1”
Load “v4l”
#Load “speedo”
EndSection

只有一個小問題, KDE 的 Window Decroator 沒有辦法顯示 Windows Title (有功能哦)
查了老半天. 原來問題是出在顯示卡的記憶體不足,
只要在檔案 /etc/drirc 加上

<option name=”allow_large_textures” value=”2″ />

就可以顯示出 Windows Title 了.
來個真相吧
gentoo_kde_beryl

接下來還要努力整理字型和音效…… Orz……

以下是給 Search Engine 抓的

IBM X31
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
Beryl
Window Title is white blank gone
KDE

Ref.
Feisty? Beryl? Who is making my title bar white with no text or buttons?
messy desktop effects on Thinkpad R40

Gentoo, X31, Beryl, KDE

2 留言

  1. Yuren Ju

    我之前也遇到同樣的問題,標題空白。不過我的解法跟你不太一樣。互相參考一下 🙂
    http://yurinfore.blogspot.com/2007/04/beryl.html

  2. 文章作者的留言

    richliu

    根據你的資料, 找到一篇文章似乎也講得比較多一點.
    http://wiki.archlinux.org/index.php/Beryl

    看起來用 Option “AGPSize” “32” 應該才是解法.

發佈留言