الخميس، 7 أغسطس 2008

كيفية تركيب wacom pen tablet على لينوكس أوبنتو



بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته





الحمد لله حليت قبل فترة مشكلة تركيب القلم الضوئي على اللينوكس

وحبيت أشارككم في الحل .. يمكن أحد من العرب يحتاجها
أو إذا حدث لجهازي انفجار وهذا احتمال يحصل قريب
فيصير أرجع لها من هنا بدل ما ادور مره ثانيه


طريقة التركيب :


1. قم بتوصيل لوحة الرسم مع الجهاز من فتحة USB

2. من Terminal

كود:

sudo apt-get install wacom-tools

sudo gedit /etc/X11/xorg.conf


3. قم بالتغيير حسب التالي

كود:

Section "InputDevice"
 Driver  "wacom"
 Identifier "stylus"
 Option  "Device" "/dev/input/wacom"
 Option  "Type"  "stylus"
 Option  "USB"  "on"  #USB ONLY
 Option  "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver  "wacom"
 Identifier "eraser"
 Option  "Device" "/dev/input/wacom"
 Option  "Type"  "eraser"
 Option  "USB"  "on"  #USB ONLY
 Option  "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver  "wacom"
 Identifier "cursor"
 Option  "Device" "/dev/input/wacom" #USB ONLY
 Option  "Type"  "cursor"
 Option  "Mode"  "relative"
 Option  "USB"  "on"  #USB ONLY
 Option  "ForceDevice" "ISDV4"  #Tablet PC ONLY
EndSection


لا تنسخها كلها وتلصقها .. فقط أضف الناقص على اللي عندك ولا تحذف شيئ
مع مراعاه وضعها في المكان الصحيح


إذا كان عندك wacom Intuos3
أضف هذا السيكشن


كود:

Section "InputDevice"
  Driver        "wacom"
  Identifier    "pad"
  Option        "Device"        "/dev/ttyS0"          #SERIAL ONLY
  Option        "Device"        "/dev/input/wacom"   #USB ONLY
  Option        "Type"          "pad"
  Option        "USB"           "on"                  #USB ONLY
EndSection


4. أضف الأسطر التاليه على "Section "ServerLayout

كود:

ection "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
        InputDevice    "stylus"    "SendCoreEvents"
        InputDevice    "eraser"    "SendCoreEvents"
        InputDevice    "cursor"    "SendCoreEvents"    #For non-LCD tablets only
        InputDevice    "pad"   #For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event
EndSection


5.أعد تشغيل الجهاز و باذن الله يشتغل

~*~*~*~*~*~*~*~*~*~*~



بعض البرامج التي يمكنك استخدم قلم الرسم بها ..

GIMP
File > Preferences > Input Devices > Configure Extended Input Devices
Krita
Settings > Configure Krita > Tablet

Inkscape

File > Input Devices



~*~*~*~*~*~*~*~*~*~*~


* المصادر ..

Ubuntu forums

ليست هناك تعليقات:

إرسال تعليق