My volito 2 gives works but with two problems.

1) there is no pressure sensitivity.
2) There seems to be an invisible grid that the cursor is snapping to when in 
use (even on the desktop). This is only when I use the stylus. My mouse is 
okay.

I have installed the latest driver and lsmod | grep usbcore gives;
usbcore               118044  4 usbhid,wacom,uhci_hcd

Wacdump shows activity as I move the stylus around the tablet.

'xidump -l' on the other hand doesn't list my devices as listed in my 
xorg.conf. Oddly, it used to show Cursor 1, Stylus1 and a few others, but 
while I was trying to get this working, I must have done something to disable 
it.

If anyone has time to help, I really appreciate it. I've spent three days at 
this already and as far as I can see I've done everything right.

Regards,
Jarlath

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Load    "synaptics"
        Load    "wacom"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "ie"
EndSection

Section "InputDevice"
        Identifier      "Mouse[1]"
        Driver          "synaptics"
        Option          "AccelFactor"           "0.0010"
        Option          "SHMConfig"             "on"
        Option          "Repeater"              "/dev/ps2mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "InputDevice"
        Identifier      "Stylus1"
        Driver          "wacom"
        Option          "type"                  "stylus"
        Option          "Device"                "/dev/input/wacom"
        Option          "Mode"                  "Absolute"
        Option          "SendCoreEvents"        "on"
        Option          "USB"                   "on"
        Option          "Vendor"                "WACOM"
EndSection

Section "InputDevice"
        Identifier      "Cursor1"
        Driver          "wacom"
        Option          "type"                  "cursor"
        Option          "Device"                "/dev/input/wacom"
        Option          "Mode"                  "Absolute"
        Option          "SendCoreEvents"        "on"
        Option          "USB"                   "on"
        Option          "Vendor"                "WACOM"
EndSection

Section "InputDevice"
        Identifier      "Eraser1"
        Driver          "wacom"
        Option          "type"                  "cursor"
        Option          "Device"                "/dev/input/wacom"
        Option          "Mode"                  "Absolute"
        Option          "SendCoreEvents"        "on"
        Option          "USB"                   "on"
        Option          "Vendor"                "WACOM"
EndSection



Section "Device"
        Identifier      "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
        Driver          "ati"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-70
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1400x1050" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1400x1050" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1400x1050" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1400x1050" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1400x1050" "800x600" "640X480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "800x600" "640x480"
        EndSubSection
        #SubSection "Display"
        #       Depth           16
        #       Modes           "640x480" "800x600"
        #EndSubSection
        #SubSection "Display"
        #       Depth           24
        #       Modes           "640x480" "800x600"
        #EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Mouse[1]"
        InputDevice     "Cursor1" "SendCoreEvents"
        InputDevice     "Stylus1" "SendCoreEvents"
        InputDevice     "Eraser1" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to