Работаю с графикой на двух мониторах. Использую программу MyPaint, Ubuntu 10.10, планшет Intuos 4 Wacom . Планшет заработал сразу, без каких-либо действий с моей стороны. По умолчанию в системе стоит xserver-xorg-input-wacom. Работают не все опции, но главные работают. И нажим, и, даже ластик, там, где ему положено быть. Но есть одно неудобство. MyPaint свое рабочее окно распространяет на оба монитора, центр планшета оказывается между мониторами и полноценно рисовать невозможно. Есть утилита настройки планшета для Windows 7 и Mac OS X, в которой можно настроить рабочее поле на одном мониторе, оставляя второй монитор свободным для палитр или для других целей. Для Linux, такой утилиты, естественно, нет. Можно ли настроить планшет в Ubuntu 10.10, и, если можно, то как это сделать? В файле xorg.conf информации о планшете нет. Иногда дают советы прописать настройки планшета в xorg.conf, но в моем случае это не работает, слетают проприетарные драйвера видеокарты.
Большая просьба к тем, кто сможет и захочет помочь. Объяснять все как можно проще и подробнее. Я чистый гуманитарий, во всем разбирался сам, кое-чему научился, но до сисадмина еще далеко. За компьютером 15 лет, самому 58. 4 года на Windows, 8 лет на Mac OS, 3 года на Ubuntu Linux, и теперь уже, наверное, до конца. Спасибо.
xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Electronics"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 120.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"