[mythtv-users] Going From ATI to NVIDIA TV out to get overscan

Raphael Pooser rpooser at gmail.com
Wed Feb 22 16:01:52 UTC 2006


yan seiner wrote:
> Check out the bottom of the page at:
>
> http://mythtv.org/wiki/index.php/Working_with_Modelines
>
> Let me know if it worked for you...
>
> --Yan
>
> ______________________________________________
>
>   

Yan,
I tried adjusting the modeline by changing the columns to get the image 
to move on the screen, and I also tried adjusting the overscan as well.  
Oddly none of this has any effect on the image on the TV screen....  I'm 
pasting the relevant sections from my xorg.conf below in case it helps 
anyone help me.

 Section "Monitor"
    Identifier  "Monitor0"
    Option "DPMS"
#Modeline "640x480"   12.700   640 656 744 808   480 492 502 528  -hsync 
-vsync Interlace
Modeline "640x480NTSC"   12.700   700 656 744 808   520 492 502 528  
-hsync -vsync Interlace
.....
# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, 
driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "single"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
#    Option "NoTV"            "yes"
#    Option "TVFormat"                   "NTSC-M"    
#    Option "TVStandard"                 "VIDEO"    
#    Option "TVHSizeAdj"                 "0"    
#    Option "TVVSizeAdj"                 "0"    
#    Option "TVHPosAdj"                  "0"    
#    Option "TVVPosAdj"                  "0"    
#    Option "TVHStartAdj"                "0"    
#    Option "TVColorAdj"                 "0"    
#    Option "GammaCorrectionI"           "0x06419064"
#    Option "GammaCorrectionII"          "0x06419064"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4150
    Screen 0

    Option "DPMS"
EndSection
......
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
    Option "DPMS"

    Subsection "Display"
        Depth       24
        Modes       "640x480NTSC"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     640 485
    EndSubsection
EndSection

Notice that in the ATI driver section I have the TV options section 
commented out.  At first I thought these were somehow overriding my 
manual modeline.  However, I get the exact same image with or without 
those options commented :(

Raphael


More information about the mythtv-users mailing list