Who can help me:

I want to connect my SammaGraphic tablet SummaSketch III 1812 to my Linux 
system, version 7.1 SuSE with an upgraded kernel 2.4.18, Xfree 4.1

In the Linux Tablett Homepage I've loaded the driver gpmsumma_drv.o an
copied 
it to /usr/X11/lib/modules/input and added some settings in the 
etc/X11/XF86Config:

..

Section "Module"
  Load           "type1"
  Load           "speedo"
  Load           "extmod"
  Load           "freetype"
  Load   "gpmsumma"
EndSection

..

Section "InputDevice"
  Driver         "mouse"
  Identifier     "Mouse[1]"
  Option         "Device"        "/dev/ttyS1"
  Option         "InputFashion"          "Mouse"
  Option         "Name"          "INTELLIPOINT MOUSE SERIELL"
  Option         "Protocol"      "intellimouse"
  Option         "Vendor"        "MICROSOFT"
EndSection

Section "InputDevice"
  Driver         "gpmsumma"
  Identifier     "Tablet"
  Option         "Device"        "/dev/ttyS3"
  Option         "Mode"          "Absolute"
  Option         "Cursor"        "Puck"
  Option         "TopX"          "600"
  Option         "TopY"          "450"
  Option         "BottomX"       "1000"
  Option         "BottomY"       "850"
  Option         "AlwaysCore"
  Option         "BaudRate"      "9600"
EndSection
  
..

Section "ServerLayout"
  Identifier     "Layout[all]"
  InputDevice    "Keyboard[0]"   "CoreKeyboard"
  InputDevice    "Mouse[1]"      "CorePointer"
  InputDevice    "Tablet"
  Option         "Xinerama"      "off"
  Screen         "Screen[0]"
EndSection

..


In the "rc.config"-file I have edited following changes:

GPM_PARAM="-Rsumma -t summa -m /dev/ttyS3"

Instead of "gpmsumma" in the section "InputDevice" of "XF86Config" I've
also  
tried with "summa" without success.

PS: Under Windows98, the tablet works fine.

Can somebody tell me what i did wrong? Thanks


_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to