星期一, 7月 09, 2007

xgl / Aiglx + beryl

nVidia 顯示卡系列
xgl + beryl
終算裝成功一台了,無法正常使用旋轉立方塊,還未搞定
電腦配備如下CPU:
AMD 2000+
主機板:EPOX-EP8K5A2
記憶體:256MB*2
顯示卡:nVidia MX 400
OS: ubuntu 6.06.1 LTS Dapper

依據下列網址安裝方式
http://wiki.beryl-project.org/index.php/Install/Ubuntu/Dapper/nVIDIA
http://wiki.beryl-project.org/index.php/Install/Ubuntu/Dapper/XGL
1.安裝nvidia驅動程式
a.安裝需要檔案
sudo aptitude install nvidia-kernel-common nvidia-glx

b.備份xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

c.到nVidia官方網站下載所需的驅動程式
http://www.nvidia.com/object/linux_display_archive.html
這裏要注意 nvidia核心模組 和 xorg的模組 要同一編號,我是用笨人方法,先裝了再看錯誤訊息來找到所需要的驅動程式

d.切換到終端機模式,停止gdm
ctrl + alt + F1~6,登入
sudo /etc/init.d/gdm stop

e.執行下載下來的驅動程式
sudo sh 下載下來的驅動程式,安裝過程請按Y

f.安裝完後修改xorg.conf
sudo vi /etc/X11/xorg.conf
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nv"
BusID "PCI:7:0:0"
EndSection
將 nv 改成 nvidia
增加 Option "RenderAccel" "True" (這項我沒加,也可以運作)

在section "Screen" 中將
"DefaultDepth" 設定為 24

g.啟動gdm
sudo /etc/init.d/gdm start

h.測試是否有啟動 direct
glxinfo |grep direct
會出現 YES。如此驅動程式就正常驅動了

2安裝xgl


ATI顯示卡系列
Aiglx + beryl
CPU:P3-Celeron 1.10G
主機板:GA-6VTXE-A
記憶體:256MB SDRam + 128MB SDram
顯示卡:ATI RADEON LE (7200)

OS:ubuntu 6.10 Edgy Eft

Beryl Settings Manager 綠寶石設定管理員

Keyboard 鍵盤

In this tab you can view and set some keyboard shortcut key combinations.
The Run command # sections will set shortcut keys for the custom commands under the Commands Tab
FAQ - The Super key for most is the key with the windows logo between Ctrl & Alt

Mouse 滑鼠

Same as Keyboard above but for mouse shortcuts.

For my mouse buttons:

  • 1 - Left
  • 2 - Center
  • 3 - Right
  • 4 - Wheel Up
  • 5 - Wheel Down

沒有留言: