avviare compiz

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
Avatar utente
inux
Prode Principiante
Messaggi: 168
Iscrizione: venerdì 2 novembre 2007, 11:41
Località: busto arsizio

avviare compiz

Messaggio da inux »

ciao ho un problema con compiz il rendering è ok ho tutto penso,ma non riesco a avviarlo vi posto l'output da terminale:

Codice: Seleziona tutto

christian@christian-laptop:~$ compiz --replace &
Checking for Xgl: [1] 7491
christian@christian-laptop:~$ not present. 
No whitelisted driver found
aborting and using fallback: /usr/bin/metacity 

sapete dirmi che significa? grazie ciao.
Avatar utente
369
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3452
Iscrizione: giovedì 5 luglio 2007, 15:02
Località: Napoli
Contatti:

Re: avviare compiz

Messaggio da 369 »

Perchè lo avvii da terminale? non puoi attivare gli effetti?
Avatar utente
inux
Prode Principiante
Messaggi: 168
Iscrizione: venerdì 2 novembre 2007, 11:41
Località: busto arsizio

Re: avviare compiz

Messaggio da inux »

no non mi si avviano non capisco, i film li vedo bene è proprio il desktop 3d che non riesco ad abilitare
ti posto la scheda grafica.

Codice: Seleziona tutto

01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
Avatar utente
369
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3452
Iscrizione: giovedì 5 luglio 2007, 15:02
Località: Napoli
Contatti:

Re: avviare compiz

Messaggio da 369 »

Codice: Seleziona tutto

glxinfo|grep render

Codice: Seleziona tutto

sudo gedit /etc/X11/xorg.conf
posta entrambi qui
Avatar utente
inux
Prode Principiante
Messaggi: 168
Iscrizione: venerdì 2 novembre 2007, 11:41
Località: busto arsizio

Re: avviare compiz

Messaggio da inux »

grazie dunque:

Codice: Seleziona tutto

root@christian-laptop:/home/chris# glxinfo | grep rendering
direct rendering: Yes

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

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	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"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

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

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

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

Section "Device"
	Identifier	"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Driver		"via"
	BusID		"PCI:1:0:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"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 per l'interessamento ciao :(
Avatar utente
Rasheed
Prode Principiante
Messaggi: 171
Iscrizione: lunedì 19 marzo 2007, 20:50
Desktop: Plasma 5.21.5
Distribuzione: Debian GNU/Linux bookworm/sid
Località: Montevarchi

Re: avviare compiz

Messaggio da Rasheed »

A quanto risulta dall'output
inux ha scritto:

Codice: Seleziona tutto

christian@christian-laptop:~$ compiz --replace &
Checking for Xgl: [1] 7491
christian@christian-laptop:~$ not present. 
No whitelisted driver found
aborting and using fallback: /usr/bin/metacity 
sembra che non hai messo il nome dei driver della tua scheda nella WHITELIST per farlo devi editare il file

Codice: Seleziona tutto

sudo gedit /usr/bin/compiz
cerchi all'interno del file la riga WHITELIST="..." e ci metti il nome dei driver della tua scheda video, poi controlli che tale nome non sia presente alla riga del solito file con scritto BLACKLIST
Avatar utente
inux
Prode Principiante
Messaggi: 168
Iscrizione: venerdì 2 novembre 2007, 11:41
Località: busto arsizio

Re: avviare compiz

Messaggio da inux »

grazie dopo controllo adesso sto compilando il kernel appena finisco provo ciao. :D
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti