[Risolto] Niente filmati video con 3D attivo

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
Avatar utente
Clodio
Prode Principiante
Messaggi: 34
Iscrizione: domenica 28 gennaio 2007, 11:39

[Risolto] Niente filmati video con 3D attivo

Messaggio da Clodio »

Salve a tutti,prima di iniziare voglio davvero fare i complimenti a tutti quelli che partecipano e che mi hanno fatto risolvere una marea di problemi e fatto imparare un altrettanta marea di cose su linux.
Io, neofita, non alle prime armi, alle primissime, ho installato ubuntu 7.04 sul mio portatile, un Asus A6V.
Una sua breve descrizioe hardware è : Intel centrino (mono sigh sigh ) schermo da 15,4", 512Mb ram, e, udite udite, la maledettissima Ati X700.
Dico maledettissima perchè ogni guida che ho seguito, ogni dirver che ho provato, mi ha dato l'unico risultato di avere uno schermo totalmente nero al riavvio del sistema.
Va bhe, mi sono quasi rassegnato e ora sto usando i dirver mesa che l'alternate cd di ubuntu installa.
Ad ogni modo tutto a bene, il 3d è fluido, veloce, non ho rallentamenti di alcun tipo, ho solo un problema. Con il 3d attivato non riesco a vedere i filmati.

Avi,mpeg, mov e tutti i formati che vi possano venire in mente, partono, si sente l'audio ma non si vede un tubo, o meglio, con Vlc si vede, ma se provo a mandare avanti torna nero il riquadro del video. Con Totem ancora peggio, non si vede nemmeno all'inzio.
Basta che disabilito il 3d e riesco a vedere i film.

Vi riporto il mio Xorg, non si sa mai.

Codice: Seleziona tutto

[shadow=red,left]# /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	"i2c"
	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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"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	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver		"ati"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "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"
	InputDevice	"Synaptics Touchpad"
	Option 		"AIGLX"		"true"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
Option		"Composite"	"Enable"
EndSection
[/shadow]
Esiste un modo per risolvere questo problemino?
Ultima modifica di Clodio il sabato 2 giugno 2007, 19:43, modificato 1 volta in totale.
Avatar utente
endeavour88
Prode Principiante
Messaggi: 82
Iscrizione: venerdì 12 gennaio 2007, 19:21
Località: Udine
Contatti:

Re: [Compiz] Niente filmati video con 3D attivo

Messaggio da endeavour88 »

Succede anche a me!
Cavoli che rottura...ho un amd duron 750mhz, 384 mb ram, ati 7500le 54mb
Saluti
Francesco

Vista il mio sito http://endeavour88.altervista.org
Avatar utente
Clodio
Prode Principiante
Messaggi: 34
Iscrizione: domenica 28 gennaio 2007, 11:39

Re: [Risolto] Niente filmati video con 3D attivo

Messaggio da Clodio »

Basta settare con Vlc l'output video X11.

Impostazioni ->Preferenze ->Video->Moduli d'uscita.
Spuntare la voce opzioni avanzate e dal menu a tendina che spunta fuori scegliere Uscita Video X11
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti