The devicerc is a text file which governs the properties of the mouse / graphic tablet (if there is one) You can read it with a suitable text editor.
Line 9 is about a brush dynamic as the first few lines
You could try renaming it and when Gimp starts up it will scan the current hardware and write a new devicerc.
A long shot but might be a fix.
Line 9 is about a brush dynamic as the first few lines
Code:
# GIMP devicerc
(GimpDeviceInfo "Virtual Core Pointer"
(icon-name "gimp-cursor")
(name "Virtual Core Pointer")
(tool-options "GimpPaintOptions"
(tool "gimp-paintbrush-tool")
(brush "1. Pixel")
(dynamics "Pressure Size") <<<<<< line 9
(pattern "Marble #1")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 3)
(brush-spacing 0.20000000000000001)
(dynamics-enabled no))
You could try renaming it and when Gimp starts up it will scan the current hardware and write a new devicerc.
A long shot but might be a fix.