Hola
Acabo de iniciarme en esta distribución, y estoy intentando activar la salida de TV de mi tarjeta de video (GeForce 6150), y no hay manera.
Para empezar con nvidia-settings es imposible, por mucho que modifique las opciones al reiniciar el servidor X la pantalla TV está "disabled" siempre.
Después he intentado con este tutorial:
http://en.wikibooks.org/wiki/NVidia/TV-OUT. Consigo iniciar el nuevo servidor X y que aparezca bien en mi tele, pero no puedo volver al monitor después. Incluso si cierro el servidor X nuevo, se me queda todo en negro, y tengo que apagar el que tenía en el monitor para que se reinicie todo y vuelva la imagen a la pantalla.
Si alguien me puede ayudar con ésto último o darme alguna idea de cómo hacer funcionar ésto se lo agradecería. Adjunto mi xorg.conf por si os hace falta:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "ServerLayout"
Identifier "tv"
Screen 0 "Screen_tv" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG FLATRON 775FT"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "tv"
HorizSync 30.0 - 50.0
VertRefresh 60.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6150"
BusID "PCI:0:5:0"
Screen 0
EndSection
Section "Device"
Identifier "Card_tv"
Driver "nvidia"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "COMPOSITE"
Option "ConnectedMonitor" "TV"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "true"
Option "NoLogo" "true"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen_tv"
Device "Card_tv"
Monitor "tv"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Gracias a todos.
Taiyou
PD: Edito:
Cuando entro salgo de la sesión X de la TV e intento volver a la del monitor, me da el siguiente fallo en el log:
AUDIT: Tue Nov 25 17:06:33 2008: 4116 Xorg: client 5 rejected from local host (uid 1000)
AUDIT: Tue Nov 25 17:06:33 2008: 4116 Xorg: client 5 rejected from local host (uid 1000)
AUDIT: Tue Nov 25 17:06:33 2008: 4116 Xorg: client 5 rejected from local host (uid 1000)