Il giorno 8 settembre 2008 10.28, Carlo Agrusti <[EMAIL PROTECTED]> ha
scritto:

> Se puo' esserti di aiuto, io - sul pc di casa (radeon 9250) - ho:
> - - usato i driver liberi
> - - aggiornato xorg
> - - cancellato /etc/X11/xorg.conf
> - - istruito i figli su come attivare gli effetti piu' disparati :-P
>
> In tutto cio', l'unico passaggio non immediato (ma non certo complicato)
> e' stato lanciare /usr/bin/compiz in automatico all'inizio della sessione.
>

grazie carlo, potrebbe essermi sicuramente d'aiuto, ma non riesco a
seguirti: in che senso avresti cancellato xorg.conf?
sul wiki (http://wiki.debian.org/Compiz) non si citano in effetti i driver
chiusi (fglrx), significa che compiz può funzionare anche con i driver
aperti (radeon)? però si dice anche di ricompilare l'xorg.conf inserendo:

# Dedicated "Extensions" section (may not be present already)
Section "Extensions"
        Option "Composite" "enable"
EndSection
# Section "Device" of you graphic card
Section "Device"
        # Already contains
        # ...
        # Identifier "..."
        # Driver     "..."
        # ...
        # Add this option :
        Option "XAANoOffscreenPixmaps" "true"
EndSection

personalmente, su debian lenny, kernel 2.6.26-1-686 con ati x870xt, ho
provato sia con radeon che fglrx e non riesco a far funzionare compiz.
eppure ho provato a testare il sistema con un piccolo script trovato
in rete, e pare tutto ok.

[EMAIL PROTECTED]:~$ ./compiz-check

Gathering information about your system...

 Distribution:          Debian GNU/Linux (lenny/sid)
 Desktop environment:   GNOME
 Graphics chip:         ATI Technologies Inc R480 [Radeon X850XT
(PCIE)] (Primary)
 Driver in use:         radeon
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]

questa la configurazione di xorg utilizzando i driver radeon:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

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

se poi una volta riavviato xorg digito compiz --replace mi da segmentation
fault e mi dice che xgl non c'è. idem con fglrx
che fare? grazie

Rispondere a