Page 71 of 88 FirstFirst ... 2161697071727381 ... LastLast
Results 701 to 710 of 874

Thread: New Wacom Bamboo not working

  1. #701
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    Thank you once again. But what link are you speaking of?

  2. #702
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    OK. The links can be imbedded in the sentence. If words are underlined you can hover your pointer arrow over it and if it changes color, usually to red, that's a link.

    Here's a direct link to "Section 3: Calibrating your Tablet": http://ubuntuforums.org/showpost.php...12&postcount=1

    Ob1's also working on changes to wacomcpl that will allow you to configure touch and touch gestures better. Hopefully that will also be in linuxwacom 0.8.5-10.

  3. #703
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    Well that attempt failed miserably. I did everything in that link up to step 7 but when I restarted like it said, my xorg crashed. I had to comment everything that pertained to my pad to get it working again. Please find my xorg.conf below. I'm sorry but I don't know where to find the error report or else i would post that too.

    Thanks in advance.

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection

    #WACOM BAMBOO TOUCH SETTINGS

    # This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
    #Section "InputDevice"
    # Driver "wacom"
    # Identifier "pad"
    # Option "Device" "/dev/input/wacom" # USB ONLY
    # Option "Type" "pad"
    # Option "USB" "on" # USB ONLY
    #EndSection

    #Expresskeys
    #Section "InputDevice"
    # Driver "wacom"
    # Identifier "pad"
    #c~b Option "Device" "/dev/ttyS0"
    # Option "Device" "/dev/input/wacom"
    # Option "Type" "pad"
    # Option "USB" "on"
    #EndSection

    #Section "ServerLayout"
    # Identifier "Default Layout"
    # Screen "Default Screen"
    # InputDevice "Synaptics Touchpad"
    # Identifier "X.org Configured"
    #http://linuxwacom.sourceforge.net/in...owto/srvlayout
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    # InputDevice "touch" "SendCoreEvents"
    # InputDevice "pad"
    #EndSection

    #ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00d1", SYMLINK="input/tablet-wacom-bamboo-pen_touch-$env{WACOM_TYPE}"

  4. #704
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi Evon,

    OK, let's see if we can get the Bamboo Touch working for you.

    First thing is the Touch's Product ID is 0xd0 so you want to change the symlink rule you added to the bottom of the table in "40-xserver-xorg-input-wacom.rules" in "/lib/udev/rules.d/" to:
    Code:
    ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00d0", SYMLINK="input/tablet-wacom-bamboo-pen_touch-$env{WACOM_TYPE}"
    We'll take the xorg.conf a step at a time. First we'll try to get it to boot with just the nVidia video sections and lines in "ServerLayout" enabled. Notice with the Touch you need a touch and a pad section. So change your xorg.conf to the one attached below and then see if it works after a reboot.
    Attached Files Attached Files

  5. #705
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    Ok my display works so far but my tablet does not.

  6. #706
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi Evon,

    Good! So we have a working xorg.conf and we know video isn't the problem.

    So now with the attached test2 xorg.conf we'll enable the touch section and the touch line in "ServerLayout". This will also test the symlink rule you modified with your Product ID. We know changing it by itself didn't cause a problem because you were able to boot with it and just the video stuff. Let's see if touch was what was causing the Xserver to break.
    Attached Files Attached Files

  7. #707
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    thanks again for the help. test2 crashed.

  8. #708
    Join Date
    Jan 2010
    Beans
    5
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: New Wacom Bamboo not working

    Hello everyone!

    BIG THX for patches, drivers & help! Short summary from me:

    I've just done famous post #541 (& co. procedure for: CTH-661/S, Karmic 64bit with 2.6.31 and linuxwacom-0.8.4-4.

    Patches from #144 applied without problems. I have only one problem with #638 "No debug patch"), but commenting apriopriate 'printk' lines in wacom_wac.c.patch done the trick.

    Used fdi file: Favux_new-generic_rc2_10-linuxwacom.fdi.txt

    No xorg.conf editing.

    Everythig runs smooth! The only problem is wacomcpl command - the window is empty, no options available

    Now I'll try to dig into 0.8.5-9 Thank you all again!

  9. #709
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi cnr_roxx,

    Welcome to Ubuntu forums!

    Good work, sounds like you are on your way.


    Hi Evon,

    OK, so touch or the touch symlink is breaking X. Which instructions did you follow to patch linuxwacom? I'm trying to find out which version of the patches you're using and which version of linuxwacom.

  10. #710
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    This is how i got my touch pad working initially
    http://ubuntuforums.org/showthread.php?t=1321238

Page 71 of 88 FirstFirst ... 2161697071727381 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •