[mythtvnz] Fullscreen display on CRT under Ubuntu

Stephen Worthington stephen_agent at jsw.gen.nz
Fri Sep 18 07:40:43 BST 2009


On Fri, 18 Sep 2009 16:25:37 +1200, you wrote:

>I am hoping someone can help me through this...
>
>I am running Ubntu jaunty with a nvidia 9500 GT connecting to a CRT TV
>using S-Video.
>
>When I boot ubuntu I only get part of my desktop on the TV. The
>centre, and I am missing the top and left of the desktop.
>
>How can I change me xorg.conf to tell X to use a custom resolution (if
>that is what I need to to) and to offset my output to the left and up?
>
>If I boot windows XP I get a full 1024x768 desktop on the CRT.
>
>Cheers,
>Stuart.

X configs are a bit complicated if you need to customise them.  We
need a bit more information.  First, are you using the accelerated
Nvidia drivers for your card (and if so what version), or the open
source nv drivers, or even the Vesa drivers?  Second, what is your
current /etc/X11/xorg.conf file?  Have you modified it at all?

Below is the XF86Config-4 file I used to use with my old CRT TV and
S-Video under KnoppMyth.  It should be similar to what you want for
your xorg.conf file for TV output, but TV output is 720x576 - it would
need to be adjusted to do 1024x768.  I am not sure if an old CRT will
do 1024x768 anyway - I would have thought that resolution was a bit
more than it could cope with and even if it worked, everything would
be too small and fuzzy.

Also, an 9500 GT card will do VDPAU acceleration and for that you need
to be using Nvidia driver version 180 (reasonably stable) or above
(reportedly less stable, but I have not tried 185 or 190).

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister at builder3)  Wed Sep 20
16:57:11 PDT 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

Section "Monitor"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
    # 16:9 TV
    #DisplaySize    352 198
    # 4:3 TV
    DisplaySize    260 195
    Option         "TVStandard" "HD576i"
    Option         "ConnectedMonitor" "TV"
    #Option         "TVOutFormat" "COMPOSITE"
    Option         "TVOutFormat" "SVIDEO"
    #Option         "TVOutFormat" "COMPONENT"
    Option         "UseEvents" "True"
    Option         "NoLogo" "1"

EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6150"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "TV: 720x576 +0+0"
    #Option         "metamodes" "TV: 720x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600"
"640x480"
    EndSubSection
EndSection



More information about the mythtvnz mailing list