xgl
Xgl 설치 가이드 ¶
설치 시작 ¶1. Source update
# vi /etc/apt/sources.list deb http://www.beerorkid.com/compiz dapper main deb-src http://www.beerorkid.com/compiz dapper main # apt-get update # apt-get dist-upgrade 2. XGL package
# apt-get install compiz xserver-xgl libgl1-mesa xserver-xorg libglitz-glx1 compiz-gnome 3. Latest Source update: XGL 이 동작이 안된다면 이곳 source 의 package 들을 update 해보세요.
2006년 4월 20일 현재 update 됩니다.
# vi /etc/apt/sources.list - below, comment out: 이전에 추가해 준 source 를 주석처리해 줍니다. #deb http://www.beerorkid.com/compiz dapper main #deb-src http://www.beerorkid.com/compiz dapper main 그리고 다음을 추가해 줍니다. CF.: http://compiz.ed3n.com/viewtopic.php?id=215&p=2 deb http://xgl.compiz.info/ dapper main deb-src http://xgl.compiz.info/ dapper main # apt-get update # apt-get dist-upgrade 3.Nvidia VGA driver
* nvidia-glx
4. xorg.conf
# vi /etc/X11/xorg.conf # Load "GLcore" # Load "dri" - GLX 추가 Load "glx" Section "Device" Identifier- leave this line alone!: Identifier 는 그냥 놔둔다. Driver "nvidia" BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "NvAGP" "1" # fix black screen: Black screen 을 막아 준다는데 정확한 확인은 안되었습니다. EndSection Section "Extensions" Option "Composite" "Enable" EndSection 5. GDM
# vi /etc/gdm/gdm.conf-custom [servers] 0=Xgl [server-Xgl] name=Xgl server command=/usr/bin/Xgl :0 -fullscreen -ac -accel glx:pbuffer -accel xv:fbo flexible=true 6. XGL script file
# vi /usr/bin/thefuture #!/bin/bash gnome-window-decorator & compiz --replace gconf miniwin decoration wobbly fade minimize cube rotate zoom scale move resize place switcher trailfocus water & # chmod 755 /usr/bin/thefuture 7. Restart GDM
# /etc/init.d/gdm restart
# /usr/bin/thefuture 8. Enjoy !
질문 ¶Kubuntu에서는 어떻게 셋팅 하는지요?
그리고 xserver-xorg가 있는 상태에서 xserver-xgl을 설치해도 상관없나요? -- 움트트움트 2006-04-27
정확한 답변은 되지 못하지만요, 설치가 되어있는 상태라면 update 만 해주면 될것 같습니다. -- godmode2k 2006-04-27 13:16:52
쿠분투에서도 같은 방식으로 하면됩니다.
그리고 xserver-xorg 가 있는곳에서도 당연히 xserver-xgl 을 설치해도됩니다. 심볼릭을 바꿈으로서 쓸 서버를 바꿀수 있습니다. -- nahs 2006-04-27
음... 제가 xserver-xgl 을 xserver-xorg 로 봤군요... -- godmode2k 2006-04-27 23:44:35
dri 를 코멘트 할 경우에 터치패드관련이 작동안하는데..어찌 방법이 없을까요? 현재 i810에 compiz가 느린것 같아 이거 하면 빨라질까하구요.. -- Ssun 2006-05-30
다음의 site 에서 "11. mid_Ok" 부분부터 아래로 한번 참고해 보세요. http://blogs.warwick.ac.uk/atrivedi/entry/sony_vaio_vgn/ -- godmode2k 2006-05-30 09:48:06
|
You recoil from the crude; you tend naturally toward the exquisite. |