|
|
#1 | |
|
Registered User
Join Date: Oct 2006
Posts: 3
|
I have TV-OUT over composite going to a standard TV (NTSC). The image is shifted a bit down and to the right. How can I shift it a bit up and to the left? Any ideas? Anyone have a good modeline and/or xorg.conf for this app for this card, I'm guessing it's a setting I'm too dim to figure out -- the docs are honestly confusing me.
(Wanted to try nvtv to see if it would help, but the app segfaults. )The driver is 8774 on a Fedora Core 4 2.6.17-1.2142_FC4 kernel with a GeForce2 MX/MX 400 on AGP. I'm too cheap/poor to get a better card right now, regrettably. (my second card is an ATI Rage, which I was going to use for TVOUT but it looked horrible -- washed out colours -- and I couldn't find a fix - can't get it to work with anything other than the stock ati driver or vesa because it's so old, so decided to use it for my regular desktop --- couldn't do dual head with just the GeForce2's outputs, regrettably, only seems to do TwinView with this kernel) I tried xvidtune and it laughed at me. Said it couldn't handle the setup and generate the appropriate modeline. Thanks in advance!! My xorg.conf: Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "dual head"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
# old TV set with GeForce2 composite out for mythtv
Section "Screen"
Identifier "Screen1"
Device "Videocard0"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
EndSection
# main desktop with NEC CRT, with ATI Rage, for general computing
Section "Screen"
Identifier "Screen0"
Device "Videocard1"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
# Office NEC CRT
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "NEC MultiSync FE771SB"
DisplaySize 330 240
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
# TVOut, old TV set
Section "Monitor"
Identifier "Monitor1"
VendorName "NTSC TV RCA Out"
ModelName "NTSC TV RCA Out"
HorizSync 30.0 - 50.0
VertRefresh 60
EndSection
# AGP NVidia (secondary, for TVOUT)
Section "Device"
Identifier "Videocard0"
BusID "PCI:2:0:0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "COMPOSITE"
Option "TVOverScan" "1.0"
Option "ConnectedMonitor" "CRT, TV"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorVertRefresh" "60"
Option "SecondMonitorHorizSync" "30-50"
Option "TwinView"
Option "DPMS" "on"
Option "MetaModes" "800x600, 800x600"
EndSection
# PCI ATI (primary, for CRT monitor)
Section "Device"
Identifier "Videocard1"
BusID "PCI:0:13:0"
Driver "ati"
VendorName "ATI"
BoardName "ATI Rage 3D"
EndSection
Last edited by mongo888; 10-09-06 at 09:43 AM. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jan 2007
Posts: 119
|
Same issues here, tried xvidtune also.
Is possible to move the tv-out image ? Thanks. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2006
Posts: 3
|
In the end I just gave up. I wasn't able to find an answer. If you do, please post it!
|
|
|
|
![]() |
| Thread Tools | |
|
|