I saw not cursor color function in the file you mentioned.
hhhmm... but ut's there. This is the section. Just change it accordingly, menaing uncomment the line "(xor-color...)" That should do the trick.
- Code: Select all
# Sets the color that is used for XOR drawing. This setting only exists as a
# workaround for buggy display drivers. If lines on the canvas are not
# correctly undrawn, try to set this to white. The color is specified in the
# form (color-rgb red green blue) with channel values as floats in the range
# of 0.0 to 1.0.
#
(xor-color (color-rgb 0.501961 1.000000 0.501961))
I had already followed the instructions you gave me regarding the creation of the file. So far, the changes just have not work. The command button just is inactive for Gimp. I guess I can live without that.
How did you create the ".Xmodmap"? With TextEdit.app?
TextEdit.app automatically adds a ".txt" (not visible in Finder) extension and saves files in "rtf" (Rich Text Format). This file format is not compatible with any UNIOX-like configuration file. You need to open Terminal.app and then type
- Code: Select all
cd
nano .Xmodmap
Then you can start editing the file. Save it with "CTRL + Q" and then press RETURN. To quit, press "CTRL + X"
PS: I discovered that I can edit my photoshop.psd files in Gimp and Gimp recognizes the layers I had saved in the psd files!!!! Is that my imagination, or is it true? If so, that means I have the perfect replacement of photoshop, which only had 12 days left on the trial.
yep, GIMP can read PSD. Did you expect anything else?
Anyway... you should use XCF, 'cause it's fuly supported by GIMP (XCF is GIMP's native file format). PSD isn't fully supported.