-->

GoogleSearch



Scientist. Husband. Daddy. --- TOLLE. LEGE
외부자료의 인용에 있어 대한민국 저작권법(28조)과 U.S. Copyright Act (17 USC. §107)에 정의된 "저작권물의 공정한 이용원칙 | the U.S. fair use doctrine" 을 따릅니다. 저작권(© 최광민)이 명시된 모든 글과 번역문들에 대해 (1) 복제-배포, (2) 임의수정 및 자의적 본문 발췌, (3) 무단배포를 위한 화면캡처를 금하며, (4) 인용 시 URL 주소 만을 사용할 수 있습니다. [후원 | 운영] [대문으로] [방명록] [옛 방명록] [티스토리 (백업)]

이 블로그 검색

Wacom tablet setting in Fedora

라벨:




http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page

Fedora15 does not need this process. This is for FC14
  1. Install all dependency prerequisites: 
    • # yum install gcc gcc-c++ kernel-headers kernel-devel libXi-devel libX11-devel xorg-x11-proto-devel xorg-x11-server-devel tk-devel tcl-devel ncurses-devel xorg-x11-drv-wacom-devel libXrandr-devel
  2. Download the newest driver from Sourceforge.  
    • $ tar -lxf linuxwacom-0.8.8-10.tar.bz2
  3. $ cd linuxwacom-0.8.8-10 
  4. $ ./configure --enable-wacom
  5. $ make 
  6. $ make install
  7. $ uname -r  
  8. $ cd src/2.6.30/ (just use this kernel version)
  9. $ chmod u+x wacom.ko
  10. $ cp wacom.ko /lib/modules//kernel/drivers/input/tablet/
  11. $ modprobe wacom 
  12. $ depmod wacom.ko 
  13. Plug in wacom pen & touch
  14. Enjoy !
  15. Repeat #6/7 whenever your kernel is updated.

Run the following shell script.


#!/bin/bash

## Get the "Device name" or ID number
## for touch from 'xsetwacom list dev'

DEVICE="Wacom BambooFun 2FG 4x5 Finger touch" 
TOUCH_STATE=`xsetwacom get "$DEVICE" touch`
if [ "$TOUCH_STATE" == "on" ]
  then
    echo "Touch is ON, turning OFF."
    xsetwacom set "$DEVICE" touch off
  else
    echo "Touch is OFF, turning ON."
    xsetwacom set "$DEVICE" touch on
fi

Graphics

  • GIMP: A freely distributed program for such tasks as photo retouching, image composition and image authoring. Brushes support pressure, tilt, and rotation.
  • Inkscape: A vector graphics editor with capabilities similar to Illustrator, CorelDraw, or Xara X. Calligraphy tool supports pressure and tilt.

Handwriting

  • CellWriter: A grid-entry natural handwriting input panel. As you write characters into the cells, your writing is instantly recognized at the character level. When you press Enter on the panel, the input you entered is sent to the currently focused application as if typed on the keyboard. It also toggles to an on-screen keyboard. Also available at [1]
  • Xournal: An application for notetaking, sketching, or keeping a journal using a stylus.
  • jarnal: An application for individual or collaborative notetaking, sketching, etc.

Utilities


Graphical Configuration Tools 

  • Wacom Control Panel: This utility allows you to automatically detect and configure a wide range of wacom products. Automatically remembers and reapplies settings on startup.
  • Wacom Tablet: A KDE 4 KCModule. This KDE system tool implements a GUI for the Wacom Linux Drivers and extends it with profile support to handle different button/pen layouts per profile.
  • wacomcpl: A Tcl/Tk-based GUI tool shipped as part of the linuxwacom tarball. It is now unsupported and does not work with xf86-input-wacom. The design of wacomcpl is not suited to hotplugging and it will not be updated. Since wacomcpl does not integrate with any desktop environment, any work on wacomcpl is a dead end. Do not work on wacomcpl, invest your efforts on integrating wacom support in your desktop environment instead.

Other Utilities

  • wdaemon: A hotplugging daemon for wacom devices.
  • Magick Rotation: An application that will help Dell, HP, and Lenovo tablet pc's automatically rotate screen orientation and devices that use the Wacom or evdev drivers.
  • easystroke: A gesture-recognition application for X11. Gestures can be made to emulate key presses, execute shell commands, hold down modifiers and emulate a scroll wheel.

Libraries / Toolkits / Frameworks

  • gnome-settings-daemon already supports several wacom-related gsettings keys for configuration. This includes hotplugging support so that the configuration options are applied both after login and whenever a tablet is plugged in.







라벨:





Scientist. Husband. Daddy. --- TOLLE. LEGE
외부자료의 인용에 있어 대한민국 저작권법(28조)과 U.S. Copyright Act (17 USC. §107)에 정의된 "저작권물의 공정한 이용원칙 | the U.S. fair use doctrine" 을 따릅니다. 저작권(© 최광민)이 명시된 모든 글과 번역문들에 대해 (1) 복제-배포, (2) 임의수정 및 자의적 본문 발췌, (3) 무단배포를 위한 화면캡처를 금하며, (4) 인용 시 URL 주소 만을 사용할 수 있습니다. [후원 | 운영] [대문으로] [방명록] [옛 방명록] [티스토리 (백업)] [신시내티]

-