How-To : Beryl window manager

Last Update : 09 / 11 / 2007 By DarkRanger .


環境 :

Fedora Core 6

Kernel = 2.6.18-1.2798.fc6

Beryl v0.1.9999.2


就如上圖所看到的,LInux 桌面系統已經開發出漂亮的 3D 桌面了,而且只要顯示卡支援 OpenGL,不需要高檔的硬體配備就可以運作的非常順暢。而以下所要使用的 Beryl 就是較著名的 3D 視窗管理器 ( window manager ) 之一,由於 DR 用的是 NVIDIA 的顯示晶片,所以請注意接下來的流程是比較適用於 NVIDIA 使用者的。

( 事實上,照著本 How-To 的設定流程,不只是 Beryl,連 Fedora 內建的 Compiz 視窗管理器也可以正常啟動無誤,有興趣的人可以試試看 )

1. 安裝 3D 顯示卡驅動程式:

NVIDIA 使用者請參照此 How-To,並且得確認 OpenGL 已經可以順利運作。

2. 編輯 X Window 設定。

請編輯 /etc/X11/xorg.conf,首先在 Section "Screen" 下新增三行設定,例如:

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24

    Option "AllowGLXWithComposite" "True"
    Option "RenderAccel" "True"
    Option "AddARGBGLXVisuals" "True"

    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

然後在 xorg.conf 的最後面新增以下設定:

Section "Extensions"
       Option "Composite" "Enable"
EndSection

最後將檔案儲存即可,但別忘記任何的更改都必須要重新啟動 X Window 才會生效,可以執行下列指令來達成快速重新啟動:

# init 3 ; init 5

3. 安裝 Beryl .

請先參照此 How-To 來設定 yum,完成後利用 yum 下達指令即可安裝完成:

# yum install beryl

4. 執行 Beryl .

執行下列指令 :

# beryl-manager

如果沒有出現任何錯誤訊息就表示 Beryl 已順利運作,接下來只要點選捷徑列上的 Beryl 圖示並將視窗管理器改為 Beryl 就可啟動 3D 桌面。

5. Beryl 基本操作方式 .

轉動 3D 桌面的方法是 Ctrl + Alt + 滑鼠左鍵拖曳,其它方式可參閱官方 wiki:

http://wiki.beryl-project.org/wiki/Tips/Default_Commands


參考網站:

http://www.beryl-project.org


http://compiz.org



Back to DarkRanger.no-ip.org