[mythtv-users] HDTV video output

David O daveo78 at gmail.com
Wed Feb 15 01:08:26 UTC 2006


Here is my Xorg.conf for thew 46H84 and 9800pro, under that is the portion
of my Xorg.log where I got my info for all the settings.  This works for me
and like I said earlier there is overscan, but to the best of my knowledge,
you cant get rid of that with an RPTV.  If thats a problem you'll need an
LCD.  It looks fine but I've yet to find some HD content that I can test it
with and see whether it looks good and if everything is
working(hint...hint).  Also the 720p works but dosent look as good as the
1080, it also makes the screen area drastically smaller.

#########################################################
Xorg.con
#########################################################
Section "dri"
    Mode 0666
EndSection

Section "Module"

    Load        "dbe"      # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

Section "Files"

    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xfree86"
    Option "XkbModel"    "pc101"
    Option "XkbLayout"    "us"

EndSection



Section "InputDevice"

    Identifier    "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"

EndSection


Section "Monitor"
        Identifier  "Monitor0"
        VendorName    "TSB"
    ModelName    "101"
    DisplaySize    1960 1420
    HorizSync       15 - 46
    VertRefresh     59 - 61
        #Option "DPMS"

    #Taken from DDC values
    Mode        "1080i"
    DotClock    74.2
    HTimings    1920 2008 2052 2200
    VTimings    540 542 547 562
    #Flags        "Interlace"
    EndMode

    Mode        "720p"
    DotClock    27.0
    HTimings    720 736 798 858
    VTimings    480 489 495 525
    EndMode
 # 1920x540 @ 60.00 Hz (GTF) hsync: 33.54 kHz; pclk: 81.57 MHz
#  Modeline "1920x540 at 60"  81.57  1920 1984 2176 2432  540 541 544 559
-HSync +Vsync

EndSection


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"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"
    Option "TVStandard"                 "NTSC-M"
    Option "TVHSizeAdj"                 "0"
    Option "TVVSizeAdj"                 "0"
    Option "TVHPosAdj"                  "0"
    Option "TVVPosAdj"                  "0"
    Option "TVHStartAdj"                "0"
    Option "TVColorAdj"                 "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "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"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:3:0:0"    # vendor=1002, device=4e48
    Screen 0
EndSection

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

    Subsection "Display"
        Depth       24
        Modes       "1080i" "720p"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
    EndSubsection
EndSection


Section "ServerLayout"

    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

################################################
Xorg.log
################################################
(II) fglrx(0): Primary head:
 Monitor   -- TMDS
 Connector -- DVI-I
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) fglrx(0): Secondary head:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) fglrx(0): EDID data from the display on Primary head ----------------
(II) fglrx(0): Manufacturer: TSB  Model: 101  Serial#: 0
(II) fglrx(0): Year: 2004  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 196  vert.: 142
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
(II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end
2200 h_border: 0
(II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562
v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 27.0 MHz   Image Size:  708 x 398 mm
(II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858
h_border: 0
(II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525
v_border: 0
(II) fglrx(0): Monitor name: TSB-H84s
(II) fglrx(0): Ranges: V min: 59  V max: 61 Hz, H min: 15  H max: 46 kHz,
PixClock max 80 MHz
(II) fglrx(0): Number of EDID sections to follow: 1
(II) fglrx(0):
(II) fglrx(0): DesktopSetup 0x0000
(**) fglrx(0):  PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Panel size found from DDC: 1920x540
(II) fglrx(0): Total 0 valid mode(s) found.
(II) fglrx(0): Monitor0: Using hsync range of 15.00-46.00 kHz
(II) fglrx(0): Monitor0: Using vrefresh range of 59.00-61.00 Hz
(II) fglrx(0): Clock range:  20.00 to 165.00 MHz

On 2/14/06, Gabe Rubin <gaberubin at gmail.com> wrote:
>
> When you (or anyone with this TV) gets this working, please post the
> xorg.conf file.  I have this exact same tv, and am switching over to
> use a geforce FX 5200 with dvi->hdmi input.  I would like to see what
> others are using for their modelines (and xorg.conf in general).  I
> understand that there will be minor differences, but it would help to
> have others.
>
> Thanks
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060214/3b9cfd85/attachment-0001.htm


More information about the mythtv-users mailing list