Pagina 1 di 1

configurare XORG per uscita svhs

Inviato: dom 25 gen 2009, 15:38
da riotten
ciao,
su di un HTPC per un'amico ho installato MythBuntu al fine di crearne un mediacenter il più semplice possibile per un neofita in ambito *Unix...il problema nasce dal fatto che la sua TV è ancora a tubo catodico con le sole uscite Scart disponibili...
No problem....comprato cavo SVHS+AUDIO che finisce in SCART....
Ora il vero problema......
All'avvio il PC visualizza tutto (Bios+GRUB+Caricamento kernel) tranquillamente anche su TV fino al caricamento del OS ma, al momento dell'avvio di XORG tronca la connessione SVHS, ovviamente è un problema di configurazione.
Vi posto per completezza il suo Xorg.conf (alquanto scarno a mio avviso)

Codice: Seleziona tutto

# xorg.conf (X.Org 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 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection
senza lanciare tool di configurazione od altro, come si setta un secondo monitor via SVHS?