Oh, I changed back to the InputDevice settings because I felt all those extra settings you gave me were unnessesary.
I also changed [color=red]Option "Device" "/dev/input/mice"[/color] to [color=red]Option "Device" "/dev/input/mouse0"[/color] because my mouse is actualy usb, but with a ps2 adapter. If I had plugged up the mouse to the usb port, I would have suddenly lost the ability to click with the mouse.
For reference to others...
In terminal type: [color=red]sudo gedit /etc/X11/xorg.conf[/color]
Change or add the following in bold(you may save a backup if you wish)
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" **"/dev/input/mouse0"**
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
[B]Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event2"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event2"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event2"
Option "Type" "eraser"
Option "USB" "on"
EndSection[/B]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
[B] InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"[/B]
EndSection
After that, restart and run Gimp:
[color=red]- File-> Preferences-> Input Devices-> "Configure Extended Input Devices".
- Under "Device" you will have 3 settings: Cursor, Eraser and Stylus. Set them from "Disabled" to "Screen".[/color]