젠투, compiz-fusion 오류가 도통 고쳐지지 않네요.

동이의 이미지

라데온 4550HD 사용하고 있습니다.
물론 fglrx 옵션을 먹여서 사용하고 있습니다만,
compiz-fusion 설치만 하면 창틀 없어지기 일쑵니다.
수없이 xorg.conf 고쳐봤지만, 꿈쩍도 않네요.
compiz-fusion에 딸린 아이템인 splash 기능은 확인했습니다만
전체적으로 요지부동입니다.

고수님들 조언 부탁드립니다.

참고로 아래는 제 xorg.conf 설정입니다.

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "on"
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"
Load "xtrap"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

#Section "Monitor"
# Identifier "Monitor0"
# VendorName "Monitor Vendor"
# ModelName "Monitor Model"
#EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

ection "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "on"
Option "TexturedVideo" "on"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "Textured2D" "on"
Option "TexturedXrender" "on"
Option "UseFastTLS" "1"
Option "BackingStore" "on"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "dri"
Mode 0666
EndSection

Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
EndSection

송효진의 이미지

드라이버는 radeon 추천합니다.
창틀은 metacity 나 emerald 같은것이 떠야 합니다.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇 개 안돼요~
http://xenosi.de/

lateau의 이미지

compiz 실행을 어떻게 하고 계신지요.
전 compiz 띄울 때 "application error"를 자꾸 뱉어내며 창틀이 없어지는 문제가 있어,

$ compiz-manager --indirect-rendering --replace ccsm

으로 띄워줬더니 문제가 해결되었습니다.

--
I think to myself...what a emerging world.

ptmono의 이미지

젠투에서 어떤지는 잘 모르겠습니다.

전 페도라에서 비슷한 경험이 있습니다. 원인은 "Window Decoration"
이펙트(effect)가 활성화되지 않아서 였습니다. "ccsm" 명령어를 실행시키고,
"effects" 부분에 있습니다.

저의 배포판은 페도라입니다. 그리고 gnome을 사용하고 있습니다.

gnome에서 compiz를 활성화할 때 "desktop-effects"명령어를 사용합니다. 이 명령어는
"compiz-gnome" 패키지의 "/usr/bin/compiz-gtk" 스크립트를 이용합니다.

[$ plans]$ cat /usr/bin/compiz-gtk
#!/bin/bash
 
function runCompiz() {
	gtk-window-decorator &
	exec compiz --ignore-desktop-hints glib gconf gnomecompat $@
}
 
ISSW=`glxinfo | grep "Software Rasterizer" -c`
 
# Try with direct rendering
HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
if ( [ $ISSW == 0 ] && [ $HAVETFP -gt 2 ] ); then 
	runCompiz $@
fi
 
# Try again with indirect rendering
export LIBGL_ALWAYS_INDIRECT=1
 
HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
if ( [ $ISSW == 0 ] && [ $HAVETFP -gt 2 ] ); then 
	runCompiz $@
fi
 
# Fall back to metacity
exec metacity $@

"gtk-window-decorator"가 창틀(?)을 관리(?)합니다. 이것을 decorator라고 합니다. 다른
decorator로 "kde-window-decorator" "emerald"가 있습니다. 이 decorator를
활성화하기 위해서 "decoration" 플러그인(plugin)을 활성화해 주어야 합니다.[1]

ccsm이[2] 설치가 되어 있다면, "decoration" 플러그인을 ccsm의 Effects>Window
Decoration 을 체크해주시면 활성화됩니다.

ccsm이 설치되어 있지 않다면, gconf-editor를 이용해 활성화시켜 줄 수 있습니다.
- /apps/compiz/general/allscreens/options/active_plugins
에 "decoration"을 추가해 주시면 됩니다. 저의 경우

[$ ~]$ gconftool-2 --get /apps/compiz/general/allscreens/options/active_plugins
[core,glib,gconf,gnomecompat,ccp,move,mousepoll,shelf,png,regex,zoom,text,minimize,decoration,widget,dbus,tile,extrawm,maximumize,obs,cube,rotate,imgjpeg,vpswitch,ring,mswitch,place,staticswitcher,atlantis,3d,resize,grid,commands,winrules,gears,showdesktop,neg,water,shift,inotify,snap,cubemodel,switcher,scale,scalefilter]

입니다.

ccsm은 libcompizconfig를 이용하는데요. ccp 플러그인을 활성화시켜야 사용할 수 있습니다.

[1] http://wiki.compiz.org/Decorators/GTKWindowDecorator
[2] http://wiki.compiz.org/CCSM
[3] https://bugzilla.redhat.com/show_bug.cgi?id=532229

------------------------------------------
emacs user

------------------------------------------
emacs user

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.