Pagina 1 di 1

[RISOLTO] problema vlc e file .mov a schermo intero

Inviato: lunedì 10 dicembre 2007, 15:17
da vervelover
Ciao,

da qualche giorno ho un problema inspiegabile con vlc! In pratica non riesco a vedere i file .mov a schermo intero, mentre tutti gli altri tipi di file sì! Ho provato varie uscite video e l'unica che mi fa vedere i filmati mov a schermo intero è la opengl ma coi colori sbagliati. Con tutte le altre uscite il fimato rimane delle stesse dimensione ma con i bordi neri intorno come se veramente lo stessi guardando in fullscreen.. Ho una ati xpress 200m uso i driver flgrx predefiniti di ubuntu gutsy, e prima questo problema non l'avevo! posto il mio xorg.conf:

Codice: Seleziona tutto

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"
	Option		"SHMConfig"	"on"
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 XPRESS 200M 5955 (PCIE)"
	Driver		"fglrx"
	Busid		"PCI:1:5:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"
	Monitor		"Monitor Generico"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1440x900"
	EndSubSection
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		"dri"
	Load		"v4l"
	Load		"dbe"
	Load		"gspca"
	Load		"glx"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "Extensions"
	Option		"Composite"	"0"
EndSection
Ho fatto qualche prova con envy ultimamente magari mi ha scombinato xorg, ma ho ripristinato i driver di ubuntu, e anche flgrxinfo mi dice che sto usando i driver giusti..
Qualcuno ha avuto il mio stesso problema?
Grazie e ciao
Alessio

Re: problema vlc e file .mov a schermo intero

Inviato: martedì 11 dicembre 2007, 11:50
da vervelover
Ho risolto con:

Codice: Seleziona tutto

sudo aticonfig --overlay-type=Xv