[RISOLTO] Non carica il gestore di finestre

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
Avatar utente
leonard vertighel
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 532
Iscrizione: giovedì 2 novembre 2006, 14:06
Località: SML

[RISOLTO] Non carica il gestore di finestre

Messaggio da leonard vertighel »

Ciao a tutti.

Ho appena fatto l'aggiornamento a Feisty da Edgy, e volevo provare i famosi effetti desktop "integrati". In Sistema → Preferenze non c'era l'icona "Effetti Desktop", così li ho installati grazie al fido synaptic.

Una volta abilitati, però, mi sparisce il gestore di finestre: niente bordi! Sapete come fare per risolvere questo problema? Ho una Scheda Video NVidia, i driver proprietari sono installati, e qui di seguito vi riporto il mio xorg.conf

Codice: Seleziona tutto

# /etc/X11/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(5) 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"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
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"
	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	"nvidia GeForce"
	Driver		"nvidia"
	BusID		"PCI:5:0:0"
	VideoRam	256000
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Acer  AL1716"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nvidia GeForce"
	Monitor		"Acer  AL1716"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection
Grazie e ciao!
Ultima modifica di leonard vertighel il martedì 22 maggio 2007, 13:31, modificato 1 volta in totale.
Avatar utente
leonard vertighel
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 532
Iscrizione: giovedì 2 novembre 2006, 14:06
Località: SML

Re: Non carica il gestore di finestre

Messaggio da leonard vertighel »

Ecco inoltre quello che mi dice se provo a lanciarlo da shell:

Codice: Seleziona tutto

indy@LucyVanPelt:~$ desktop-effects 
nvidia restricted driver is already enabled
gtk-window-decorator: Could not acquire decoration manager selection on screen 0 display ":0.0"
/usr/bin/compiz.real: No GLXFBConfig for depth 32
/usr/bin/compiz.real: No GLXFBConfig for depth 32
/usr/bin/compiz.real: No GLXFBConfig for depth 32
inotify_add_watch: No such file or directory
indy@LucyVanPelt:~$ 
Avatar utente
telperion
Rampante Reduce
Rampante Reduce
Messaggi: 5407
Iscrizione: lunedì 10 luglio 2006, 18:20

Re: Non carica il gestore di finestre

Messaggio da telperion »

digita in un terminale

Codice: Seleziona tutto

sudo nvidia-xconfig --composite  --add-argb-glx-visuals 
e nell'xorg.conf per sicurezza commenta (#) la voce Load "dri" nella sezione "Module"

Codice: Seleziona tutto

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	# Load	"dri"
Riavvia x e dovrebbe funzionare tutto
Avatar utente
leonard vertighel
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 532
Iscrizione: giovedì 2 novembre 2006, 14:06
Località: SML

Re: Non carica il gestore di finestre

Messaggio da leonard vertighel »

Grazie Telpeiron!
Ora funziona tutto! Posso sapere che cos'hai fatto di preciso? Così sarò in grado di dare un amano a qualcuno che avesse il mio stesso problema.

(La voce load "dri" non c'era, per cui non l'ho commentata)
Avatar utente
telperion
Rampante Reduce
Rampante Reduce
Messaggi: 5407
Iscrizione: lunedì 10 luglio 2006, 18:20

Re: Non carica il gestore di finestre

Messaggio da telperion »

indy ha scritto:
Grazie Telpeiron!
Ora funziona tutto! Posso sapere che cos'hai fatto di preciso? Così sarò in grado di dare un amano a qualcuno che avesse il mio stesso problema.

(La voce load "dri" non c'era, per cui non l'ho commentata)
Load dri probabilmente l'ha tolto
nvidia-xconfig
che è l'utility nvidia per settare l'xorg.conf

il comando che ti ho dato abilita il composite  e AddARGBGLXVisuals
che sono le opzioni necessarie al funzionamento di AiGLX Nvidia.

E' indispenabile anche

Codice: Seleziona tutto

  DefaultDepth    24
ma nel tuo xorg.conf era già cosi altrimenti il comando sarebbe stato:

Codice: Seleziona tutto

sudo nvidia-xconfig --composite --add-argb-glx-visuals --depth=24
Maggiori info e link alle pagine nvidia con tutte le opzioni quà:
http://forum.ubuntu-it.org/viewtopic.php?t=37608
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti