effetti desktop
effetti desktop
quando tento di cambiare gli effetti desktop mi dice : The Composite extension is not available.Premetto che per far la scheda video ho dovuto installare i driver propietari della ati(ho radeon x700 3D) e o anche gia attivato l'accelerazione 3D
- marcogastaldello
- Scoppiettante Seguace

- Messaggi: 683
- Iscrizione: mercoledì 19 dicembre 2007, 15:39
- Località: Friuli Venezia Giulia - Italy
- Contatti:
Re: effetti desktop
controlla nel tuo xorg.con di avere le seguenti righe in grassetto:
sudo gedit /etc/X11/xorg.conf #se hai ubuntu
sudo kate /etc/X11/xorg.conf #se hai kubuntu
Section "Extensions"
Option "Damage" "Enable"
Option "XRender" "Enable"
Option "Composite" "Enable"
EndSectio
sudo gedit /etc/X11/xorg.conf #se hai ubuntu
sudo kate /etc/X11/xorg.conf #se hai kubuntu
Section "Extensions"
Option "Damage" "Enable"
Option "XRender" "Enable"
Option "Composite" "Enable"
EndSectio
IT Administrator,System administrator,Technical support and Network administrator
presso Metecno Italia s.r.l.
Produzione di Pannelli Compositi Prefabbricati, pannelli coibentati per pareti e soffitti, lamiere grecate, pannelli per portoni sezionali, pannelli in poliuretano e lana di roccia.
http://www.metecnoitalia.it
Certificato EUCIP IT ADMINISTRATOR:
-HARDWARE (M1)
-SISTEMI OPERATIVI (M2)
-NETWORK EXPERT USE (M4)
Kubuntu 12.04 Precise LTS;
http://marcogastaldello.altervista.org/joomla/
Il bello di Linux è la libertà nel rispetto della libertà altrui!
presso Metecno Italia s.r.l.
Produzione di Pannelli Compositi Prefabbricati, pannelli coibentati per pareti e soffitti, lamiere grecate, pannelli per portoni sezionali, pannelli in poliuretano e lana di roccia.
http://www.metecnoitalia.it
Certificato EUCIP IT ADMINISTRATOR:
-HARDWARE (M1)
-SISTEMI OPERATIVI (M2)
-NETWORK EXPERT USE (M4)
Kubuntu 12.04 Precise LTS;
http://marcogastaldello.altervista.org/joomla/
Il bello di Linux è la libertà nel rispetto della libertà altrui!
Re: effetti desktop
e se non ci sono come faccio a scrivercili?
Re: effetti desktop
dopo che ho dato il codice:sudo gedit /etc/X11/xorg.conf
# 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
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 "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5 - 48.0
Vertrefresh 56.0 - 65.0
Gamma 1
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
Gamma 1
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV410 [Radeon X700]"
Driver "fglrx"
Boardname "ati"
Option "MergedFB" "off"
Busid "PCI:1:0:0"
EndSection
Section "Device"
#
Identifier "device1"
Driver "vesa"
Boardname "VESA driver (generic)"
Busid "PCI:1:0:1"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV410 [Radeon X700]"
Monitor "Monitor Generico"
Defaultdepth 24
SubSection "Display"
Virtual 1024 768
Depth 24
Modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
# 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
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 "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5 - 48.0
Vertrefresh 56.0 - 65.0
Gamma 1
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
Gamma 1
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV410 [Radeon X700]"
Driver "fglrx"
Boardname "ati"
Option "MergedFB" "off"
Busid "PCI:1:0:0"
EndSection
Section "Device"
#
Identifier "device1"
Driver "vesa"
Boardname "VESA driver (generic)"
Busid "PCI:1:0:1"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV410 [Radeon X700]"
Monitor "Monitor Generico"
Defaultdepth 24
SubSection "Display"
Virtual 1024 768
Depth 24
Modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Re: effetti desktop
Per ora limitati a commentare le ultime tre righe, salva e vedi se funziona.
in pratica modifica le ultime tre righe così
in pratica modifica le ultime tre righe così
Codice: Seleziona tutto
#Section "Extensions"
#Option "Composite" "0"
#EndSectionLa mia firma è dedicata a Bubu: Distributore unico per l'italia di periferiche pubiche
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Re: effetti desktop
no mi dice sempre The Composite extension is not available e non me li fa mettere.ora devo ripristinare xorg.conf come era prima? cioe le ultime tre righe gli ritolgo il commento?
Re: effetti desktop
In realtà quelle tre righe le potresti cancellare.
L'estensione composite è essenziale al funzionamento di compiz,
in gutsy di default è attiva,
se tu le metti lo disattivi quindi sicuramente compiz non ti partirà.
Prova a togliere il commento e a sostituire allo "0" un "1".
L'estensione composite è essenziale al funzionamento di compiz,
in gutsy di default è attiva,
se tu le metti lo disattivi quindi sicuramente compiz non ti partirà.
Prova a togliere il commento e a sostituire allo "0" un "1".
La mia firma è dedicata a Bubu: Distributore unico per l'italia di periferiche pubiche
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Re: effetti desktop
stessa cos sia che tolgo il commento a tutte le 3 righe sia se lo tolgo sollo alla pen'ultima e metto'1' al posto di '0' .ma per rendere effettive le modifiche devo riavviare il sistema?
Re: effetti desktop
no,
togli il commento a tutte e te le righe
e cambia lo 0 in 1,
per rendere effettive le modifiche dovrebbe essere sufficiente
riavviare il server x con control+alt+backspace.
se anche così non dovesse funzionare prova a cambiare "1" in "Enable"
togli il commento a tutte e te le righe
e cambia lo 0 in 1,
per rendere effettive le modifiche dovrebbe essere sufficiente
riavviare il server x con control+alt+backspace.
se anche così non dovesse funzionare prova a cambiare "1" in "Enable"
La mia firma è dedicata a Bubu: Distributore unico per l'italia di periferiche pubiche
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Io sono ciò che sono per merito di ciò che siamo tutti........quindi fatevi un bell'esame di coscienza...
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 18 ospiti
