Page 69 of 88 FirstFirst ... 1959676869707179 ... LastLast
Results 681 to 690 of 874

Thread: New Wacom Bamboo not working

  1. #681
    Join Date
    Aug 2007
    Beans
    4

    Re: New Wacom Bamboo not working

    Quote Originally Posted by stoneage View Post
    EDIT - The 0.8.5-9 patches fail. Maybe I am missing something?
    try patch -p2

  2. #682
    Join Date
    Dec 2007
    Beans
    504

    Re: New Wacom Bamboo not working

    Quote Originally Posted by zoonose View Post
    try patch -p2
    Thanks, that succeeds. Still the same though, no eraser. I also don't get hot-plugging, it will only function if it is plugged in when I boot.

    At least it is working....



    I get warnings, but it does say it succeeded, so I assume they are not important:-
    linuxwacom-0.8.5-9$ patch -p2 < linuxwacom-0.8.5-9-2.patch
    patching file src/2.6.27/wacom_sys.c
    patching file src/2.6.27/wacom_wac.c
    patching file src/2.6.27/wacom_wac.h
    patching file src/xdrv/wcmCommon.c
    patching file src/xdrv/wcmConfig.c
    patching file src/xdrv/wcmUSB.c
    patch unexpectedly ends in middle of line
    Hunk #1 succeeded at 1055 with fuzz 1.


    linuxwacom-0.8.5-9$ patch -p2 < linuxwacom-0.8.5-9-spelling.patch
    patching file src/xdrv/wcmMapping.c
    patch unexpectedly ends in middle of line
    Hunk #3 succeeded at 287 with fuzz 1.
    Don't know if it makes a difference, but I need an xorg.conf for proper monitor resolution and I have these entries in it:-

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/ttyS0" # SERIAL ONLY
    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "stylus"
    Option "USB" "on" # USB ONLY
    Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/ttyS0" # SERIAL ONLY
    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "eraser"
    Option "USB" "on" # USB ONLY
    Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/ttyS0" # SERIAL ONLY
    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "cursor"
    Option "USB" "on" # USB ONLY
    Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
    EndSection

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

    I have two entries for 'cursor' and 'eraser' in wacomcpl and in Gimp preferences, perhaps there is a conflict somewhere?


    .
    Last edited by stoneage; January 7th, 2010 at 01:46 AM.

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

    Re: New Wacom Bamboo not working

    Hi stoneage,

    The double entries are normal, don't worry about them. As a rule it's best to either use a wacom.fdi or the xorg.conf, not both. You can do it but it is tricky.

    You have two sections you don't need and serial lines in the sections you do need. It should look like this:
    Code:
    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "USB" "on" # USB ONLY
    EndSection
    
    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "USB" "on" # USB ONLY
    EndSection
    The sections may not be doing anything if you have not put in a udev wacom.rules to establish the symlinks. You probably also need the wacom lines in the "ServerLayout". See post #384.

  4. #684
    Join Date
    Dec 2007
    Beans
    504

    Re: New Wacom Bamboo not working

    Hi Favux and thanks for your help.

    I edited the xorg.conf, I had already copied the 60-wacom.rules to /lib/udev/rules.d/40-xserver-xorg-input-wacom.rules, but I'm afraid it is still the same, no eraser, no hotplugging.

    What is the "ServerLayout" you mentioned?


    Edit - Favux I'm slightly embarrassed - I have the Bamboo Pen (CTL - 460), there is no eraser ?
    Bamboo Touch (CTT460) touch, pad
    Product ID = 0xd0


    Bamboo Pen (CTL460) stylus
    Product ID = 0xd4


    Bamboo Pen & Touch (CTH460) stylus, eraser, pad, touch
    Product ID = 0xd1
    In that case it works as expected, apart from the hotplugging. I guess I can attach a module reload script to a panel button for now.

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

    Re: New Wacom Bamboo not working

    Hi stoneage,

    You don't get hot plugging with the xorg.conf. That was one of the prime motivations to go to HAL/.fdi. You could try the old "hot plug" commands: ctrl-alt-F1 followed by ctrl-alt-F7.

    Somebody will get a stylus with eraser for the Pen. I'm pretty sure the eraser will work.

  6. #686
    Join Date
    Dec 2007
    Beans
    504

    Re: New Wacom Bamboo not working

    Quote Originally Posted by Favux View Post
    Hi stoneage,

    You don't get hot plugging with the xorg.conf. That was one of the prime motivations to go to HAL/.fdi. You could try the old "hot plug" commands: ctrl-alt-F1 followed by ctrl-alt-F7.

    Somebody will get a stylus with eraser for the Pen. I'm pretty sure the eraser will work.


    Oh, then I didn't have any problem at all.....

    The old commands don't seem to work, but
    Code:
    sudo modprobe -r wacom
    sudo modprobe wacom
    does, so if I put them in a bash script and attach it to a panel button I'll be fine.

    Thanks for your help, if it weren't for people like you I might have taken the 'stupid thing' back to the shop to beg for a refund.

  7. #687
    Join Date
    Jan 2010
    Beans
    1

    Re: New Wacom Bamboo not working

    hi kgingeri,

    I've just configure my Bamboo Pen with you help. I've kubuntu 9.10 and I've finished at this point:

    EDIT: Typo in next file name - missed "Favux_..." - how could I!?
    Code:
    # cp Favux_Bamboo-Pen\&Touch-working_10-wacom.fdi.txt /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi
    (NOTE: the destination file would be /usr/share/hal/fdi/policy/20thirdparty/10-wacom.fdi for Jaunty.
    Also, be sure there is only one wacom file in that directory - if you have both, 'rm' the one you don't need!)

    The next steps are not necessary for me. I tried installing following another thread without luck. I had another .fdi file that didn't work.

  8. #688
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    Well after much time and deliberation I finally got my Wacom Bamboo Touch(CTT-460) working. I would like to simply use it as a mouse as opposed to graphic editing. However I am having a number of issues with the setting.

    1. The mouse moves too slowly across the screen.
    2. The movement of the cursor seems really choppy.
    3. I have yet to figure out what the buttons on my pad do and I have no idea how to reconfigure them to do what I want.

    If someone could help me tweak the settings for my pad, it would be greatly appreciated. I have read posts about changing certain settings but I do not understand them.

    Thanks in advance.
    Last edited by Evon; January 27th, 2010 at 04:38 AM.

  9. #689
    Join Date
    Apr 2008
    Beans
    16

    Re: New Wacom Bamboo not working

    Ok new question. I can't seem to get my serverlayout section in my xorg.conf to work. whenever i uncomment it, my xorg crashes at boot. please find the error and xorg below.

    *******MY ERROR*********

    X.Org X Server 1.6.4
    Release Date: 2009-9-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
    Current Operating System: Linux evon-desktop 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-17-generic-pae root=UUID=ce7a33e3-ef96-4aa8-8fb2-81de38e3a9db ro quiet splash
    Build Date: 14 November 2009 05:48:26PM
    xorg-server 2:1.6.4-2ubuntu4.1 (buildd@)
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 28 22:57:33 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    Data incomplete in file /etc/X11/xorg.conf
    Undefined Screen "Screen0" referenced by ServerLayout "Default Layout".
    (EE) Problem parsing the config file
    (EE) Error parsing the config file

    Fatal server error:
    no screens found

    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

    (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
    (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
    (WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor
    ddxSigGiveUp: Closing log

    *******MY XORG.CONF*************

    Section "Screen"
    Identifier "Default Screen"
    DefaultDepth 24
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "Device"
    Identifier "Default Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "stylus"
    Option "USB" "on" # USB ONLY

    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"

    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "eraser"
    Option "USB" "on" # USB ONLY

    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom" # USB ONLY
    Option "Type" "cursor"
    Option "USB" "on" # USB ONLY

    EndSection

    # 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 0 "Default Screen" 0 0
    InputDevice "Mouse0" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    #InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
    #InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type
    InputDevice "pad" "CorePointer" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
    EndSection

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

    I have since updated my video driver but i still have the same problem.
    Thanks in advance.

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

    Re: New Wacom Bamboo not working

    Hi Evon,

    Welcome to Ubuntu forums!

    Since you have Xserver 1.6.4 I assume you are in Karmic.

    There are multiple errors in your xorg.conf. Rather than go through all of them look at the xorg.conf's in post #384.

    It looks like you have nVidia video. If so instead of:
    Code:
    	Identifier	"X.org Configured"
    in "ServerLayout" you'd comment it out (#) and use the two lines above it:
    Code:
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    Hope this is helpful.

Page 69 of 88 FirstFirst ... 1959676869707179 ... 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
  •