[Video] PS3 - Monitor Balla

Riconoscimento, installazione e configurazione delle periferiche.
Joysurrender
Prode Principiante
Messaggi: 7
Iscrizione: martedì 29 luglio 2008, 21:33
Località: Napoli
Contatti:

[Video] PS3 - Monitor Balla

Messaggio da Joysurrender »

Salve ragazzi. Sto usando Ubuntu da poco, sulla mia PS3.
Non ho ancora un televisore HD (sul TV HD ho provato, Si vede una bellezza, ma devo ancora fare i soldi per comprare una HD), sono rimasto al vecchio televisore.
Sulla mia TV, invece, vedo come se tutto ballasse, come se ogni pixel andasse sopra e sotto in meno di un secondo. Come posso impostare in qualche modo Ubuntu per far sì che questo dannoso e fastidioso effetto svanisca?
Ho già provato a cambiare la risoluzione ma niente, ci sono solo quei valori e non me la fa cambiare.
Sono un nuovo ed inesperto utente di Ubuntu, abbiate pazienza grazie :D
Avatar utente
CrazyForLinux
Prode Principiante
Messaggi: 138
Iscrizione: sabato 5 luglio 2008, 12:43
Località: Como

Re: [Video] PS3 - Monitor Balla

Messaggio da CrazyForLinux »

Ovviamente è tutto un problema di frequenza errata

E comunque non ci hai dato nessuna informazione

Postaci il tuo Xorg.conf
- La mia Fidanzata è INNAMORATA di Ubuntu!

- Chi l'ha detto che il buon cioccolato è solo Windows?
Joysurrender
Prode Principiante
Messaggi: 7
Iscrizione: martedì 29 luglio 2008, 21:33
Località: Napoli
Contatti:

Re: [Video] PS3 - Monitor Balla

Messaggio da Joysurrender »

Si hai ragione, scusa.
Io uso Ubuntu 7.04 se può essere d'aiuto.

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	"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"
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	"Generic Video Card"
	Driver		"fbdev"
	Option		"ShadowFB"		"false"
	Option		"UseFBDev"		"true"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	DefaultFbBpp 32
	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
Sono un nuovo ed inesperto utente di Ubuntu, abbiate pazienza grazie :D
Avatar utente
CrazyForLinux
Prode Principiante
Messaggi: 138
Iscrizione: sabato 5 luglio 2008, 12:43
Località: Como

Re: [Video] PS3 - Monitor Balla

Messaggio da CrazyForLinux »

Joysurrenedr ha scritto: Si hai ragione, scusa.
Io uso Ubuntu 7.04 se può essere d'aiuto.

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	"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"
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	"Generic Video Card"
	Driver		"fbdev"
	Option		"ShadowFB"		"false"
	Option		"UseFBDev"		"true"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	DefaultFbBpp 32
	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
Molto strano il tuo Xorg... (ovviamente è uno Xorg inerente alla PS3)

Comunque devi provare a cambiare i valori HorizSync e VertRefresh.
Inoltre ho visto che non hai una modeline. Devi provare ad aggiungerla sotto ad HorizSync e VertRefresh.
Qual'è la risoluzione massima che può raggiungere la tua TV? Che driver hai installato?
Per la PS3 sul wiki, c'è una sezione dedicata. Hai provato a guardare anche la?
- La mia Fidanzata è INNAMORATA di Ubuntu!

- Chi l'ha detto che il buon cioccolato è solo Windows?
Joysurrender
Prode Principiante
Messaggi: 7
Iscrizione: martedì 29 luglio 2008, 21:33
Località: Napoli
Contatti:

Re: [Video] PS3 - Monitor Balla

Messaggio da Joysurrender »

Non so cosa sia una modeline.
Non ho installato alcun driver (durante l'installazione ho usato il loader per mettere Ubuntu ma non penso che centra qualcosa).
No, non ho visto Wiki. ne avevo ignorato l'esistenza. o.o
Ora provo, grazie mille!
Se avete altri consigli ovviamente sono ben accetti!

Edit: Che valori devi inserire al posto di
        HorizSync 28-51
VertRefresh 43-60  ?
E se qualcosa andasse storto e non vedo più niente?

Ancora una cosa, come faccio a modificare quei valori? E' di sola lettura...
Ultima modifica di Anonymous il mercoledì 30 luglio 2008, 11:06, modificato 1 volta in totale.
Sono un nuovo ed inesperto utente di Ubuntu, abbiate pazienza grazie :D
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 6 ospiti