LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-11-2008, 01:15 PM   #1
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Rep: Reputation: 15
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

Last edited by mr-t; 01-11-2008 at 01:19 PM. Reason: added link
 
Old 01-16-2008, 12:53 PM   #2
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Original Poster
Rep: Reputation: 15
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
 
Old 01-16-2008, 06:18 PM   #3
barbex
Member
 
Registered: Dec 2005
Location: Hamburg, Germany
Distribution: ubuntu
Posts: 39

Rep: Reputation: 15
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.
 
Old 01-17-2008, 11:30 AM   #4
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Original Poster
Rep: Reputation: 15
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?

Last edited by mr-t; 01-17-2008 at 01:59 PM.
 
Old 01-17-2008, 11:33 AM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
That info is usually found on the web. What make and model is it?
 
Old 01-17-2008, 01:59 PM   #6
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Original Poster
Rep: Reputation: 15
It's a Samsung Ws28m64.
 
Old 01-17-2008, 08:56 PM   #7
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
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?
 
Old 01-23-2008, 01:36 PM   #8
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Original Poster
Rep: Reputation: 15
Nope, its the same either way. I'm trying to clone not dual screen.
 
Old 01-23-2008, 02:02 PM   #9
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
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.

Last edited by dive; 01-23-2008 at 02:03 PM.
 
Old 02-01-2008, 12:14 PM   #10
mr-t
LQ Newbie
 
Registered: Oct 2006
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dive View Post
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
 
  


Reply

Tags
tvout, ubuntu, xorg


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot enable proper screen resolution dotancohen Linux - General 6 05-14-2007 04:40 AM
Burning movies with proper resolution General Linux - General 1 02-27-2006 08:11 AM
Display not proper using vesa driver(AMD) kushalkoolwal Debian 1 02-14-2006 03:33 PM
Svideo out on ATI 9600 Pro as Primary Display basketkase999 Linux - Hardware 0 12-01-2005 02:43 PM
Moniter is not going into proper resolution :( floyes Linux - Hardware 13 08-28-2003 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration