NavigationUser loginWho's onlineThere are currently 1 user and 15 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtNot a nut or bolt shall reach Chile under Allende. Once Allende comes to power we shall do all within our power to condemn Chile and all Chileans to utmost deprivation and poverty. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
tv-out, nvidia, nvtv etcspent the last 24 hours trying to get on top of this but reached the limit of my I've got a hot nvidia 7950GT GPU which is supported by nvidia's latest driver So far I've got a black-and-white picture, no colour, and the picture's too big I suspect the no-colour problem may be due to the cabling - I'm using an SVIDEO As for the screen size, I think I've got the xorg.conf set up as perfect as it Problem is, nvtv says isengard:~# nvtv Also it concerns me that lspci doesn't recognise my nvidia model: isengard:~# lspci |grep -i nvidia Section "Monitor" Section "Device" -- |
tv-out, nvidia, nvtv etc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Hardy wrote:
> spent the last 24 hours trying to get on top of this but reached the
> limit of my resources now and seem to have hit most of the relevant
> googleable info out there without getting past the current impasse.
>
> I've got a hot nvidia 7950GT GPU which is supported by nvidia's latest
> driver 1.0-9755. It's running with a TV in my living room.
>
> So far I've got a black-and-white picture, no colour, and the picture's
> too big for the screen, so I lose the top and bottom edges.
>
> I suspect the no-colour problem may be due to the cabling - I'm using an
> SVIDEO to scart cable, and I've seen two messages on the web (albeit
> from the USA) saying it's a cable issue. Could it be something else?
> I've already been to the store twice for these cables!
>
> As for the screen size, I think I've got the xorg.conf set up as perfect
> as it can be (see end) and I should use nvtv to configure it now.
>
> Problem is, nvtv says
>
> isengard:~# nvtv
> Fatal: No supported video card found.
> isengard:~# nvtv -P
> Fatal: Either you are not root, or no NVidia card found.
>
> Also it concerns me that lspci doesn't recognise my nvidia model:
>
> isengard:~# lspci |grep -i nvidia
> 01:00.0 VGA compatible controller: nVidia Corporation Unknown device
> 0295 (rev a1)
>
>
>
>
> Section "Monitor"
> Identifier "telly"
> HorizSync 30.0 - 65.0
> VertRefresh 60.0
> EndSection
>
> Section "Device"
> Identifier "nvidia 7950GT"
> Driver "nvidia"
> BusID "PCI:1:0:0"
> Option "ConnectedMonitor" "telly"
> Option "TVStandard" "PAL-I" # for the UK
> Option "TVOutFormat" "SVIDEO"
> EndSection
>
>
Here's my relevant part of the xorg.conf (it works), different card,
most likely same driver though. This also allows beryl to work.
Identifier "GForce 6200"
Driver "nvidia"
Option "IgnoreDisplayDevices" "TV"
Option "Coolbits" "1"
Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "1"
Option "RandRRotation" "1"
Option "AddARGBGLXVisuals" "1"
Option "DisableGLXRootClipping" "1"
Option "TripleBuffer" "1"
Option "UseEDID" "1"
Option "UseEdidFreqs" "1"
Option "DynamicTwinView" "0"
BusID "PCI:1:0:0"
VideoRam 131768
Option "NoLogo" "TRUE"
Option "NvAGP" "2"
Option "DigitalVibrance" "0"
Option "TransparentIndex" "0"
Option "CursorShadowAlpha" "64"
Option "CursorShadowXOffse" "4"
Option "Twinview" "1"
Option "TwinViewOrientation" "clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "Xinerama" "0"
Option "MetaModes" "1280x1024 , 1024x768"
Option "ConnectedMonitor" "CRT , TV"
Option "UseInit10Module" "true"
Quite a bit of difference I would say. Keep in mind the NvAGP may not
be appropriate for your card, if in doubt, set that to 0.
Joe
- --
Registerd Linux user #443289 at http://counter.li.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGMMAfiXBCVWpc5J4RAh8vAJ0R/qV4WyyYiWEKKnRvBOJJFsKacQCgxFf8
q0I26leAXq5iSTZDYJDYllU=
=Sj7R
-----END PGP SIGNATURE-----
--
tv-out, nvidia, nvtv etc
Joe Hart on 26/04/07 16:07, wrote:
> Here's my relevant part of the xorg.conf (it works), different card,
> most likely same driver though. This also allows beryl to work.
>
> Identifier "GForce 6200"
> Driver "nvidia"
> Option "IgnoreDisplayDevices" "TV"
> Option "Coolbits" "1"
> Option "RenderAccel" "1"
> Option "AllowGLXWithComposite" "1"
> Option "RandRRotation" "1"
> Option "AddARGBGLXVisuals" "1"
> Option "DisableGLXRootClipping" "1"
> Option "TripleBuffer" "1"
> Option "UseEDID" "1"
> Option "UseEdidFreqs" "1"
> Option "DynamicTwinView" "0"
> BusID "PCI:1:0:0"
> VideoRam 131768
> Option "NoLogo" "TRUE"
> Option "NvAGP" "2"
> Option "DigitalVibrance" "0"
> Option "TransparentIndex" "0"
> Option "CursorShadowAlpha" "64"
> Option "CursorShadowXOffse" "4"
> Option "Twinview" "1"
> Option "TwinViewOrientation" "clone"
> Option "SecondMonitorHorizSync" "30-50"
> Option "SecondMonitorVertRefresh" "60"
> Option "Xinerama" "0"
> Option "MetaModes" "1280x1024 , 1024x768"
> Option "ConnectedMonitor" "CRT , TV"
> Option "UseInit10Module" "true"
>
> Quite a bit of difference I would say. Keep in mind the NvAGP may not
> be appropriate for your card, if in doubt, set that to 0.
Hi Joe,
most of those settings appear to relate to twin view for running a monitor and a
TV - I'm only using the TV - no monitor.
The "UseInit10Module" is interesting. Nvidia complains in the xorg.log when
starting X that it cant initialize the Int10 Module - presumably the same thing
despite the extra 'i'. I'll definitely try this one.
However which of the other options are pure tv-out options, as opposed to twin
view, that you know of?
Thanks
Adam
PS Presumably you've got colour - what cable do you have?
--
tv-out, nvidia, nvtv etc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Hardy wrote:
> Joe Hart on 26/04/07 16:07, wrote:
>> Here's my relevant part of the xorg.conf (it works), different card,
>> most likely same driver though. This also allows beryl to work.
>>
>> Identifier "GForce 6200"
>> Driver "nvidia"
>> Option "IgnoreDisplayDevices" "TV"
>> Option "Coolbits" "1"
>> Option "RenderAccel" "1"
>> Option "AllowGLXWithComposite" "1"
>> Option "RandRRotation" "1"
>> Option "AddARGBGLXVisuals" "1"
>> Option "DisableGLXRootClipping" "1"
>> Option "TripleBuffer" "1"
>> Option "UseEDID" "1"
>> Option "UseEdidFreqs" "1"
>> Option "DynamicTwinView" "0"
>> BusID "PCI:1:0:0"
>> VideoRam 131768
>> Option "NoLogo" "TRUE"
>> Option "NvAGP" "2"
>> Option "DigitalVibrance" "0"
>> Option "TransparentIndex" "0"
>> Option "CursorShadowAlpha" "64"
>> Option "CursorShadowXOffse" "4"
>> Option "Twinview" "1"
>> Option "TwinViewOrientation" "clone"
>> Option "SecondMonitorHorizSync" "30-50"
>> Option "SecondMonitorVertRefresh" "60"
>> Option "Xinerama" "0"
>> Option "MetaModes" "1280x1024 , 1024x768"
>> Option "ConnectedMonitor" "CRT , TV"
>> Option "UseInit10Module" "true"
>>
>> Quite a bit of difference I would say. Keep in mind the NvAGP may not
>> be appropriate for your card, if in doubt, set that to 0.
>
> Hi Joe,
> most of those settings appear to relate to twin view for running a
> monitor and a TV - I'm only using the TV - no monitor.
>
> The "UseInit10Module" is interesting. Nvidia complains in the xorg.log
> when starting X that it cant initialize the Int10 Module - presumably
> the same thing despite the extra 'i'. I'll definitely try this one.
>
> However which of the other options are pure tv-out options, as opposed
> to twin view, that you know of?
>
> Thanks
> Adam
>
> PS Presumably you've got colour - what cable do you have?
>
>
You are correct, I use the TV as a second monitor, mainly to watch video
on the TV so the whole family can easily see it. I have an S-Video
cable (s-video on both ends) and yes, I get color.
As for which settings are for the TV only, I cannot tell you, but I
think the message that Don Hayward wrote has all the information. The
TVOverScan is a new one to me as well.
Joe
- --
Registerd Linux user #443289 at http://counter.li.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGMNoqiXBCVWpc5J4RAkiOAJ9ly1Bi/kaSNtDzrJqcTatvc0cCLwCdHCyy
H5UB0HDLbX/MZFll+RSTV30=
=bjvY
-----END PGP SIGNATURE-----
--
tv-out, nvidia, nvtv etc
On Thu, 26 Apr 2007, Adam Hardy wrote:
> spent the last 24 hours trying to get on top of this but reached the limit of
> my resources now and seem to have hit most of the relevant googleable info
> out there without getting past the current impasse.
>
> I've got a hot nvidia 7950GT GPU which is supported by nvidia's latest driver
> 1.0-9755. It's running with a TV in my living room.
>
> So far I've got a black-and-white picture, no colour, and the picture's too
> big for the screen, so I lose the top and bottom edges.
>
> I suspect the no-colour problem may be due to the cabling - I'm using an
> SVIDEO to scart cable, and I've seen two messages on the web (albeit from the
> USA) saying it's a cable issue. Could it be something else? I've already been
> to the store twice for these cables!
>
> As for the screen size, I think I've got the xorg.conf set up as perfect as
> it can be (see end) and I should use nvtv to configure it now.
>
> Problem is, nvtv says
>
> isengard:~# nvtv
> Fatal: No supported video card found.
> isengard:~# nvtv -P
> Fatal: Either you are not root, or no NVidia card found.
>
> Also it concerns me that lspci doesn't recognise my nvidia model:
>
> isengard:~# lspci |grep -i nvidia
> 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0295
> (rev a1)
>
>
>
>
> Section "Monitor"
> Identifier "telly"
> HorizSync 30.0 - 65.0
> VertRefresh 60.0
> EndSection
>
> Section "Device"
> Identifier "nvidia 7950GT"
> Driver "nvidia"
> BusID "PCI:1:0:0"
> Option "ConnectedMonitor" "telly"
> Option "TVStandard" "PAL-I" # for the UK
> Option "TVOutFormat" "SVIDEO"
> EndSection
The setup is quite different, but this "Device" works for me.
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 440 Go]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
# TV Out Setup
Option "TVStandard" "NTSC"
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.6"
Option "ConnectedMonitor" "TV"
EndSection
--
Don.Hayward at pomobuli.net -- debian/rules -- Registered Linux user #374806
- History is the best antidote to illusions of omnipotence and omniscience.
- It should forever remind us of the limitations of our passing perspectives.
- It should strengthen us to resist the pressure to convert momentary
- interests into moral absolutes. -- Arthur Schlesinger Jr.
--
tv-out, nvidia, nvtv etc
Don Hayward on 26/04/07 16:25, wrote:
>
> The setup is quite different, but this "Device" works for me.
>
> Section "Device"
> Identifier "nVidia Corporation NV17 [GeForce4 440 Go]"
> Driver "nvidia"
> BusID "PCI:1:0:0"
> Option "UseFBDev" "true"
> # TV Out Setup
> Option "TVStandard" "NTSC"
> Option "TVOutFormat" "SVIDEO"
> Option "TVOverScan" "0.6"
> Option "ConnectedMonitor" "TV"
> EndSection
>
TVOverscan? Does that affect the x,y position of picture on the screen ?
--
tv-out, nvidia, nvtv etc
On Thu, Apr 26, 2007 at 05:30:30PM +0100, Adam Hardy wrote:
> Don Hayward on 26/04/07 16:25, wrote:
> >
> >The setup is quite different, but this "Device" works for me.
> >
> >Section "Device"
> > Identifier "nVidia Corporation NV17 [GeForce4 440 Go]"
> > Driver "nvidia"
> > BusID "PCI:1:0:0"
> > Option "UseFBDev" "true"
> ># TV Out Setup
> > Option "TVStandard" "NTSC"
> > Option "TVOutFormat" "SVIDEO"
> > Option "TVOverScan" "0.6"
> > Option "ConnectedMonitor" "TV"
> >EndSection
> >
> TVOverscan? Does that affect the x,y position of picture on the screen ?
>
it affects the size of the image produced. (At least in the US) the
actual picture produced by a tv signal is larger than the screen size
by a few lines because the screens aren't square sided. the overscan
setting expands the picture slightly to avoid unsightly "Edges" on the
screen.
A
tv-out, nvidia, nvtv etc
On Thu, 26 Apr 2007, Adam Hardy wrote:
> Don Hayward on 26/04/07 16:25, wrote:
>>
>> The setup is quite different, but this "Device" works for me.
>>
>> Section "Device"
>> Identifier "nVidia Corporation NV17 [GeForce4 440 Go]"
>> Driver "nvidia"
>> BusID "PCI:1:0:0"
>> Option "UseFBDev" "true"
>> # TV Out Setup
>> Option "TVStandard" "NTSC"
>> Option "TVOutFormat" "SVIDEO"
>> Option "TVOverScan" "0.6"
>> Option "ConnectedMonitor" "TV"
>> EndSection
>>
> TVOverscan? Does that affect the x,y position of picture on the screen ?
It affects the size of the image on the screen. Without it I lose
image on both sides of the screen.
--
Don.Hayward at pomobuli.net -- debian/rules -- Registered Linux user #374806
- History is the best antidote to illusions of omnipotence and omniscience.
- It should forever remind us of the limitations of our passing perspectives.
- It should strengthen us to resist the pressure to convert momentary
- interests into moral absolutes. -- Arthur Schlesinger Jr.
--
tv-out, nvidia
Don Hayward on 26/04/07 16:25, wrote:
> On Thu, 26 Apr 2007, Adam Hardy wrote:
>> I've got a hot nvidia 7950GT GPU which is supported by nvidia's latest
>> driver 1.0-9755. It's running with a TV in my living room.
>>
>> As for the screen size, I think I've got the xorg.conf set up as
>> perfect as it can be [snipped]
after help from people here, I have got further, but only to the point where X
will only load if I disable the glx module.
If I don't comment out the glx module load, it dies with this error:
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
and no further info than this in the Xorg.0.log
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
--
tv-out, nvidia, nvtv etc
Adam Hardy on 26/04/07 15:17, wrote:
> spent the last 24 hours trying to get on top of this but reached the
> limit of my resources now and seem to have hit most of the relevant
> googleable info out there without getting past the current impasse.
>
> I've got a hot nvidia 7950GT GPU which is supported by nvidia's latest
> driver 1.0-9755. It's running with a TV in my living room.
>
[snipped]
>
> Problem is, nvtv says
>
> isengard:~# nvtv
> Fatal: No supported video card found.
> isengard:~# nvtv -P
> Fatal: Either you are not root, or no NVidia card found.
>
Could nvtv have problems with my card just because nvtv is out-of-date? I
checked out the sourceforge site and there's no real activity to speak of there,
for quite a while now.
--
tv-out, nvidia, nvtv etc
On Thu, Apr 26, 2007 at 03:17:20PM +0100, Adam Hardy wrote:
> So far I've got a black-and-white picture, no colour, and the picture's too
> big for the screen, so I lose the top and bottom edges.
>
> I suspect the no-colour problem may be due to the cabling - I'm using an
> SVIDEO to scart cable, and I've seen two messages on the web (albeit from
> the USA) saying it's a cable issue. Could it be something else? I've
> already been to the store twice for these cables!
Are you sure you can feed S-Video to that input? On my TV there are two
SCARTs in the back but only one of them works with S-Video and I also
have to switch with the remote to SVHS2 and not AV2 (which only gives
BW). Read your TV's manual carefully. BTW, mine is a Daewoo.
HTH,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
tv-out, nvidia, nvtv etc
Andrei Popescu on 01/05/07 19:42, wrote:
> On Thu, Apr 26, 2007 at 03:17:20PM +0100, Adam Hardy wrote:
>
>> So far I've got a black-and-white picture, no colour, and the picture's too
>> big for the screen, so I lose the top and bottom edges.
>>
>> I suspect the no-colour problem may be due to the cabling - I'm using an
>> SVIDEO to scart cable, and I've seen two messages on the web (albeit from
>> the USA) saying it's a cable issue. Could it be something else? I've
>> already been to the store twice for these cables!
>
> Are you sure you can feed S-Video to that input? On my TV there are two
> SCARTs in the back but only one of them works with S-Video and I also
> have to switch with the remote to SVHS2 and not AV2 (which only gives
> BW). Read your TV's manual carefully. BTW, mine is a Daewoo.
Fantastic! You were totally right. It was the second SCART that worked with
S-Video, and on my TV there's an AV2/S channel which displays it in colour. This
is a Panasonic. Reading the manual carefully did reveal one line mentioning
S-Video and the second SCART socket, so I should have picked it up earlier but I
get impatient when wading through pages of seemingly unhelpful documentation.
They had sneaked it in on the page describing a 'normal' set-up with a DVD
player and a satellite receiver, and made no mention of it on the pages
describing other AV inputs.
Thanks for the help.
Regards
Adam
--
[Solved] tv-out, nvidia, nvtv etc
On Sun, May 06, 2007 at 04:38:12PM +0100, Adam Hardy wrote:
> >Are you sure you can feed S-Video to that input? On my TV there are two
> >SCARTs in the back but only one of them works with S-Video and I also
> >have to switch with the remote to SVHS2 and not AV2 (which only gives
> >BW). Read your TV's manual carefully. BTW, mine is a Daewoo.
>
> Fantastic! You were totally right. It was the second SCART that worked with
> S-Video, and on my TV there's an AV2/S channel which displays it in colour.
> This is a Panasonic. Reading the manual carefully did reveal one line
> mentioning S-Video and the second SCART socket, so I should have picked it
> up earlier but I get impatient when wading through pages of seemingly
> unhelpful documentation. They had sneaked it in on the page describing a
> 'normal' set-up with a DVD player and a satellite receiver, and made no
> mention of it on the pages describing other AV inputs.
I think I read my manual 2 or 3 times before discovering it ;)
> Thanks for the help.
Glad to help.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)