Hier komen de drie betreffende secties. Maar even 'n waarschuwing: ik ben dus vrijwel nieuw in Linux en heb dit gevonden op internet, en enkele keren bevestigd gezien. En bij mij werkt 't.
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
...
# Section "InputDevice"
# /dev/input/event
# for USB
# Identifier "eraser"
# Driver "wacom"
# option "Device" "/dev/wacom"# Change to
# option "Type" "eraser"
# option "ForceDevice" "ISDV4"# Tablet PC ONLY
# EndSection
# Section "InputDevice"
# /dev/input/event
# for USB
# Identifier "cursor"
# Driver "wacom"
# option "Device" "/dev/wacom"# Change to
# option "Type" "cursor"
# option "ForceDevice" "ISDV4"# Tablet PC ONLY
# EndSection
Ik heb de waarschuwing over als je 't bestand hebt gewijzigd (helemal bovenaan) ook maar mee gekopieerd.
Er was trouwens nogal wat gemopper her en der dat dit standaard zo is ingesteld, omdat heel veel mensen vragen over deze meldingen stelden.
Peter