diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 764668f46b..506cb3b508 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -60,7 +60,7 @@ Sets how many threads GIMP should use for operations that support it. This is an integer value. .TP -(tile-cache-size 6118728k) +(tile-cache-size 4026412k) When the amount of pixel data exceeds this limit, GIMP will start to swap tiles to disk. This is a lot slower but it makes it possible to work on @@ -71,7 +71,7 @@ in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the size defaults to being specified in kilobytes. .TP -(use-opencl yes) +(use-opencl no) When enabled, uses OpenCL for some operations. Possible values are yes and no. @@ -203,7 +203,7 @@ Where to look for fonts in addition to the system-wide installed fonts. This is a colon-separated list of folders to search. .TP -(default-brush "Round Fuzzy") +(default-brush "2. Hardness 050") Specify a default brush. The brush is searched for in the specified brush path. This is a string value. @@ -320,7 +320,7 @@ kept available until the undo-size limit is reached. This is an integer value. .TP -(undo-size 1529682k) +(undo-size 1006603k) Sets an upper limit to the memory that is used per image to keep operations on the undo stack. Regardless of this setting, at least as many undo-levels as @@ -921,7 +921,7 @@ empty, the language is taken from the user's locale setting. This is a string value. .TP -(help-browser gimp) +(help-browser web-browser) Sets the browser used by the help system. Possible values are gimp and web-browser. diff --git a/etc/gimprc b/etc/gimprc index c329fcf6b0..68c4b25e59 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -42,12 +42,12 @@ # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is # specified the size defaults to being specified in kilobytes. # -# (tile-cache-size 6118728k) +# (tile-cache-size 4026412k) # When enabled, uses OpenCL for some operations. Possible values are yes and # no. # -# (use-opencl yes) +# (use-opencl no) # Specifies the language to use for the user interface. This is a string # value. @@ -158,7 +158,7 @@ # Specify a default brush. The brush is searched for in the specified brush # path. This is a string value. # -# (default-brush "Round Fuzzy") +# (default-brush "2. Hardness 050") # Specify a default dynamics. The dynamics is searched for in the specified # dynamics path. This is a string value. @@ -262,7 +262,7 @@ # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the # size defaults to being specified in kilobytes. # -# (undo-size 1529682k) +# (undo-size 1006603k) # Sets the size of the previews in the Undo History. Possible values are # tiny, extra-small, small, medium, large, extra-large, huge, enormous and @@ -729,7 +729,7 @@ # Sets the browser used by the help system. Possible values are gimp and # web-browser. # -# (help-browser gimp) +# (help-browser web-browser) # When enabled, a search of actions will also return inactive actions. # Possible values are yes and no.