[Compiz] Composite extension is not available

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
deanflame
Prode Principiante
Messaggi: 121
Iscrizione: lunedì 12 novembre 2007, 11:15

[Compiz] Composite extension is not available

Messaggio 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?? :(
Avatar utente
Ancestralelf
Prode Principiante
Messaggi: 239
Iscrizione: domenica 29 aprile 2007, 20:16
Località: Vicino Roma

Re: [Compiz] Composite extension is not available

Messaggio 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     
犠牲がなければ、男は何も達成することはできません。お戻りには、同じ値を持っている何かを得るには何かをする必要があります。この錬金術では、等価交換の原則と呼ばれています...私たちはその時点でも、人生の真実だと思った...
deanflame
Prode Principiante
Messaggi: 121
Iscrizione: lunedì 12 novembre 2007, 11:15

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

Messaggio 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  :( :(
Evangelist
Prode Principiante
Messaggi: 4
Iscrizione: domenica 18 novembre 2007, 15:43

Re: [Compiz] Composite extension is not available

Messaggio 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?
Avatar utente
Ancestralelf
Prode Principiante
Messaggi: 239
Iscrizione: domenica 29 aprile 2007, 20:16
Località: Vicino Roma

Re: [Compiz] Composite extension is not available

Messaggio da Ancestralelf »

c'è la guida apposta.... è in questa sezione. magari avrete il lampo di genio e ci  aiuterete a risolvere questo dannato problema.

:( :( :( :( :(
犠牲がなければ、男は何も達成することはできません。お戻りには、同じ値を持っている何かを得るには何かをする必要があります。この錬金術では、等価交換の原則と呼ばれています...私たちはその時点でも、人生の真実だと思った...
Bfidus
Prode Principiante
Messaggi: 54
Iscrizione: lunedì 8 ottobre 2007, 19:21

Re: [Compiz] Composite extension is not available

Messaggio 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....
Evangelist
Prode Principiante
Messaggi: 4
Iscrizione: domenica 18 novembre 2007, 15:43

Re: [Compiz] Composite extension is not available

Messaggio da Evangelist »

Io ho risolto disabilitando il driver ati dal "gestione driver con restrizioni"
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti