Re: [PATCH] RGB/PAL over VGA at variable frame rate

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

 



On Tue, Jul 22, 2008 at 08:30:46PM +0200, Theunis Potgieter wrote:
> currently I'm still using a pentium 4, 2.4GHz machine with nvidia AGP 440MX
> card,

at least the VGA-to-SCART cable (not yet the patch itself) does run here
on nVidia hardware without problems. Box is a PUNDIT P1-AH2 with nVidia C51PV 
[GeForce 6150] graphics.

> only way to get that to work properly was with the older nvidia drivers
> 71.86.0 , apparently the newer drivers forces PAL or any other TV Standard
> to run @60Hz instead of 50Hz, which is what my broadcast is. So I had to
> "downgrade" the driver to get the proper output.

really? On my Pundit I use NVIDIA-Linux-x86-100.14.19-pkg1.run and
the attached xorg.conf with no problems.

>     Option         "UseEDIDFreqs" "FALSE"
>     Option         "UseEDIDDpi" "FALSE"

I just use one big hammer instead:)

Option "UseEDID" "FALSE"

That works (mostly).

-Thomas

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "BlankTime" "0"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "0"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/X11/misc"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
#    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync 15-16                                                     
        Modeline "720x576i"   13.875 720  744  808  888  576  580  585  625 -HSync -Vsync interlace            # pundit p1 --_---_--
EndSection

Section "Device"
    Option "UseEDID" "FALSE"
    Option "UseEvents" "True"
    Option "NoLogo" "True"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth   24

    SubSection     "Display"
	Depth      24
	Modes      "720x576i"           #RGB
    EndSubSection
EndSection

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux