Yeah, I thought it was doing the right thing too. Adding the
DisplaySize line to my xorg.conf didn't do anything other than change
the way the fonts looked on the TV.

I'm using the 66(29?) Nvidia drivers on a comodity 5200 card.

My xorg.conf looks like ... see following..

I did have a look through the output below but I couldn't see anything
that looked suspicious compared to running on my flat panel at
800x600.  I'll keep looking.

Thanks
Jonathan


xorg.conf :

<blockquote>
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
#       Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection




Section "InputDevice"
Identifier "Mouse[0]"
Driver     "mouse"
Option     "Protocol" "evdev"
Option     "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
#Option    "Dev Phys" "usb-0000:00:1d.0-2/input0" # cat /proc/bus/input/devices
Option     "Device" "/dev/input/mice" # (/dev/input/mice also appears to work)
Option     "Buttons" "12"
Option     "ZAxisMapping" "11 12"
Option     "Resolution" "800"
EndSection



Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
        Option  "Emulate3Buttons"       "no"
        Option  "ZAxisMapping"          "4 5"
        Option  "Buttons"               "5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-50
        VertRefresh  60
        DisplaySize  400 300
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "NoFlip"                    # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Option     "NvAGP"     "1"              # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"  "TV"    # <str>
        #Option     "ConnectedMonitors"         # <str>
        # TV Out Setup
        Option      "TVStandard"  "NTSC-M"
        Option      "TVOutFormat" "SVIDEO"
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        Option     "RenderAccel"   "true"       # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "ForceEmulatedOverlay"      # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        Option     "TVOverScan"   "0.0"         # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]
        #Option     "RegistryDwords"            # <str>
        #Option     "NoPowerConnectorCheck"     # [<bool>]
        #Option     "AllowDFPStereo"            # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV34 [GeForce FX 5200]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "800x600"
        EndSubSection
EndSection
</blockquote>








On Apr 5, 2005 5:48 AM, Doug Larrick <[EMAIL PROTECTED]> wrote:
> Jonathan Watmough wrote:
> > Hi
> >
> > The picture through my TV out is displayed off to the right with a
> > black border on the left. This only happens on my TV at 800x600 or
> > 640x480, when displaying 1920x1080 HD content.
> >
> > A monitor at 800x600 is fine, and regular HD 1280 content is fine.
> 
> <snip>
> 
> > DisplayAspect: 1.334975
> > VideoAspect(1.777778)
> > XJ_aspect(1.777778)
> > CDisplayAspect: 1.333333
> > Letterbox: 0
> > 2005-04-05 00:05:25.151 Image size. dispxoff 0, dispyoff: 75,
> > dispwoff: 800, disphoff: 450
> > 2005-04-05 00:05:25.151 Image size. imgx 0, imgy: 0, imgw: 1920, imgh: 1080
> > GetVisibleSize: xoff=0 yoff=0 width=1920 height=1080
> 
> Looks like Myth is doing the right thing here (an 800x450-pixel image at
> offset of (0,75).  I'd think this is an Xv issue with your video driver.
>  Mythfrontend shows up fine?  And you don't have the separate modes for
> video playback (frontend setting) enabled?  What's your video card and
> the driver version (if ATI or nVidia)?
> 
> -Doug
> 
> 
> _______________________________________________
> mythtv-users mailing list
> [email protected]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 
>
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to