Francisco Jerez
2009-Aug-24 14:03 UTC
[Nouveau] [PATCH 1/2] man page: Fix the supported fb depths.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..5c4e4ae 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver .fi .SH DESCRIPTION .B nouveau -is an __xservername__ driver for NVIDIA video cards. The driver supports 2D -acceleration and provides support for the following framebuffer depths: -(15,) 16 and 24. TrueColor visuals are supported for these depths. +is an __xservername__ driver for NVIDIA video cards. The driver +supports 2D acceleration and provides support for the following +framebuffer depths: 16, 24 and 30. TrueColor visuals are supported +for these depths. .SH SUPPORTED HARDWARE The -- 1.6.3.3
Francisco Jerez
2009-Aug-24 14:03 UTC
[Nouveau] [PATCH 2/2] man page: Comment some output properties.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 50 insertions(+), 2 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 5c4e4ae..f591459 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -84,13 +84,61 @@ tells to the driver to scale lower resolutions up to the flat panel's native resolution. Default: on. .TP .BI "Option \*qScalingMode\*q \*q" string \*q -Only for the randr-1.2 driver, this allows to set the DFP scaling mode. +This allows to set the DFP scaling mode. The options are "fullscreen", "aspect", "noscale" and "panel". Default: "aspect". .TP .BI "Option \*qShadowFB\*q \*q" boolean \*q Enable or disable use of the shadow framebuffer layer. Default: off. + +.SH OUTPUT CONFIGURATION +Multihead configuration is done through the RandR1.2 interface (see +__xconfigfile__(__filemansuffix__) and xrandr(__appmansuffix__) for +details). The following output properties may be available (depending +on what chip model is being used. You can use xrandr(__appmansuffix__) +to get a list of the allowed properties and ranges): +.SS DVI-I and TV outputs +.TP +.B subconnector +reports what kind of connector was detected to be plugged in. +It can be something like +.BR DVI-D " or " DVI-A " for " DVI-I " outputs, " +.RB "and something like " Composite ", " SVIDEO ", " Component " or " SCART +.RB "for " TV " outputs." +.TP +.B select subconnector +allows the user to override the autodetected +.B subconnector +setting. +.SS DVI-I, DVI-D and LVDS outputs +.TP +.B dithering, scaling mode +Analogous to the +.BR FPDither " and " FPScale +config file options explained above. +.SS TV outputs +.TP +.B mode +selects which TV norm will be used. Note that the TV output has to be +turned off before this can be modified. If you want a system-wide +default for this, use the +.B tv_norm +option of the TV encoder driver you're using (If no external TV +encoder is being used, that's the \*qnouveau\*q kernel module). +.TP +.B overscan +controls how much of the screen margins will be left unused and black. +.TP +.B scale +Only used for TV encoders with fixed rescaler units that require +different video modes for different scaling ratios. A bigger +.B scale +value usually means a bigger output image. Note that the TV output has +to be turned off before modifying this, just like the +.B mode +property. + .SH "SEE ALSO" -__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) +__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__), xrandr(__appmansuffix__) .SH AUTHORS Authors include: David McKay, Jarno Paananen, Chas Inman, Dave Schmenk, Mark Vojkovich -- 1.6.3.3
Maarten Maathuis
2009-Aug-24 14:07 UTC
[Nouveau] [PATCH 1/2] man page: Fix the supported fb depths.
On Mon, Aug 24, 2009 at 4:03 PM, Francisco Jerez<currojerez at riseup.net> wrote:> Signed-off-by: Francisco Jerez <currojerez at riseup.net> > --- > ?man/nouveau.man | ? ?7 ++++--- > ?1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/man/nouveau.man b/man/nouveau.man > index 87f645a..5c4e4ae 100644 > --- a/man/nouveau.man > +++ b/man/nouveau.man > @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver > ?.fi > ?.SH DESCRIPTION > ?.B nouveau > -is an __xservername__ driver for NVIDIA video cards. ?The driver supports 2D > -acceleration and provides support for the following framebuffer depths: > -(15,) 16 ?and 24. ?TrueColor visuals are supported for these depths. > +is an __xservername__ driver for NVIDIA video cards. ?The driver > +supports 2D acceleration and provides support for the following > +framebuffer depths: 16, 24 and 30. ?TrueColor visuals are supported30 is only supported for nv50 iirc.> +for these depths. > > ?.SH SUPPORTED HARDWARE > ?The > -- > 1.6.3.3 > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau >
Ben Skeggs
2009-Aug-24 22:54 UTC
[Nouveau] [PATCH 1/2] man page: Fix the supported fb depths.
On Mon, 2009-08-24 at 16:07 +0200, Maarten Maathuis wrote:> On Mon, Aug 24, 2009 at 4:03 PM, Francisco Jerez<currojerez at riseup.net> wrote: > > Signed-off-by: Francisco Jerez <currojerez at riseup.net> > > --- > > man/nouveau.man | 7 ++++--- > > 1 files changed, 4 insertions(+), 3 deletions(-) > > > > diff --git a/man/nouveau.man b/man/nouveau.man > > index 87f645a..5c4e4ae 100644 > > --- a/man/nouveau.man > > +++ b/man/nouveau.man > > @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver > > .fi > > .SH DESCRIPTION > > .B nouveau > > -is an __xservername__ driver for NVIDIA video cards. The driver supports 2D > > -acceleration and provides support for the following framebuffer depths: > > -(15,) 16 and 24. TrueColor visuals are supported for these depths. > > +is an __xservername__ driver for NVIDIA video cards. The driver > > +supports 2D acceleration and provides support for the following > > +framebuffer depths: 16, 24 and 30. TrueColor visuals are supported > > 30 is only supported for nv50 iirc.Yes, and only supported while KMS is enabled also. Ben.> > > +for these depths. > > > > .SH SUPPORTED HARDWARE > > The > > -- > > 1.6.3.3 > > > > _______________________________________________ > > Nouveau mailing list > > Nouveau at lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/nouveau > > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau
Francisco Jerez
2009-Aug-25 13:37 UTC
[Nouveau] [PATCHv2 1/2] man page: Fix the supported fb depths.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..717379d 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver .fi .SH DESCRIPTION .B nouveau -is an __xservername__ driver for NVIDIA video cards. The driver supports 2D -acceleration and provides support for the following framebuffer depths: -(15,) 16 and 24. TrueColor visuals are supported for these depths. +is an __xservername__ driver for NVIDIA video cards. The driver +supports 2D acceleration and provides support for the following +framebuffer depths: 16, 24 and 30 (The latter only on nv5x with KMS +enabled). TrueColor visuals are supported for these depths. .SH SUPPORTED HARDWARE The -- 1.6.3.3
Maybe Matching Threads
- [Bug 26800] New: Nouveau TV-out incorrectly detecting load
- [PATCH 1/2] drm/i2c/ch7006: Make some parameter descriptions more useful.
- [PATCHv2 1/6] drm/i2c/ch7006: Fix some sparse warnings.
- [PATCH 00/12] TV-out modesetting kernel patches.
- [PATCH 1/3] drm/nouveau: Ignore DCB I2C indices for on-chip TV-out.