[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

salida de S/PDF en Nvidia GeForce2 Go



Hola a todos,

vamos a ver, tengo un problema intentando configurar la salida de
televisión mediante el sistema X.

Según el manual de Nvidia, tan solo hay que configurar las siguientes
opciones en el XFree86-4:


Section "Monitor"

# Identificador Tele
    Identifier "Television"
    HorizSync  30-50
    VertRefresh 60
    Option "TVStandar" "PAL-G"

EndSection


[....]

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "NV AGP"
    VendorName  "nvidia"
    BoardName   "GeForce2 Go"
    Driver   "nvidia"
    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.
    BusID       "PCI:1:0:0"
# I've found that option IgnoreEDID is not necessary
    Option	"IgnoreEDID" 	"1"
# AGP *seems* to work for me, so I've commented out the next line also. Some people seem to feel the need to
#    turn it off and I'm not sure why. Anyone got any reasons?
# HBT: turned off AGP (was "3") as per l-d-l # 6912, that there is a conflict between it and APM.
	Option "NvAgp" "0"
	
# Lineas de opciones para ver la television

	Option "ConnectedMonitor" "TV"
	Option "TVOutFormat" "SVIDEO"
	Option "TVOutFormat" "COMPOSITE"
EndSection

[...]

# Configuracion para la salida de television.
Section "Screen"
	Identifier "Tele"
	Device	   "NV AGP"
	Monitor	   "Television"
	Option "TwinView"
	Option "Metamodes" "800x600;"
	Option "TVStandar" "PAL-G"
	DefaultColorDepth 24
	Subsection "Display"
	  Depth	24	
	  Modes	     "800x600"
	  ViewPort 0 0
	EndSubsection
#	Option	   "TVStandar" "PAL-G"
#	Option	"TVStandar" "PAL-G"
EndSection

Section "ServerLayout"
    Identifier "layout1"
#    Screen     "screen1"
    Screen	"Tele"
    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Y con esto supuestamente ya esta configurado, y realmente es así, de hecho este correo lo estoy escribiendome viendome en la tele ^_^ , me ha sorprendido de hecho lo facil que me ha resultado, pero con la pega de que
esta en blanco y negro. Y el problema es el siguiente:

No me acepta la opcion para sacar la señal en PAL-G, que es para la zona de España, y me la saca por defecto
en NTSC-M, según el registro:

(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Option "IgnoreEDID" "1"
(**) NVIDIA(0): Option "ConnectedMonitor" "TV"
(**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "MetaModes" "800x600;"
(**) NVIDIA(0): Forcing SVIDEO output
(**) NVIDIA(0): Use of AGP disabled per request
(**) NVIDIA(0): Ignoring EDIDs
(**) NVIDIA(0): ConnectedMonitor string: "TV"
(**) NVIDIA(0): TwinView enabled

[...]



(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
(WW) NVIDIA(0): Option "TVStandar" is not used
(II) Initializing built-in extension MIT-SHM

    Como veis, todo se activa correctamente menos esta opción, estuve
probando incluso a forzar el twin-wiew, pero despues me he dado cuenta
que no hacia falta, ya que no hace nada.

En fin, ¿alguna idea? Si necesitais que os mande el log entero o el archivo de configuración de las X, pues lo decis y lo mando.

En principio yo he estado mirando el manual de Nvidia y el howto, pero no hay nada de esto, acepto vuestras sugerencias agradeciendolas de antemano.

Y ya puesto, y de paso, que os lo paseis muy bien todos en fin de año. ^_^

Salud y Revolución.

Lobo.
---

Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux,
para no atar mis manos con las cadenas del soft propietario.
---------
Desde El Ejido, en Almeria, usuario registrado linux #294013
http://www.counter.li.org







Reply to: