Jump to content

Wacom Graphire tablet??


Guest A1bertFish
 Share

Recommended Posts

Guest A1bertFish

Howdy all,

 

A1bertFish the newbie here, looking for some assistance in getting my Wacom tablet running under mdk 9.1. I tried to follow the tutorial on http://linuxwacom.sourceforge.net/, but after make but before install, i tried an insmod to test and got this:

 

[root@localhost src]# insmod ./wacom.o

./wacom.o: unresolved symbol input_event_Re1d783ea

./wacom.o: unresolved symbol input_unregister_device_R87afc051

./wacom.o: unresolved symbol input_register_device_R9b3f261b

 

Any ideas what's up?

Link to comment
Share on other sites

I have the old RS232 serial port version of the tablet and it was detected on install and worked fine on LM8.1.

 

Since then I have always just copied the LM8.1 configuration into my XF86Config-4 files.

 

Here are the relevant parts of my XF86Config-4 setup:

 

Section "InputDevice"
   Identifier	"Stylus1"
   Driver	"wacom"
   Option	"Type" "stylus"
   Option	"Device" "/dev/ttyS1"
   Option	"Mode" "Absolute"
EndSection
Section "InputDevice"
   Identifier	"Eraser1"
   Driver	"wacom"
   Option	"Type" "eraser"
   Option	"Device" "/dev/ttyS1"
   Option	"Mode" "Absolute"
EndSection
Section "InputDevice"
   Identifier	"Cursor1"
   Driver	"wacom"
   Option	"Type" "cursor"
   Option	"Device" "/dev/ttyS1"
   Option	"Mode" "Relative"
EndSection

 

Section "ServerLayout"
   Identifier "layout1"
   InputDevice "Keyboard1" "CoreKeyboard"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Stylus1" "AlwaysCore"
   InputDevice "Eraser1" "AlwaysCore"
   InputDevice "Cursor1" "AlwaysCore"
   Screen "screen1"
EndSection

 

If you have a USB version then I can't help you. Sorry.

 

Glitz.

Link to comment
Share on other sites

STOP OH DEAR GOD STOP!!!!!!!!

 

 

Okay, now that I have your attention, read this and understand. You absolutely possatively and without any possible doubt do not need to compile any sort of driver for that tablet if you are running any version of the kernel that is even remotely current. It is allready in ALL standard kernels and you don't need to compile or install a thing.

 

All you need to do is set up the tablet in /etc/X11/XF86Config-4

 

That's all

 

nothing else.

 

I have one and it works very well.

 

 

If you just want to use it as a mouse, you can set it up as a generic usb mouse and it will work fine useing the wacom module.

 

Search the internet for an X config for it. It REALY shouldn't be that hard, if you can't find one let me know and I'll post mine.

Link to comment
Share on other sites

Guest A1bertFish

VeeDubb - Thanks for your input, I'll go Googling tomorrow night (it's late and I have class in the morning). If you wouldn't mind posting your config anyways, it would be much appreciated (by me and any other newbie that comes across this post later).

 

Glitz - Thanks for the link. I think I already checked that out...like I said, I'm just a dumb ol' newbie.

Link to comment
Share on other sites

Here is my XF86Config-4. I have the mouse and both nds of the pen working as pointing devices for apps and core pointers with correct scrolling direction and working pressure sensativity. Here is my very robust X config

 

Section "Files"
   # Multiple FontPath entries are allowed (they are concatenated together)
   # By default, Mandrake 6.0 and later now use a font server independent of
   # the X server to render fonts.
   FontPath "unix/:-1"
EndSection

Section "ServerFlags"
   AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
   #DontZap # disable <Crtl><Alt><BS> (server abort)
   #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
   Load "dbe" # Double-Buffering Extension
   Load "v4l" # Video for Linux
   Load "extmod"
   Load "type1"
   Load "freetype"
   Load "glx" # 3D layer
   Load "wacom"
EndSection

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "Keyboard"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "en_US"
   Option "XkbOptions" ""
EndSection

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "IMPS/2"
   Option "Device" "/dev/psaux"
   Option "ZAxisMapping" "4 5"
EndSection

# start of wacom crap
# now the xinput devices
Section "InputDevice"
   Identifier  "MouseUSB"
   Driver      "mouse"

   Option "Protocol"    "imps/2"

   Option "Device"      "/dev/input/mice"

   Option "Emulate3Buttons"
# Adds support for wheel
   Option "ZAxisMapping" "5 4"
EndSection

# Settings for wacom pen
Section "InputDevice"
       Identifier   "WacomStylus"
       Driver       "wacom"
       Option       "Type" "stylus"
       Option       "Mode" "Absolute"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
       Option       "Threshold" "20"
       Option       "HistorySize" "200"
       Option       "Suppress" "30"
       #Option       "TopX" "0"
       #Option       "TopY" "0"
       #Option       "BottomX" "10206"
       #Option       "BottomY" "7422"
EndSection
# Settings for wacom eraser
Section "InputDevice"
       Identifier   "WacomErasor"
       Driver       "wacom"
       Option       "Type" "eraser"
       Option       "Mode" "Absolute"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
       Option       "Threshold" "20"
       Option       "HistorySize" "200"
       Option       "Suppress" "30"
Endsection
# Settings for wacom cursor (mouse)
Section "InputDevice"
       Identifier   "WacomCursor"
       Driver       "wacom"
       Option       "Type" "cursor"
       Option       "Mode" "Relative"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
Endsection

# again for CORE mode
# Settings for wacom pen
Section "InputDevice"
       Identifier   "WacomStylusC"
       Driver       "wacom"
       Option       "Type" "stylus"
       Option       "Mode" "Absolute"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
       Option       "Threshold" "20"
       Option       "HistorySize" "200"
       Option       "Suppress" "30"
       #Option       "TopX" "0"
       #Option       "TopY" "0"
       #Option       "BottomX" "10206"
       #Option       "BottomY" "7422"
EndSection
# Settings for wacom eraser
Section "InputDevice"
       Identifier   "WacomErasorC"
       Driver       "wacom"
       Option       "Type" "eraser"
       Option       "Mode" "Absolute"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
       Option       "Threshold" "20"
       Option       "HistorySize" "200"
       Option       "Suppress" "30"
Endsection
# Settings for wacom cursor (mouse)
Section "InputDevice"
       Identifier   "WacomCursorC"
       Driver       "wacom"
       Option       "Type" "cursor"
       Option       "Mode" "Relative"
       Option       "USB" "on"
       Option       "Device" "/dev/input/event0"
Endsection

#end of wacom crap

Section "Monitor"
   Identifier "monitor1"
   VendorName "Generic"
   ModelName "1024x768 @ 70 Hz"
   HorizSync 31.5-57.0
   VertRefresh 50-70

   # Sony Vaio C1(X,XS,VE,VN)?
   # 1024x480 @ 85.6 Hz, 48 kHz hsync
   ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
   Identifier "device1"
   VendorName "nVidia Corporation"
   BoardName "NVIDIA GeForce4 (generic)"
   Driver "nv"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "monitor1"
   DefaultColorDepth 24

   Subsection "Display"
       Depth 8
       Virtual 1024 768
   EndSubsection

   Subsection "Display"
       Depth 15
       Virtual 1024 768
   EndSubsection

   Subsection "Display"
       Depth 16
       Virtual 1024 768
   EndSubsection

   Subsection "Display"
       Depth 24
       Virtual 1024 768
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "layout1"
   InputDevice "Keyboard1" "CoreKeyboard"
   InputDevice "Mouse1" "CorePointer"
   Screen "screen1"
   InputDevice    "MouseUSB"       "SendCoreEvents"
   InputDevice    "WacomStylus"
   InputDevice    "WacomErasor"
   InputDevice    "WacomCursor"
   InputDevice    "WacomStylusC"   "AlwaysCore"
   InputDevice    "WacomErasorC"   "AlwaysCore"
   InputDevice    "WacomCursorC"   "AlwaysCore"
EndSection

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...