![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
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.. |
|
|
|
|
|
#2 |
|
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.
|
|
|
|
|
|
#3 | |
|
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:
Kind regards |
|
|
|
|
|
|
#4 |
|
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?
|
|
|
|
|
|
#5 |
|
Has an Ubuntu Drip
![]() |
Re: NVIDIA TV-Out: Overscan Problems.
Did you try running
Code:
nvidia-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 |
|
|
|
|
|
#6 | ||
|
Just Give Me the Beans!
![]() Join Date: Apr 2007
Beans: 63
|
Re: NVIDIA TV-Out: Overscan Problems.
Quote:
Quote:
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 |
||
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() 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.. |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() 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.
|
|
|
|
|
|
#9 | |
|
Just Give Me the Beans!
![]() Join Date: Apr 2007
Beans: 63
|
Re: NVIDIA TV-Out: Overscan Problems.
Quote:
It's reassuring that there are overscan options in previous non-beta drivers. I guess we'll just have to wait. |
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() 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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|