Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOW-TO] Compiz-fusion su Gentoo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Sun Jun 24, 2007 1:43 am    Post subject: [HOW-TO] Compiz-fusion su Gentoo Reply with quote

Stanotte mi sono adoperato per installare compiz-fusion, il nuovo compositing manager nato dalla fusione di Beryl + Compiz. Lo sto usando in questo momento. Rispetto ai vecchi compiz e beryl possiede alcune migliorie e plugins che potete ammirare in questo video:

http://www.youtube.com/watch?v=E4Fbk52Mk1w

Screenshot on gentoo: http://img507.imageshack.us/img507/9743/compizfusionif2.jpg
Il nuovo bellissimo plugin Expo': http://img253.imageshack.us/img253/8030/plugexpojc7.jpg

1) Preparazione

NOTA: Se avete vecchie installazioni di compiz e / o beryl dovete prima unmergere tutto quanto e fare un backup delle vecchie impostazioni, eliminando tutti i riferimenti ai vecchi pacchetti, nella vostra home.

Bene, innanzitutto dovete avere l'overlay xeffects. Potete utilizzare sia layman che subversion (utilizzato in questa guida):
Code:
emerge -av subversion
cd /usr/local/portage
svn co svn://svn.gentoo-xeffects.org/xeffects

Aggiungete al vostro make.conf il nuovo overlay
Code:
# nano /etc/make.conf
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/xeffects/trunk"


Adesso assicuratevi di avere installato Cairo con le USE flags 'glitz, svg e png', se cos� non fosse aggiungete questa riga al vostro /etc/portage/package.use:
Code:
x11-libs/cairo glitz svg png

adesso emergete cairo:
Code:
emerge -1av cairo


2) Installazione

Adesso siamo pronti per l'installazione di compiz-fusion. Innanzitutto dobbiamo smascherare i pacchetti necessari. Ecco cosa dovete aggiungere al file /etc/portage/package.keywords:

Code:
dev-python/compizconfig-python **
x11-wm/compiz **
x11-wm/compiz-fusion **
x11-plugins/compiz-fusion-plugins-main **
x11-plugins/compiz-fusion-plugins-extra **
x11-plugins/compiz-fusion-plugins-unsupported **
x11-wm/emerald **
x11-themes/emerald-themes **
x11-apps/ccsm **
x11-libs/libcompizconfig **
x11-libs/compizconfig-backend-gconf **
x11-libs/compizconfig-backend-kconfig **
x11-libs/compiz-bcop **


Adesso diamo il via all'installazione:
Code:
emerge -av compiz-fusion


3) Configurare XORG

Prima di far partire compiz-fusion, assicuratevi di aver configurato a dovere il vostro xorg e la vostra scheda video. Se avete una scheda nvidia, potete abilitare l'estensione compositing fornita coi driver nvidia seguendo questo how-to:
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects

Altrimenti utilizzate questo:
http://gentoo-wiki.com/HOWTO_AIGLX

4) Script di avvio

Se tutto � andato a buon fine possiamo ora impostare lo script di avvio. Poich� compiz-fusion non utilizza pi� gconf per le configurazioni, il vecchio script di avvio (compiz-start) non � pi� funzionante. Potete trovare uno script funzionante all'indirizzo qui sotto:

http://gitweb.opencompositing.org/?p=users/kristian/compiz-scripts;a=blob_plain;f=manager/compiz-manager;hb=HEAD

Copiamolo poi nella cartella locale degli eseguibili concedendogli i giusti permessi:

Code:
cp compiz-manager /usr/local/bin/compiz-manager
cd /usr/local/bin
chmod 755 compiz-manager


5) Conclusione

Bene, adesso potete far partire quando volete il vostro nuovo compiz-fusion semplicemente dando il comando:

Quote:
compiz-manager
compiz-manager --help #per aiuto


Per configurare i plugin e cambiare le impostazioni potete utilizzare il nuovo configuratore digitando in un terminale il comando:
Code:
ccsm

oppure, se state usando gnome o kde:
Gnome: Sistema -> Preferenze -> CompizConfig Settings
Kde: Applicazioni -> Preferenze -> CompizConfig Settings Manager

Nota sullo script compiz-manager:
di default lo script setta Emerald come gestore dei temi.
Potete sostituire emerald modificando la riga DECORATOR="emerald".

6) TIPS AND TRICKS

- Evitare il bug delle finestre nere
Se avete una scheda nVidia, dopo un po' di tempo di utilizzo potreste notate che all'apertura di una nuova applicazione, la finestra appare oscurata. Per risolvere questo bug dovete modificare leggermente lo script compiz-manager. Cercate la linea:
Code:
ARGS="--sm-disable --replace"

e modificatela in questo modo:
Code:
ARGS="--sm-disable --replace --indirect-rendering"

adesso riavviate xorg.

- Cambiare l'immagine sopra il cubo (e lo sfondo)

Se volete cambiare i colori dello sfondo del cubo (quando lo ruotate), cambiare il colore del lato superiore del cubo... o meglio ancora aggiungere un immagine di sfondo personalizzata ecco come fare:

Aprite il pannello di configurazione digitando in un terminale:
Code:
ccsm

cliccate sull'icona Cubo Desktop ->scheda Appearance e modificate come mostrato in questa foto:
http://img402.imageshack.us/img402/3476/settingsfondicv8.jpg

naturalmente indicando la path corrette delle vostre immagini!

Risultato: http://img441.imageshack.us/img441/7522/risultatowz5.jpg

ATTENZIONE: Le immagini di sfondo devono essere in formato .png
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo


Last edited by starise on Mon Jun 25, 2007 6:16 am; edited 6 times in total
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Sun Jun 24, 2007 8:32 am    Post subject: Reply with quote

Ho seguito la tua guida ma la compilazione si blocca sul pacchetto compiz-fusion-plugins-extra:

Code:
/usr/include/compiz -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib64\" -DLOCALEDIR=\"/usr/share/locale\" -DIMAGEDIR=\"/usr/share/compiz\" -I../../include -march=athlon64 -O2 -pipe -fomit-frame-pointer -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT bench.lo -MD -MP -MF .deps/bench.Tpo -c bench.c  -fPIC -DPIC -o .libs/bench.o
bench.c:93: error: expected specifier-qualifier-list before 'PaintOutputProc'
bench.c: In function 'benchPaintOutput':
bench.c:186: error: 'CompScreen' has no member named 'paintOutput'
bench.c:186: error: 'BenchScreen' has no member named 'paintOutput'
bench.c:187: error: 'CompScreen' has no member named 'paintOutput'
bench.c:188: error: 'BenchScreen' has no member named 'paintOutput'
bench.c:188: error: 'CompScreen' has no member named 'paintOutput'
bench.c:188: error: 'CompScreen' has no member named 'paintOutput'
bench.c:199: warning: passing argument 2 of 'transformToScreenSpace' makes integer from pointer without a cast
bench.c: In function 'benchInitScreen':
bench.c:357: error: 'BenchScreen' has no member named 'paintOutput'
bench.c:357: error: 'CompScreen' has no member named 'paintOutput'
bench.c:357: error: 'CompScreen' has no member named 'paintOutput'
bench.c: In function 'benchFiniScreen':
bench.c:463: error: 'CompScreen' has no member named 'paintOutput'
bench.c:463: error: 'BenchScreen' has no member named 'paintOutput'
make[3]: *** [bench.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-extra-9999/work/plugins-extra/src/bench'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-extra-9999/work/plugins-extra/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-extra-9999/work/plugins-extra'
make: *** [all] Error 2

!!! ERROR: x11-plugins/compiz-fusion-plugins-extra-9999 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  compiz-fusion-plugins-extra-9999.ebuild, line 48:   Called die


Anche un emerge --resume --skipfirst, mi si blocca al pacchetto successivo (compiz-fusion-plugins-main) con un errore simile:

Code:
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DPNG_NO_MMX_CODE -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib64\" -DLOCALEDIR=\"/usr/share/locale\" -DIMAGEDIR=\"/usr/share/compiz\" -I../../include -march=athlon64 -O2 -pipe -fomit-frame-pointer -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT animation.lo -MD -MP -MF .deps/animation.Tpo -c animation.c  -fPIC -DPIC -o .libs/animation.o
In file included from animation.c:78:
animation-internal.h:440: error: expected specifier-qualifier-list before 'PaintOutputProc'
animation.c: In function 'defaultAnimInit':
animation.c:163: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'polygonsAnimStep':
animation.c:395: error: 'AnimScreen' has no member named 'opt'
animation.c:423: warning: implicit declaration of function 'compLogMessage'
animation.c:423: warning: nested extern declaration of 'compLogMessage'
animation.c:423: error: 'CompLogLevelDebug' undeclared (first use in this function)
animation.c:423: error: (Each undeclared identifier is reported only once
animation.c:423: error: for each function it appears in.)
animation.c: In function 'defaultAnimStep':
animation.c:444: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'animSetScreenOptions':
animation.c:660: error: 'AnimScreen' has no member named 'opt'
animation.c:660: error: 'AnimScreen' has no member named 'opt'
animation.c:669: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:676: error: 'AnimScreen' has no member named 'close1Effect'
animation.c:683: error: 'AnimScreen' has no member named 'close2Effect'
animation.c:690: error: 'AnimScreen' has no member named 'create1Effect'
animation.c:697: error: 'AnimScreen' has no member named 'create2Effect'
animation.c:704: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:711: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:721: error: 'AnimScreen' has no member named 'minimizeRandomEffects'
animation.c:722: error: 'AnimScreen' has no member named 'nMinimizeRandomEffects'
animation.c:732: error: 'AnimScreen' has no member named 'close1RandomEffects'
animation.c:733: error: 'AnimScreen' has no member named 'nClose1RandomEffects'
animation.c:743: error: 'AnimScreen' has no member named 'close2RandomEffects'
animation.c:744: error: 'AnimScreen' has no member named 'nClose2RandomEffects'
animation.c:754: error: 'AnimScreen' has no member named 'create1RandomEffects'
animation.c:755: error: 'AnimScreen' has no member named 'nCreate1RandomEffects'
animation.c:765: error: 'AnimScreen' has no member named 'create2RandomEffects'
animation.c:766: error: 'AnimScreen' has no member named 'nCreate2RandomEffects'
animation.c:776: error: 'AnimScreen' has no member named 'shadeRandomEffects'
animation.c:777: error: 'AnimScreen' has no member named 'nShadeRandomEffects'
animation.c: In function 'animGetScreenOptions':
animation.c:874: error: 'AnimScreen' has no member named 'opt'
animation.c:875: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'createModel':
animation.c:999: error: 'CompLogLevelError' undeclared (first use in this function)
animation.c: In function 'initiateFocusAnimation':
animation.c:1274: error: 'AnimScreen' has no member named 'scaleActive'
animation.c:1274: error: 'AnimScreen' has no member named 'switcherActive'
animation.c:1275: error: 'AnimScreen' has no member named 'groupTabChangeActive'
animation.c:1285: error: 'AnimScreen' has no member named 'opt'
animation.c:1286: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1292: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1309: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1310: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1350: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1369: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1370: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1380: error: 'AnimScreen' has no member named 'opt'
animation.c:1381: error: 'AnimScreen' has no member named 'opt'
animation.c:1383: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1387: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:1426: error: 'AnimScreen' has no member named 'opt'
animation.c:1500: error: 'AnimScreen' has no member named 'opt'
animation.c:1513: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:1515: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1516: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1518: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'relevantForFadeFocus':
animation.c:1541: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'animPreparePaintScreen':
animation.c:1554: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1555: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1557: error: 'AnimScreen' has no member named 'aWinWasRestackedJustNow'
animation.c:1589: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:1615: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:1621: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:1635: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:1663: error: 'CompLogLevelError' undeclared (first use in this function)
animation.c:1748: error: 'AnimScreen' has no member named 'animInProgress'
animation.c: In function 'animDonePaintScreen':
animation.c:1782: error: 'AnimScreen' has no member named 'animInProgress'
animation.c: In function 'animAddWindowGeometry':
animation.c:2305: error: 'AnimScreen' has no member named 'addWindowGeometry'
animation.c:2307: error: 'AnimScreen' has no member named 'addWindowGeometry'
animation.c: In function 'animDrawWindowTexture':
animation.c:2325: error: 'AnimScreen' has no member named 'drawWindowTexture'
animation.c:2327: error: 'AnimScreen' has no member named 'drawWindowTexture'
animation.c: In function 'animPaintWindow':
animation.c:2445: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:2448: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:2513: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:2515: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:2523: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:2525: error: 'AnimScreen' has no member named 'paintWindow'
animation.c: In function 'animHandleCompizEvent':
animation.c:2586: error: 'AnimScreen' has no member named 'switcherActive'
animation.c:2600: error: 'AnimScreen' has no member named 'groupTabChangeActive'
animation.c:2614: error: 'AnimScreen' has no member named 'scaleActive'
animation.c: In function 'updateLastClientListStacking':
animation.c:2627: error: 'AnimScreen' has no member named 'nLastClientListStacking'
animation.c:2631: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:2635: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:2636: error: 'AnimScreen' has no member named 'nLastClientListStacking'
animation.c:2640: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c: In function 'animHandleEvent':
animation.c:2703: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:2704: error: 'AnimScreen' has no member named 'opt'
animation.c:2736: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:2737: error: 'AnimScreen' has no member named 'shadeRandomEffects'
animation.c:2738: error: 'AnimScreen' has no member named 'nShadeRandomEffects'
animation.c:2739: error: 'AnimScreen' has no member named 'opt'
animation.c:2748: error: 'AnimScreen' has no member named 'opt'
animation.c:2752: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:2773: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:2775: error: 'AnimScreen' has no member named 'opt'
animation.c:2810: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:2811: error: 'AnimScreen' has no member named 'minimizeRandomEffects'
animation.c:2812: error: 'AnimScreen' has no member named 'nMinimizeRandomEffects'
animation.c:2813: error: 'AnimScreen' has no member named 'opt'
animation.c:2822: error: 'AnimScreen' has no member named 'opt'
animation.c:2833: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:2860: error: 'AnimScreen' has no member named 'opt'
animation.c:2861: error: 'AnimScreen' has no member named 'opt'
animation.c:2885: error: 'AnimScreen' has no member named 'close1Effect'
animation.c:2886: error: 'AnimScreen' has no member named 'opt'
animation.c:2887: error: 'AnimScreen' has no member named 'close1Effect'
animation.c:2888: error: 'AnimScreen' has no member named 'close2Effect'
animation.c:2889: error: 'AnimScreen' has no member named 'opt'
animation.c:2891: error: 'AnimScreen' has no member named 'close2Effect'
animation.c:2947: error: 'AnimScreen' has no member named 'close1RandomEffects'
animation.c:2948: error: 'AnimScreen' has no member named 'close2RandomEffects'
animation.c:2949: error: 'AnimScreen' has no member named 'nClose1RandomEffects'
animation.c:2950: error: 'AnimScreen' has no member named 'nClose2RandomEffects'
animation.c:2951: error: 'AnimScreen' has no member named 'opt'
animation.c:2960: error: 'AnimScreen' has no member named 'opt'
animation.c:2974: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:2995: error: 'AnimScreen' has no member named 'opt'
animation.c:2995: error: 'AnimScreen' has no member named 'opt'
animation.c:2999: error: 'AnimScreen' has no member named 'opt'
animation.c:2999: error: 'AnimScreen' has no member named 'opt'
animation.c:3004: error: 'AnimScreen' has no member named 'opt'
animation.c:3005: error: 'AnimScreen' has no member named 'opt'
animation.c:3021: error: 'AnimScreen' has no member named 'create1Effect'
animation.c:3022: error: 'AnimScreen' has no member named 'opt'
animation.c:3023: error: 'AnimScreen' has no member named 'create2Effect'
animation.c:3024: error: 'AnimScreen' has no member named 'opt'
animation.c:3043: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3076: error: 'AnimScreen' has no member named 'nLastClientListStacking'
animation.c:3117: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3145: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3147: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3168: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3178: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3185: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3213: error: 'AnimScreen' has no member named 'aWinWasRestackedJustNow'
animation.c:3241: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:3242: error: 'AnimScreen' has no member named 'focusEffect'
animation.c: In function 'animDamageWindowRect':
animation.c:3264: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:3265: error: 'AnimScreen' has no member named 'opt'
animation.c:3302: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:3303: error: 'AnimScreen' has no member named 'minimizeRandomEffects'
animation.c:3304: error: 'AnimScreen' has no member named 'nMinimizeRandomEffects'
animation.c:3305: error: 'AnimScreen' has no member named 'opt'
animation.c:3316: error: 'AnimScreen' has no member named 'opt'
animation.c:3329: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3350: error: 'AnimScreen' has no member named 'opt'
animation.c:3351: error: 'AnimScreen' has no member named 'opt'
animation.c:3373: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:3374: error: 'AnimScreen' has no member named 'opt'
animation.c:3406: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:3407: error: 'AnimScreen' has no member named 'shadeRandomEffects'
animation.c:3408: error: 'AnimScreen' has no member named 'nShadeRandomEffects'
animation.c:3409: error: 'AnimScreen' has no member named 'opt'
animation.c:3420: error: 'AnimScreen' has no member named 'opt'
animation.c:3427: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3449: error: 'AnimScreen' has no member named 'create1Effect'
animation.c:3450: error: 'AnimScreen' has no member named 'opt'
animation.c:3451: error: 'AnimScreen' has no member named 'create1Effect'
animation.c:3452: error: 'AnimScreen' has no member named 'create2Effect'
animation.c:3453: error: 'AnimScreen' has no member named 'opt'
animation.c:3455: error: 'AnimScreen' has no member named 'create2Effect'
animation.c:3497: error: 'AnimScreen' has no member named 'create1RandomEffects'
animation.c:3498: error: 'AnimScreen' has no member named 'create2RandomEffects'
animation.c:3499: error: 'AnimScreen' has no member named 'nCreate1RandomEffects'
animation.c:3500: error: 'AnimScreen' has no member named 'nCreate2RandomEffects'
animation.c:3501: error: 'AnimScreen' has no member named 'opt'
animation.c:3512: error: 'AnimScreen' has no member named 'opt'
animation.c:3527: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3535: error: 'AnimScreen' has no member named 'opt'
animation.c:3535: error: 'AnimScreen' has no member named 'opt'
animation.c:3539: error: 'AnimScreen' has no member named 'opt'
animation.c:3539: error: 'AnimScreen' has no member named 'opt'
animation.c:3547: error: 'AnimScreen' has no member named 'opt'
animation.c:3548: error: 'AnimScreen' has no member named 'opt'
animation.c:3573: error: 'AnimScreen' has no member named 'damageWindowRect'
animation.c:3575: error: 'AnimScreen' has no member named 'damageWindowRect'
animation.c: In function 'animWindowResizeNotify':
animation.c:3609: error: 'AnimScreen' has no member named 'windowResizeNotify'
animation.c:3611: error: 'AnimScreen' has no member named 'windowResizeNotify'
animation.c: In function 'animWindowMoveNotify':
animation.c:3634: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3636: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3644: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3658: error: 'AnimScreen' has no member named 'windowMoveNotify'
animation.c:3660: error: 'AnimScreen' has no member named 'windowMoveNotify'
animation.c: In function 'animWindowGrabNotify':
animation.c:3672: error: 'AnimScreen' has no member named 'windowGrabNotify'
animation.c:3674: error: 'AnimScreen' has no member named 'windowGrabNotify'
animation.c: In function 'animWindowUngrabNotify':
animation.c:3684: error: 'AnimScreen' has no member named 'windowUngrabNotify'
animation.c:3686: error: 'AnimScreen' has no member named 'windowUngrabNotify'
animation.c: In function 'animPaintOutput':
animation.c:3700: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3723: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3723: error: 'AnimScreen' has no member named 'paintOutput'
animation.c:3724: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3725: error: 'AnimScreen' has no member named 'paintOutput'
animation.c:3725: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3725: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3728: error: 'AnimScreen' has no member named 'aWinWasRestackedJustNow'
animation.c:3730: error: 'AnimScreen' has no member named 'aWinWasRestackedJustNow'
animation.c:3732: error: 'AnimScreen' has no member named 'markAllWinCreatedCountdown'
animation.c:3734: error: 'AnimScreen' has no member named 'markAllWinCreatedCountdown'
animation.c:3743: error: 'AnimScreen' has no member named 'markAllWinCreatedCountdown'
animation.c: In function 'animInitScreen':
animation.c:3800: error: 'AnimScreen' has no member named 'opt'
animation.c:3810: error: 'AnimScreen' has no member named 'opt'
animation.c:3815: error: 'AnimScreen' has no member named 'animInProgress'
animation.c:3817: error: 'AnimScreen' has no member named 'minimizeEffect'
animation.c:3818: error: 'AnimScreen' has no member named 'opt'
animation.c:3819: error: 'AnimScreen' has no member named 'create1Effect'
animation.c:3820: error: 'AnimScreen' has no member named 'opt'
animation.c:3821: error: 'AnimScreen' has no member named 'create2Effect'
animation.c:3822: error: 'AnimScreen' has no member named 'opt'
animation.c:3823: error: 'AnimScreen' has no member named 'close1Effect'
animation.c:3824: error: 'AnimScreen' has no member named 'opt'
animation.c:3825: error: 'AnimScreen' has no member named 'close2Effect'
animation.c:3826: error: 'AnimScreen' has no member named 'opt'
animation.c:3827: error: 'AnimScreen' has no member named 'focusEffect'
animation.c:3828: error: 'AnimScreen' has no member named 'opt'
animation.c:3829: error: 'AnimScreen' has no member named 'shadeEffect'
animation.c:3830: error: 'AnimScreen' has no member named 'opt'
animation.c:3833: error: 'AnimScreen' has no member named 'opt'
animation.c:3836: error: 'AnimScreen' has no member named 'minimizeRandomEffects'
animation.c:3837: error: 'AnimScreen' has no member named 'nMinimizeRandomEffects'
animation.c:3839: error: 'AnimScreen' has no member named 'opt'
animation.c:3842: error: 'AnimScreen' has no member named 'close1RandomEffects'
animation.c:3843: error: 'AnimScreen' has no member named 'nClose1RandomEffects'
animation.c:3845: error: 'AnimScreen' has no member named 'opt'
animation.c:3848: error: 'AnimScreen' has no member named 'close2RandomEffects'
animation.c:3849: error: 'AnimScreen' has no member named 'nClose2RandomEffects'
animation.c:3851: error: 'AnimScreen' has no member named 'opt'
animation.c:3854: error: 'AnimScreen' has no member named 'create1RandomEffects'
animation.c:3855: error: 'AnimScreen' has no member named 'nCreate1RandomEffects'
animation.c:3857: error: 'AnimScreen' has no member named 'opt'
animation.c:3860: error: 'AnimScreen' has no member named 'create2RandomEffects'
animation.c:3861: error: 'AnimScreen' has no member named 'nCreate2RandomEffects'
animation.c:3863: error: 'AnimScreen' has no member named 'opt'
animation.c:3866: error: 'AnimScreen' has no member named 'shadeRandomEffects'
animation.c:3867: error: 'AnimScreen' has no member named 'nShadeRandomEffects'
animation.c:3869: error: 'AnimScreen' has no member named 'switcherActive'
animation.c:3870: error: 'AnimScreen' has no member named 'groupTabChangeActive'
animation.c:3871: error: 'AnimScreen' has no member named 'scaleActive'
animation.c:3875: error: 'AnimScreen' has no member named 'paintOutput'
animation.c:3875: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3875: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3876: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:3877: error: 'AnimScreen' has no member named 'damageWindowRect'
animation.c:3878: error: 'AnimScreen' has no member named 'addWindowGeometry'
animation.c:3879: error: 'AnimScreen' has no member named 'drawWindowTexture'
animation.c:3881: error: 'AnimScreen' has no member named 'windowResizeNotify'
animation.c:3882: error: 'AnimScreen' has no member named 'windowMoveNotify'
animation.c:3883: error: 'AnimScreen' has no member named 'windowGrabNotify'
animation.c:3884: error: 'AnimScreen' has no member named 'windowUngrabNotify'
animation.c:3886: error: 'AnimScreen' has no member named 'markAllWinCreatedCountdown'
animation.c: In function 'animFiniScreen':
animation.c:3899: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3900: error: 'AnimScreen' has no member named 'lastClientListStacking'
animation.c:3904: error: 'CompScreen' has no member named 'paintOutput'
animation.c:3904: error: 'AnimScreen' has no member named 'paintOutput'
animation.c:3905: error: 'AnimScreen' has no member named 'paintWindow'
animation.c:3906: error: 'AnimScreen' has no member named 'damageWindowRect'
animation.c:3907: error: 'AnimScreen' has no member named 'addWindowGeometry'
animation.c:3908: error: 'AnimScreen' has no member named 'drawWindowTexture'
animation.c:3910: error: 'AnimScreen' has no member named 'windowResizeNotify'
animation.c:3911: error: 'AnimScreen' has no member named 'windowMoveNotify'
animation.c:3912: error: 'AnimScreen' has no member named 'windowGrabNotify'
animation.c:3913: error: 'AnimScreen' has no member named 'windowUngrabNotify'
animation.c:3915: error: 'AnimScreen' has no member named 'opt'
animation.c: In function 'animGetScreenOptions':
animation.c:876: warning: control reaches end of non-void function
make[3]: *** [animation.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-main-9999/work/plugins-main/src/animation'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-main-9999/work/plugins-main/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-plugins/compiz-fusion-plugins-main-9999/work/plugins-main'
make: *** [all] Error 2

!!! ERROR: x11-plugins/compiz-fusion-plugins-main-9999 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  compiz-fusion-plugins-main-9999.ebuild, line 48:   Called die


ma non ho idea di come risolvere.

Tra l'altro, l'ebuild di cairo scaricato da xeffects ha queste USE:
Code:
sudo emerge -pv cairo
Password:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/cairo-1.4.8  USE="X glitz opengl svg -debug -directfb -doc -newspr% -xcb" 0 kB [4]

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage overlays:
 [1] /usr/portage/local/layman/WTK-Testing
 [2] /usr/portage/local/layman/gechi
 [3] /usr/portage/local/layman/zugaina
 [4] /usr/portage/local/layman/xeffects

senza la USE "png", ma non mi pare sia questo che crei lo scompiglio (ma magari mi sbaglio).

Sono su amd64, se fa qualche differenza.
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Sun Jun 24, 2007 9:06 am    Post subject: Reply with quote

Non ho provato, ma ho visto il video e sono senza parole!! :wink:
Appena ho un minuto (da qui all'eternità, non ho idea se e quando succederà) faccio due prove.
Bello come "autu", complimenti!!
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Jun 24, 2007 9:10 am    Post subject: Reply with quote

guida seguita alla lettera, installazione effettuata senza problemi, creato lo script compiz-manager, ma quando lancio tale script mi dice:
Code:


compiz (core) - Fatal: No composite extension


che cosa dovrei installare in più?

ciao
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Sun Jun 24, 2007 9:11 am    Post subject: Reply with quote

Forse ti basta abilitare le estensioni composite in xorg.conf?
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Jun 24, 2007 9:13 am    Post subject: Reply with quote

skypjack wrote:
Forse ti basta abilitare le estensioni composite in xorg.conf?


forse hai ragione, ma seguendo la guida non vi è scritto tale passaggio..... :cry:

ciauz
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Sun Jun 24, 2007 9:27 am    Post subject: Reply with quote

crisandbea wrote:

forse hai ragione, ma seguendo la guida non vi è scritto tale passaggio..... :cry:

Don't worry, be happy!! :wink:
Aggiungi al tuo xorg.conf quanto segue:
Code:

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

Incorcia le dita e facci sapere... :D
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Jun 24, 2007 9:32 am    Post subject: Reply with quote

skypjack wrote:
crisandbea wrote:

forse hai ragione, ma seguendo la guida non vi è scritto tale passaggio..... :cry:

Don't worry, be happy!! :wink:
Aggiungi al tuo xorg.conf quanto segue:
Code:

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

Incorcia le dita e facci sapere... :D


si si lo sapevo fare, solo che appena sveglio mi sono attenuto alla guida, senza pensare tanto :lol:


comunque funge aggiungendo la sezione da te postata.

ciauz
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Sun Jun 24, 2007 11:42 am    Post subject: Reply with quote

Oops... Sorry!! :oops:
Vabbè, dai, resta comunque per i posteri!! :wink:
Back to top
View user's profile Send private message
Maialovic
Apprentice
Apprentice


Joined: 25 Apr 2006
Posts: 255

PostPosted: Sun Jun 24, 2007 12:01 pm    Post subject: Reply with quote

pero a me da un errore all'avvio di compiz-manager che è : (nonmiricordocomeinizia)BMP_from_PXL e credo perche non ho installato xgl visto che io uso i driver ATI proprietari.........che fare? installare XGL e seguendo quale guida oppure mandare a quel paese tutto e disistallare compiz fusion?

ps.ho seguito la guida in inglese http://gentoo-wiki.com/HOWTO_XGL per installare xgl ma si vede uno skifo proprio.....tutto sfalsato e che proprio non i vede per nulla bene.......mi devo arrendere?
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Sun Jun 24, 2007 1:32 pm    Post subject: Reply with quote

Chiedo scusa ma scrivendo la guida davo per scontato che si fosse già utenti di compiz / beryl. (aggiorno la guida)

Deus ex: Per gli errori di compilazione potrebbero essere dovuti al fatto che sei su amd64. Io non ho avuto alcun problema del genere.
Comunque la versione di cairo che utilizzo attualmente è la 1.4.6 mentre a te vedo che è la 1.4.8 (magari facendo il downgrade...)

Maialovic: ti consiglio di non utilizzare XGL, ma AIGLX integrato in xorg o se hai una scheda nVidia, direttamente il compositing dei drivers.
http://gentoo-wiki.com/HOWTO_AIGLX
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo


Last edited by starise on Sun Jun 24, 2007 1:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Sun Jun 24, 2007 1:38 pm    Post subject: Reply with quote

sorry duplicato
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
BlackBelt
Guru
Guru


Joined: 27 Nov 2004
Posts: 369
Location: Messina/Pisa

PostPosted: Sun Jun 24, 2007 2:13 pm    Post subject: Reply with quote

Ciao,

se lancio compiz-manager ho il seguente errore:

Code:
 No GLXFBConfig for default depth, this isn't going to work


sul wiki di beryl ho trovato:

Quote:
This bug happens when you are using a recent version of compiz while having an old version of Mesa. It can also happen if you you are using AIGLX with Nvidia 9XXX drivers and forgot to add Option "AddARGBGLXVisuals" "True". A patch has been released and has been commited to the cvs tree so you just have to compile the latest cvs version of Mesa. If you are using Ubuntu, you can find these packages on this repository:


Qualcuno ha avuto lo stesso problema (sto usando gli ultimi driver presenti in portage ~amd64) ??? Devo aggiornare mesa alla 6.5.3?
su amd64 non ho avuto problemi di compilazione. Posto emerge --info

Code:
Nabucodonosor trunk # emerge --info
Portage 2.1.3_rc5 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r3, 2.6.20-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.20-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System release 1.12.10
Timestamp of tree: Sun, 24 Jun 2007 07:30:09 +0000
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS="http://gentoo.inode.at/"
LINGUAS="it en"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/xeffects/trunk"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X acl alsa amd64 berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dbus dlloader dri dvd dvdr encode esd fam firefox fortran gcj gdbm gif gnome gpm gstreamer gtk gtk2 hal iconv ipv6 isdnlog java jpeg libg++ mad midi mmx mmxext mp3 mpeg mudflap mythtv ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdflib perl png pppd python quicktime readline reflection sdl session spell spl sse sse2 ssl tcpd truetype type1 udev unicode vorbis xorg xv" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it en" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Grazi a tutti
bye
_________________
"Sulla strada per l'inferno c'e' sempre un sacco di gente,
ma è comunque una via che si percorre in solitudine."

Charles Bukowski


Last edited by BlackBelt on Sun Jun 24, 2007 4:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
Maialovic
Apprentice
Apprentice


Joined: 25 Apr 2006
Posts: 255

PostPosted: Sun Jun 24, 2007 3:07 pm    Post subject: Reply with quote

starise wrote:
Chiedo scusa ma scrivendo la guida davo per scontato che si fosse già utenti di compiz / beryl. (aggiorno la guida)

Deus ex: Per gli errori di compilazione potrebbero essere dovuti al fatto che sei su amd64. Io non ho avuto alcun problema del genere.
Comunque la versione di cairo che utilizzo attualmente è la 1.4.6 mentre a te vedo che è la 1.4.8 (magari facendo il downgrade...)

Maialovic: ti consiglio di non utilizzare XGL, ma AIGLX integrato in xorg o se hai una scheda nVidia, direttamente il compositing dei drivers.
http://gentoo-wiki.com/HOWTO_AIGLX
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects



ou non per cose......ma se ti ho detto che uso i driver ATI proprietari.......secondo te uso NVidia? stai piu attento...........

leggendo la guida Aiglx dice testuali parole
Code:
ATI: Any closed source driver. - Uses incompatible DRI API.
di conseguenza.......è inutile installarlo :D...........e quindi? che devo fare?
Back to top
View user's profile Send private message
ercoppa
Guru
Guru


Joined: 10 Dec 2005
Posts: 371
Location: roma

PostPosted: Sun Jun 24, 2007 7:32 pm    Post subject: Reply with quote

Nonostante abbia cambiato la stringa nel manger, mi parte sempre emerald come gestore di finestre, voi siete riuscita a far andare un altro wm? Io vorrei quello di compiz normale
Back to top
View user's profile Send private message
Maialovic
Apprentice
Apprentice


Joined: 25 Apr 2006
Posts: 255

PostPosted: Sun Jun 24, 2007 10:30 pm    Post subject: Reply with quote

allora........il problema è dovuto al fatto che se abilito il codice in xorg.conf
Code:
Section "Extensions"
Option "Composite" "enable"
EndSection


mi da l'errore in visualizzazione tutto distorto e sfalzato.......come la televisione che riceve il segnale tv disturbato.........se invece questo codice lo commento e quindi non viene eseguito startglx (xdm lo stesso) si avvia tranquillamente.
ma appena faccio da consolle compiz-manager mi da quest'errore

Code:

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 :1.0


anche se se si va in Kinfocenter il quale mi dice che GLX_EXT_texture_from_pixmap è presente in : Kinfocente--->OpenGL--->GLX--->estenzioni server GLX---> GLX_EXT_texture_from_pixmap

non so proprio che fare.........


Last edited by Maialovic on Sun Jun 24, 2007 10:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Sun Jun 24, 2007 10:36 pm    Post subject: Reply with quote

Ho risolto il mio problema, che era banalmente una versione di codice instabile. Riscaricato il trunk da zero, ha compilato tutto perfettamente. Ho dovuto poi cancellare tutte le pregresse configurazioni di compiz nella mia home

Code:
rm -rf .compiz*


et voilà! Ora funziona tutto a meraviglia.
Grazie per l'ottimo HowTo! :D
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Mon Jun 25, 2007 6:13 am    Post subject: Reply with quote

Maialovic wrote:
compiz-manager mi da quest'errore

Code:

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 :1.0
Per forza, compiz-fusion ha bisogno necessariamente dell'estensione compositing abilitata.
Maialovic wrote:

leggendo la guida Aiglx dice testuali parole
ATI: Any closed source driver. - Uses incompatible DRI API.
di conseguenza.......inutile installarlo :D...........e quindi? che devo fare?
Il problema è che non avendo una Ati per fare i test non so' come aiutarti. Molto tempo fa' installai anche io XGL (sempre su nvidia) prima dell'uscita di AIGLX e ricordo che avevo qualche problema di stabilità.

Comunque se riesco a scovare il problema sarai il primo a saperlo.
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Mon Jun 25, 2007 7:49 am    Post subject: Reply with quote

Davvero bello questo nuovo plugin :D .
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Mon Jun 25, 2007 2:04 pm    Post subject: Reply with quote

Stasera lo provo al volo, volevo solo pubblicizzare il mio apprezzamento per la gestione dei gruppi di applicazioni.... veramente carinissimo :D

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Mon Jun 25, 2007 7:36 pm    Post subject: Reply with quote

L'ho installato senza problemi e, devo dire, è veramente fenomenale.

Solo una domanda: qualcuno è riuscito a far andare il window grouping???
E, se si, come???
Thankks

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
MaurizioB
n00b
n00b


Joined: 25 Jun 2007
Posts: 19

PostPosted: Mon Jun 25, 2007 10:11 pm    Post subject: Reply with quote

Io arrivo da un inizio un po' incerto e difficile con compiz (essendo abituato con kde, gconf mi risultava decisamente ostico) a cui ha seguito un sinceramente felice passaggio a beryl. Il programma di configurazione si è man mano evoluto e devo ammettere che in confronto a quello che c'è al momento per compiz fusion non c'è paragone: quest'ultimo lo trovo sicuramente più pulito ed accessibile di gconf, ma accedere alle impostazioni dovendo poi sempre tornare al pannello principale premendo un pulsante che si trova in un punto un po' scomodo non rende il tutto molto usabile. Non so, trovo che forse sia ancora un po' prematuro, pur considerando la stabilità di compiz nei confronti di beryl.

Giusto una domanda. Con compiz ho sempre avuto un problema: in kde se sposto una finestra tenendo premuto l'Alt è possibile muoverla molto in alto, arrivando a nascondere la barra del titolo oltre il bordo superiore del desktop. Con beryl era possibile, mentre vedo che con compiz fusion c'è ancora lo stesso blocco. Ho provato a modificare le impostazioni di snapping e via dicendo e l'unico risultato che ottengo è che per poter spostare una finestra oltre il bordo superiore devo "lanciarla" in modo che per inerzia lo superi! 8O
Qualcuno sa come poter disattivare questa cosa?

Saluti
PS: incredibile, 3 anni con gentoo e mi sono iscritto solo ora al forum! :)
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Tue Jun 26, 2007 6:32 am    Post subject: Reply with quote

MaurizioB wrote:
PS: incredibile, 3 anni con gentoo e mi sono iscritto solo ora al forum! :)

Meglio tardi che mai... BENVENUTO!! :wink:
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Tue Jun 26, 2007 7:13 am    Post subject: Reply with quote

mouser wrote:
Solo una domanda: qualcuno è riuscito a far andare il window grouping???
E, se si, come???


Della serie "Fatti delle domande e datti delle risposte" :lol:
Ecco come ho risolto :D

Mi ero immensamente dimenticato di lavorare con un svn :roll: ....
Quindi, dopo un paio d'ore, ho dato:

Code:
$ rm -Rf .compizconfig/ .config/compiz-managerrc
$ su -
# cd /usr/local/portage
# rm -Rf xeffects
# svn co svn://svn.gentoo-xeffects.org/xeffects
# emerge -av compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported


e tutto è andato a posto... ora funge anche il window grouping....

Che spettacolo!!!! :D :D :D

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Tue Jun 26, 2007 8:13 am    Post subject: Reply with quote

MaurizioB wrote:

PS: incredibile, 3 anni con gentoo e mi sono iscritto solo ora al forum! :)


Tre anni a lurkare :?:

Complimenti :lol:
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 1 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum