Difference between revisions of "NVidiaProprietaryDriver"
m (Sigh! My older GeForce card was a GeForce2, not 3!) |
(Also add NVidia Riva TNT here...) |
||
Line 6: | Line 6: | ||
- NVidia GeForce4 MX440: works<br> | - NVidia GeForce4 MX440: works<br> | ||
- NVidia FX5200: works<br> | - NVidia FX5200: works<br> | ||
− | - NVidia Riva TNT2: DEFUNCT!! | + | - NVidia Riva TNT2: DEFUNCT!!<br> |
+ | - NVidia Riva TNT (also known as AGP-V3400): DEFUNCT!! | ||
One common symptom is the following: the NVidia driver may (or may not) give one or more blue lines surrounding the actual TV or DVD playback. This is something which is mostly seen on widescreen TV displays. The following command solves the problem: | One common symptom is the following: the NVidia driver may (or may not) give one or more blue lines surrounding the actual TV or DVD playback. This is something which is mostly seen on widescreen TV displays. The following command solves the problem: |
Revision as of 12:23, 20 November 2006
Basically, everything you need to get this working you will find in their Readme file; read Appendix J which deals with TV-Out. Oh, and of course a videocard which is new enough to be supported by the driver!
Personal experiences with driver revision 1.0-8776:
- NVidia GeForce2 MX: works
- NVidia GeForce4 MX440: works
- NVidia FX5200: works
- NVidia Riva TNT2: DEFUNCT!!
- NVidia Riva TNT (also known as AGP-V3400): DEFUNCT!!
One common symptom is the following: the NVidia driver may (or may not) give one or more blue lines surrounding the actual TV or DVD playback. This is something which is mostly seen on widescreen TV displays. The following command solves the problem:
xvattr -a XV_COLORKEY -v 66048
Add the command somewhere in the Xorg startup sequence (need more distribution-specific information about how to do this.)
For users experiencing black-and-white TV output: please verify if the TVStandard option is set to the one valid for your country. All NVidia cards I have seen default to the American TVStandard 'NTSC'. For a mythtv box in the Netherlands use the following option in the Device section in xorg.conf:
Option "TVStandard" "PAL-B"
To get rid of that annoying NVidia logo at startup, also add:
Option "NoLogo" "True"
in xorg.conf.