Pagina 1 di 1

[Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 2:00
da deanflame
ciao a tutti sn riuscito ad installare i driver ati con successo e ho installato anche compiz e compiz comfig settin manager
il problema è che quando vado su preferenze>aspetto>effetti visivi e metto personalizzato mi esce
"Composite extension is not available"
che significa? come lo risolvo?!?
logicamente gli effetti di compiz nn fungono!

questi sn risultati di fglrxinfo:
fabrizio@toshiba:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600
OpenGL version string: 2.0.6958 Release
e di xorgconf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection
che mi dite?? :(

Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 9:09
da Ancestralelf
nella mia incapacità capisco ke hai copiato solo metà dello xorg... comunque apri lo xorg e cancella le ultime tre righe dove c'è scritto :

Codice: Seleziona tutto

Section "Option"
"Composite"  "0"
End Section
e dimmi se ti funziona     

[Ati] Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 10:08
da deanflame
si hai ragione ho sbagliato a copiare lo xorg! cmq ho provato a cancellare le ultime 3 righe ma neinte da fare!!
quando faccio aspetto effetti e provo a mettere effetti personalizzati mi da sempre lo stesso errore!
posto di nuovo il mio xorg completo:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "Scheda video generica"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Monitor Generico"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice    "stylus" "SendCoreEvents"
# InputDevice    "cursor" "SendCoreEvents"
# InputDevice    "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
fglrxinfo:
fabrizio@toshiba:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600
OpenGL version string: 2.0.6958 Release
help  :( :(

Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 16:04
da Evangelist
Stesso problema, al momento dell'installazione (quindi sul sistema live) provo ad attivare gli effetti grafici e funzionano, solo che sul sistema installato vado e mi dà questo errore (Ubuntu 7.10). Prima di provare sul sistema installato ubuntu mi aveva fatto aggiornare i driver della scheda video dalla finestra "gestore driver con restrizioni", che fare?

Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 16:15
da Ancestralelf
c'è la guida apposta.... è in questa sezione. magari avrete il lampo di genio e ci  aiuterete a risolvere questo dannato problema.

:( :( :( :( :(

Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 16:47
da Bfidus
ancestralelf ha scritto: c'è la guida apposta.... è in questa sezione. magari avrete il lampo di genio e ci  aiuterete a risolvere questo dannato problema.
Io anche seguendo pari pari la guida ho sempre avuto lo stesso problema, alla fine ho riportato tutto ai driver open e  ho installato envy.
Bhe, e' bastato un envy -g da terminale e ha fatto tutto lui!  ;D
Non sara certo una soluzione da mega smanettone ma almeno funziona....

Re: [Compiz] Composite extension is not available

Inviato: domenica 18 novembre 2007, 16:57
da Evangelist
Io ho risolto disabilitando il driver ati dal "gestione driver con restrizioni"