virtualbox에서 gentoo에 compiz-fusion 설치관련해서 도움 부탁드립니다.
ubuntu를 사용하다가 gentoo의 미련을 못버리고 virtualbox에 다시 설치해봤습니다.
Xorg 1.6.3과 gnome 2.6 설치까지 무사히 마치고 virtualbox가 버전이 3.0.6으로 올라가면서 portage에서 virtualbox-guest-addition-3.0.6을 설치해주었습니다.
여기에 이전 ubuntu에서는 virtualbox에서도 compiz-fusion을 동작하길래 이것도 설치해보자 하고 설치하였습니다.
그리고 gnome에서 gconf-editor에서 /desktop/gnome/session/required_components/windowmanager 값을 metacity에서 compiz로 바꾸어 주었습니다.
그리고 재부팅해서 gnome을 띄워보니 compiz-fusion이 실행이 안되는 것 같았습니다.
그래서 compiz-fusion 웹사이트에서 하라는 대로
xdpyinfo | grep -i composite
glxinfo | grep -i direct
체크해보니 각각 Composite와 direct rendering 메시지가 나오는걸 확인했습니다.
gnome을 실행한 상태에서 터미널로
compiz --replace를 실행했을 때
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
라는 메시지가 나오는 걸로 봐서는 뭔가 빠진것 같긴 한데 이유는 잘 모르겠습니다.
아래는 /etc/make.conf 내용입니다.
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="-*"
MAKEOPTS="-j3"
GNOME="-mozilla compiz-fusion gnome gstreamer X dbus hal xcb cjk gtk glitz"
COMPIZ="emerald unsupported"
MISC="svg jpeg giff tiff png consolekit"
MULTIMEDIA="midi win32codec xvid aac mp3 alsa"
USE="$GNOME $MISC $MULTIMEDIA $COMPIZ"
ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="http://ftp.daum.net/gentoo/"
VIDEO_CARDS="virtualbox fbdev vga vesa"
INPUT_DEVICES="evdev"
그리고 아래는 xorg.conf 파일 내용입니다.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "dri"
Load "dri2"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
Identifier "Card0"
Driver "vboxvideo"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
댓글 달기