Post: Gimp Green Trails FIX
09-14-2009, 09:38 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I had this problem for a few days when I got a new computer and switched to Linux. When using gimp the brush outline would not disappear after moving your cursor so it was just a big blur. So to fix this go to your gimp folders and look for one called gimpprc. open it and you should see a notepad kinda thing.

The text in it should be...
    # GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.

(color-management
(mode off)
(display-profile-from-gdk no)
(display-rendering-intent perceptual)
(simulation-rendering-intent perceptual)
(simulation-gamut-check no)
(out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
(display-module "CdisplayLcms"))


# end of gimprc


Now to copy and paste this where I do...
    (xor-color (color-rgb 1.0 1.0 1.0))

    # GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.

(xor-color (color-rgb 1.0 1.0 1.0))

(color-management
(mode off)
(display-profile-from-gdk no)
(display-rendering-intent perceptual)
(simulation-rendering-intent perceptual)
(simulation-gamut-check no)
(out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
(display-module "CdisplayLcms"))


# end of gimprc


now when you move your cursor while trying to move the brush it shouldn't lag and refresh it so the outline doesn't stay.
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo