Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2014-02-18 11:35:54
Size: 1289
Editor: warmsun0220
Comment:
Revision 5 as of 2015-02-13 02:05:42
Size: 1218
Editor: PaulWise
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[/NvidiaGraphicsDrivers/Configuration|English]] - [[es/NvidiaGraphicsDrivers/Configuration|Español]]- 简体中文 - ~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[NvidiaGraphicsDrivers/Configuration|English]] - [[es/NvidiaGraphicsDrivers/Configuration|Español]]- 简体中文 - ~
Line 7: Line 7:
This page describes additional configuration and settings relating to the [[NvidiaGraphicsDrivers|NVIDIA proprietary display driver]]. 本页面描述了与 [[NvidiaGraphicsDrivers|NVIDIA proprietary display driver]] 有关的额外的配置和设置。
Line 9: Line 9:
== Performance == == 性能==
Line 11: Line 11:
The driver options below can be included for increased performance: 驱动可以包含以下选项来提高性能:
Line 27: Line 27:
Use the following commands to determine the current values of {{{InitialPixmapPlacement}}} and {{{GlyphCache}}}: {{{ 使用下面的命令确定 {{{InitialPixmapPlacement}}} {{{GlyphCache}}} 的当前值: {{{
Line 32: Line 32:
If different values are reported, these commands can be added to {{{~/.xsession}}} for improving application performance: {{{ 如果显示与以下不同的值,这些命令可以添加到 {{{~/.xsession}}} 来提高应用程序的性能: {{{
Line 38: Line 38:
== See Also == == 另请参阅 ==

Translation(s): English - Español- 简体中文 - ~


= 英伟达专有驱动程序: 配置=

本页面描述了与 NVIDIA proprietary display driver 有关的额外的配置和设置。

== 性能==

驱动可以包含以下选项来提高性能:

/etc/X11/xorg.conf.d/20-nvidia.conf

  • Section "Device"
            Identifier "My GPU"
            Driver "nvidia"
            Option "NoLogo" "1"
            Option "RenderAccel" "1"
            Option "TripleBuffer" "true"
            Option "MigrationHeuristic" "greedy"
    EndSection

Iceweasel / Icedove

使用下面的命令确定 InitialPixmapPlacementGlyphCache 的当前值:

$ nvidia-settings -q InitialPixmapPlacement
$ nvidia-settings -q GlyphCache

如果显示与以下不同的值,这些命令可以添加到 ~/.xsession 来提高应用程序的性能:

nvidia-settings -a InitialPixmapPlacement=2
nvidia-setttings -a GlyphCache=1

另请参阅


CategoryProprietarySoftware