View Single Post

   
  #5 (permalink)  
Old 02-18-2008, 09:52 AM
Bud Beckman
 
Posts: n/a
Default Re: Install a Wacom Graphire2 usb graphics tablet

Mark Hill wrote:

> That's a really good idea. I'll have to try that out.


I think you need to be using an X window, for my old
tablet in XF86Config:

Section "Module"
Load "xf86Wacom.so" (think there is a new module, ck wacom web
# site)
EndSection


Section "XInput"
SubSection "WacomStylus"
Port "/dev/ttyS0"
AlwaysCore
Mode Absolute
EndSubSection
SubSection "WacomCursor"
Port "/dev/ttyS0"
AlwaysCore
Mode Relative
EndSubSection
SubSection "WacomEraser"
Port "/dev/ttyS0"
AlwaysCore
Mode Absolute
EndSubSection
EndSection

I had to do some fiddling with it but it works. XF86Config-4 has same
without the module.


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
Reply With Quote