Linux & Unix2009. 11. 5. 00:25

============================================================
    원문 링크 : http://cafe.naver.com/linuxcare.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=14446
    참조 글 : 우웅(daiv2blu)
    설치 환경 : CentOS 5 2.6.18-92.1.13.el5
   Beryl 버전 : beryl-core 0.2.0
    설치 방법 : rpm.pbone.net에서 검색으로 각각설치
============================================================
Centos 사용은 계속하였는데, 베릴 한번써보고 싶어서 자료를 찾다보니
네이버 리눅스 유저 클럽에 있는 우웅님의 글을 보고 해봤습니다.
rpm 버전이나 링크된 URL이 맞지 않아 별도로 rpm.pbone.net 에서 각각 다운로드 설치하였습니다.
어렵지 않으니 한번 해보실 분은 해보시길..;

1.설치 드라이브 확인
 [root@localhost ~]# lspci | grep VGA
 예) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics  
 Controller (rev 0c)
 [root@localhost ~]#

2. Direct Rendering이 활성화(Yes) 되어있는지 확인합니다.
 [root@localhost ~]# glxinfo | grep "direct rendering"
 libGL warning: 3D driver claims to not support visual 0x4b
 direct rendering: Yes
 [root@localhost ~]#

3. rpm.pbone.net에서 필요한 RPM패키지를 순서대로 바로 실행으로 설치합니다.
 driconf-0.9.1-5.fc6.noarch.rpm
 
 [root@localhost ~]# driconf
 우웅님 왈: ATI 제품군에 해당하시는 분들은 driconf 실행 후
 "Use HyperZ to boost performance" 를 활성화 하라고 하였는데, 제 같은 경우는 해당 내용을 찾지 못했습니다.;;

4. beryl 설치시 필요한 패키지들을 순서대로 찾아서 설치합니다.(자동실행)
 beryl-core-0.2.0-1.fc7.i386.rpm
 beryl-manager-0.2.0-1.fc7.i386.rpm
 beryl-plugins-0.2.0-1.fc7.i386.rpm
 beryl-plugins-unsupported-0.2.0-1.fc7.i386.rpm
 beryl-settings-0.2.0-1.fc6.i386.rpm (기존의 패키지 파일중 없어서 별도로 다른 패키지를 설치하였음)
 emerald-0.2.0-1.fc7.i386.rpm
 emerald-themes-0.2.0-1.fc7.noarch.rpm

5. 설치가 완료되면 [Applications]-[System Tools]-[Beryl Manager] 를 실행 합니다.
 또는
 [root@localhost ~]# beryl-manager

6. 시스템 시작시 자동실행
 [System]-[Preferences]-[More Perferences]-[Sessions]을 실행.
 [Startup Programs] 탭의 [Add] 버튼을 이용하여 beryl-manager를 추가.

 

-----------NVidia 그래픽 드라이버를 설치한 경우 랍니다. 원문 인용---------

구글 검색에서 찾은 내용입니다.
우선 아래의 명령을 실행하세요. (루트계정이 아닐시 sudo <명령어>)

 [root@localhost tmp]# nvidia-xconfig --add-argb-glx-visuals

잘 실행이 되었다면 /etc/X11/xorg.conf 파일을 수정해줘야할 필요가 있습니다.
아래의 내용을 추가해주셔야 합니다. 이미 존재하는 Section일 경우에는 없는 부분만 추가해주시면 됩니다.

=================================================================
Section "Module"
 Load "extmod"
EndSection

Section "Extensions"
 Option "Composite" "enable"
EndSection
=================================================================


'Linux & Unix' 카테고리의 다른 글

보편적인 Linux의 부팅과정  (0) 2009.11.21
부트로더(GRUB)의 장점과 환경설정 및 부팅 과정  (0) 2009.11.21
JDK 1.6.0 설치하기  (0) 2009.11.05
proftpd 서버 설치 및 설정  (0) 2009.11.05
USB Memory stick 설정  (0) 2009.11.05
Posted by Tiwaz