LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Can't get tv out to display at a proper resolution on my tv (svideo) (https://www.linuxquestions.org/questions/ubuntu-63/cant-get-tv-out-to-display-at-a-proper-resolution-on-my-tv-svideo-612898/)

mr-t 01-11-2008 12:15 PM

Can't get tv out to display at a proper resolution on my tv (svideo)
 
Hi,

I need help with my xorg.conf. I'm currently in the process of setting up tv-out on my gforce 8500gt using svideo. I've set up twinview (in clone mode) and got my desktop to display on my tv. Unfortunatly only one part of my desktop is showing. All I can basically see is a large chunk of the middle of my desktop (around the size of 640x480 window) and I can't get a higher resolution using nvidia-settings or manually editing the xorg.conf.

Heres a copy of my xorg.conf:
Code:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:30:30 PDT 2007

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

        # Uncomment if you have a wacom tablet
        #        InputDevice    "stylus"        "SendCoreEvents"
        #        InputDevice    "cursor"        "SendCoreEvents"
        #        InputDevice    "eraser"        "SendCoreEvents"
    Identifier    "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "glx"
EndSection

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

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "gb"
EndSection

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

Section "InputDevice"
    Identifier    "stylus"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier    "eraser"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier    "cursor"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync      30.0 - 70.0
    VertRefresh    50.0 - 160.0
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "hp v72"
    HorizSync      30.0 - 70.0
    VertRefresh    50.0 - 140.0
EndSection

Section "Device"
    Identifier    "nVidia Corporation G80 [GeForce 8500 GT]"
    Driver        "nvidia"
    Option        "AddARGBVisuals" "True"
    Option        "AddARGBGLXVisuals" "True"
    Option        "NoLogo" "True"
    BusID          "PCI:2:0:0"
EndSection

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

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G80 [GeForce 8500 GT]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, TV: 1024x768 +0+0"
    Identifier    "Screen0"
    Device        "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "1"
    Option        "metamodes" "CRT: nvidia-auto-select +0+0, TV: nvidia-auto-select +0+0"
EndSection

I've heard from my other thread on the official ubuntu forum that my xorg setup is slightly dodgy. Any ideas?

ubuntu forum thread:
http://ubuntuforums.org/showthread.p...hlight=matt_uk

mr-t 01-16-2008 11:53 AM

154 views and no one has any clue???

I think this might be a problem with ubuntu, i've found countless threads like this all over :(

barbex 01-16-2008 05:18 PM

Your TV seems to get incorrect signals.

This is what I have in my xorg.conf for my TV:

Code:

Section "Monitor"
        Identifier    "PAL TV"
        HorizSync      30-68
        VertRefresh    50-120
 EndSection

If you have NTSC you need different settings.

Sorry, can't help you more.

mr-t 01-17-2008 10:30 AM

Funnily enough that has slightly helped. I can see more of my screen. Btw i only changed the horisync and vertrefresh values. How big is your tv? does anyone know the correct values for a 30 inch crt tv?

dive 01-17-2008 10:33 AM

That info is usually found on the web. What make and model is it?

mr-t 01-17-2008 12:59 PM

It's a Samsung Ws28m64.

fragos 01-17-2008 07:56 PM

You need to determine if your problem is with the TV or does it relate to dual monitors. Can you get it working if the only monitor is the TV?

mr-t 01-23-2008 12:36 PM

Nope, its the same either way. I'm trying to clone not dual screen.

dive 01-23-2008 01:02 PM

You don't seem to have any modes defined anywhere.

Might help if you put some in:


Code:

Section "Screen"
      Identifier    "Screen1"
      Device        "card1"
      Monitor        "Monitor1"
      DefaultDepth    24
      Option        "NoLogo" "True"
      SubSection    "Display"
          Depth      24
          Modes      "1024x768"
      EndSubSection
 EndSection

For example. You might also be able to use nvidia-settings to set up your twinview.

mr-t 02-01-2008 11:14 AM

Quote:

Originally Posted by dive (Post 3032854)
You don't seem to have any modes defined anywhere.


For example. You might also be able to use nvidia-settings to set up your twinview.



thats what i've been using the whole time


All times are GMT -5. The time now is 08:10 PM.