發表文章

目前顯示的是 12月, 2007的文章

CentOS 5 安裝 Beryl

圖片
安裝Beryl 也是很簡單 步驟一 首先修改/etc/X11/xorg.conf 在Section "Screen" 這部份增加以下兩行 Option         "RenderAccel" "true" Option         "AllowGLXWithComposite" "true" 步驟二 cd /etc/yum.repos.d/ wget http://centos.karan.org/kbsingh-CentOS-Extras.repo 將 Kbsingh-CentOS-Testing 裡 enabled=0 改成 enabled=1  [kbs-CentOS-Testing] name=CentOS.Karan.Org-EL$releasever - Testing gpgcheck= 1 gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt enabled=1 baseurl=http://centos.karan.org/el$releasever/extras/testing/$basearch/RPMS/ import 個 GPG key: rpm --import http://centos.karan.org/RPM-GPG-KEY-karan.org.txt 安裝 Beryl : yum install beryl 安裝完後開啟Beryl 就會常駐在右上角 如果Beryl特效沒有啟動成功時 , 請點右鍵找 "選取視窗管理員"  點compiz 然後再點回beryl 就會啟動成功了!! 參考網址 : http://wiki.debian.org.hk/w/Install_Beryl

CentOS 5 開啟桌面特效

圖片
今天花了一點時間研究了CentOS 5.1 Desktop Effects 啟動方式 , 我的電腦配備如下: CPU : P3-933 主機板 : ASUS CUV4X-E 顯示卡 : ASUS V8170 Geforce 4 MX 440 步驟一 首先上Nvidia 官網下載驅動程式 http://www.nvidia.com.tw/object/linux_display_archive.html 97xx系列並不支援我的顯示卡 所以我是下載NVIDIA-Linux-x86-1.0-9631-pkg1.run 下載完後接下來就是在init 3 文字模式下安裝驅動程式 sh NVIDIA-Linux-x86-1.0-9631-pkg1.run 步驟二 修改/etc/X11/xorg.conf , 以下是我的xorg.conf 設定內容 (紅色部分是要新增的) ======================================= Section "ServerLayout"     Identifier     "Default Layout"     Screen      0  "Screen0" 0 0     InputDevice    "Mouse0" "CorePointer"     InputDevice    "Keyboard0" "CoreKeyboard" EndSection Section "Extensions"     Option "Composite" "Enable" EndSection Section "Files" EndSection Section "Module"     Load           "glx"     Load           "extmod" EndSection Section "InputDevice"     # generated from default     Identi