Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old May 15th, 2007   #1
DannyW
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 63
NVIDIA TV-Out: Overscan Problems.

Hello

I'm using an 8600GT NVIDIA graphics card (with latest binary beta drivers 100.14.03, via latest envy) and have enabled TwinView. My TV is a clone of my primary DFP display.

I have set TVOverScan to 0 in my xorg.conf yet the picture on the TV still looks overscanned.

At a guess there is about 5% of the picture missing at each edge of the screen. Task bar, scroll bar missing, etc.

Below is my xorg.conf. I hope someone can point me in the right direction.

Thank you.

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
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"
    VendorName     "Dell"
    ModelName      "2407WFP"
#    HorizSync      "DFP-0: 30.0 - 81.0; TV-0: 30.0 - 50.0"
#    VertRefresh    "DFP-0: 60.0; TV-0: 60.0"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "ConnectedMonitor" "DFP, TV"
    Option         "TwinView" "True"
    Option         "MetaModes" "1920x1200,1024x768 @1920x1200; 1024x768,1024x768"
    Option         "TwinViewOrientation" "Clone"
    Option         "TVStandard" "PAL-I"
    Option         "TVOverScan" "0.00000"
    Option         "TVOutFormat" "SVIDEO"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200" "1024x768"
    EndSubSection
EndSection

Last edited by DannyW; May 15th, 2007 at 04:03 PM..
DannyW is offline   Reply With Quote
Old May 15th, 2007   #2
tgm4883
Chocolate-Covered Ubuntu Beans
 
Join Date: Nov 2006
Location: Oregon
Beans: 2,320
Ubuntu 9.04 Jaunty Jackalope
Re: NVIDIA TV-Out: Overscan Problems.

I dont have overscan on my tv (i use an lcd tv) so this is just a guess, but setting TVOverScan to 0 sounds like your not compansating for overscan.
tgm4883 is offline   Reply With Quote
Old May 15th, 2007   #3
DannyW
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 63
Re: NVIDIA TV-Out: Overscan Problems.

Thanks for the prompt response.

I have tried 0, 1 and even a mid value of 0.5

I don't see any noticeable differences.

From the nvidia driver readme:
Quote:
The "TVOverScan" option can be used to enable Overscan, when the TV encoder supports it. Valid values are decimal values in the range 1.0 (which means overscan as much as possible: make the image as large as possible) and 0.0 (which means disable overscanning: make the image as small as possible). Overscanning is disabled (0.0) by default.
Also note that the TV out worked fine with my old ATI Radeon X800XT card.

Kind regards
DannyW is offline   Reply With Quote
Old May 15th, 2007   #4
tgm4883
Chocolate-Covered Ubuntu Beans
 
Join Date: Nov 2006
Location: Oregon
Beans: 2,320
Ubuntu 9.04 Jaunty Jackalope
Re: NVIDIA TV-Out: Overscan Problems.

When you say that 5% is missing on each side, do you mean that you can't see it because it extends beyond the edge of the tv screen, or that you have a black border around it?
tgm4883 is offline   Reply With Quote
Old May 15th, 2007   #5
NT4usB
Has an Ubuntu Drip
 
NT4usB's Avatar
 
Join Date: May 2006
Location: Southern California
Beans: 781
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to NT4usB
Re: NVIDIA TV-Out: Overscan Problems.

Did you try running
Code:
nvidia-settings
and play with those overscan settings?
__________________
(Master be/fe) GA-8I945G-MF,P4 631,CNPS7000,(2)KVR667D2N5/1G,WD250GB,Sgte500GB,SHM-165H6S,8500GT,(2)PVR-150,NSK2400,Hardy 8.10 (Slave fe/be) GA-EG41M-S2H,E5200,4GB DDR2 800,Geforce 8500 GT, A180, ATSC-115, 9.10. MythTV 0.21.0+fixes-20918-openglvdpau2
NT4usB is offline   Reply With Quote
Old May 16th, 2007   #6
DannyW
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 63
Re: NVIDIA TV-Out: Overscan Problems.

Quote:
When you say that 5% is missing on each side, do you mean that you can't see it because it extends beyond the edge of the tv screen, or that you have a black border around it?
The picture extends beyond the edge of the screen. There is no black border


Quote:
Did you try running
Code:
nvidia-settings
and play with those overscan settings?
I've looked through nvidia-settings and didn't see any overscan settings.
I would assume the overscan settings would be at: GPU 0 > TV-0, but the only settings here are digital vibrance and image sharpening.

Thanks
Danny
DannyW is offline   Reply With Quote
Old May 20th, 2007   #7
chadlongstaff
5 Cups of Ubuntu
 
chadlongstaff's Avatar
 
Join Date: Oct 2006
Beans: 29
Re: NVIDIA TV-Out: Overscan Problems.

I'm having the same problem but with an 8500GT. The 9775 driver is failing for me, but it did provide an overscan control when I used it with a 7300GS. It seems to me that the beta driver just isn't feature complete, adding Option "TVOverScan" "x.x", for values of x.x between 0.0 and 1.0, is having no effect whatsoever. Experimenting with modes on the TV seems to confirm that the bits of the screen that are missing just aren't being sent by the card.

Last edited by chadlongstaff; May 20th, 2007 at 07:33 AM..
chadlongstaff is offline   Reply With Quote
Old May 20th, 2007   #8
chadlongstaff
5 Cups of Ubuntu
 
chadlongstaff's Avatar
 
Join Date: Oct 2006
Beans: 29
Re: NVIDIA TV-Out: Overscan Problems.

Setting the Option "TVStandard" "PAL-I" seems to have helped a little, losing less at top and bottom, still losing the same amount at the sides. "PAL-I" is for the UK and HK, you can find codes for other territories in the nvidia readme.
chadlongstaff is offline   Reply With Quote
Old May 20th, 2007   #9
DannyW
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 63
Re: NVIDIA TV-Out: Overscan Problems.

Quote:
Originally Posted by chadlongstaff View Post
Setting the Option "TVStandard" "PAL-I" seems to have helped a little, losing less at top and bottom, still losing the same amount at the sides. "PAL-I" is for the UK and HK, you can find codes for other territories in the nvidia readme.
Yes, I'm from the UK and setting PAL-I didn't fix this for me.

It's reassuring that there are overscan options in previous non-beta drivers. I guess we'll just have to wait.
DannyW is offline   Reply With Quote
Old May 22nd, 2007   #10
chadlongstaff
5 Cups of Ubuntu
 
chadlongstaff's Avatar
 
Join Date: Oct 2006
Beans: 29
Re: NVIDIA TV-Out: Overscan Problems.

Bit of progress, bought some composite cable and connected with that, still a slight overscan, but something like 5-10 pixels, so far more acceptable. Found I didn't get colour till after a reboot, but that's acceptable as the picture is looking quite a lot nicer now with far fewer artifacts.

---

removing Option "TVOutFormat" from /etc/X11/xorg.conf got rid of the colour problem

Last edited by chadlongstaff; June 18th, 2007 at 07:04 PM.. Reason: update
chadlongstaff is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:23 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry