# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" # I added the next line InputDevice "WizardPen Tablet" "AlwaysCore" EndSection Section "InputDevice" # keyboard added by system-config-display Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105+inet" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "nouveau" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Input Device" # Tablet I added manually Identifier "WizardPen Tablet" Option "SendCoreEvents" "true" Driver "wizardpen" Option "Device" "/dev/input/event8" Option "TopX" "1535" Option "TopY" "3389" Option "BottomX" "30238" Option "BottomY" "29348" Option "MaxX" "30238" Option "MaxY" "29348" # Option "TopX" "1976" # Option "TopY" "3999" # Option "BottomX" "30569" # Option "BottomY" "30531" # Option "MaxX" "30569" # Option "MaxY" "30531" EndSection