Page 31 of 34 FirstFirst ... 212930313233 ... LastLast
Results 301 to 310 of 340

Thread: Install Wizardpen driver for Iball tablet

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi nmitsis,

    I think I've seen that before. I'll try to remember where, and what we did.

    In the meantime let us do some diagnostics. What is the output of the following commands in a terminal?
    Code:
    lsusb
    Code:
    xinput list

  2. #302
    Join Date
    Mar 2012
    Beans
    3

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Favux iam speechless.The work you guys do is umbelivable.Today i managed to make it work without even knowing what i was doing,but you r the best.Your response to everyone and your knowledge is awesome.I wish some day i can give others what you give to us.Iam goin to post my 70- wizardpen.conf incase someone else has the same problem.

    70- wizardpen.conf

    Section "InputClass"
    Identifier "wizardpen"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    MatchProduct "WALTOP|Tablet"
    Driver "wizardpen"
    EndSection

    Section "InputClass"
    Identifier "wizardpen ignore mouse dev"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/mouse*"
    MatchVendor "WALTOP|Tablet"
    Driver ""
    EndSection


    I think the problem was with MatchisPointer and MatchisTablet!!!Tke care

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Thank you nmitsis for your kind words. I'm glad you got your Trust 16937 tablet working in Lucid.


    FYI everyone: The DIGImend project's mediawiki is live! It already has a lot of information on these tablets and how to get them working in linux using the new method, i.e. the evdev driver for Oneiric and later. Please take a look.

  4. #304
    Join Date
    May 2011
    Beans
    5

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hey,
    my trust TB5300 refuses to work at all on the ubuntu 11.10 supplied xorg graphic tabet driver it worked fine with my laptop when it was on 11.10 and on the same driver version.

    i checked the xorg.conf file and the tablet section hasn't turned up.

    what do i need to do to get it to work?

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi Zealex,

    I think your Trust TB-5300 is the "UC-Logic Tablet WP5540U". You can run in a terminal:
    Code:
    xinput list
    to confirm that. Please post the output. (Posting the output of lsusb would also be good.)

    If so it should work out of the box. There should be a kernel driver supporting it and it should run on the evdev X driver: http://sourceforge.net/apps/mediawik...support_status

    The match to the evdev driver would be at /usr/share/X11/xorg.conf.d in the 10-evdev.conf: http://sourceforge.net/apps/mediawik...86-input-evdev

    After running xinput list use the <device name> you find for the tablet in the following terminal command:
    Code:
    xinput list-props "device name"
    And that should tell us if it is on evdev. Go ahead and post the output.
    Last edited by Favux; June 23rd, 2012 at 03:42 PM.

  6. #306
    Join Date
    Jun 2012
    Beans
    6

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    hi
    i have a uclogic wp4030u tablet. My cursor is moving and buttons are working but the pressure sensitivity is not working. please help me

    I am running ubuntu 12.04

    i have tried installing wizard pen as mentioned in the tutorial in ubuntu forums
    i downloaded this xorg-input-wizardpen-0.8.1

    immy@immy-Lenovo-B460e:~$ ls /usr/lib/xorg/modules/input/wizardpen_drv.*
    /usr/lib/xorg/modules/input/wizardpen_drv.la
    /usr/lib/xorg/modules/input/wizardpen_drv.so

    i have the following in the .fdi file
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <deviceinfo version="0.2">
    <device>
    <!-- This MUST match with the name of your tablet obtained -->
    <!-- in Step 2 specified previously -->
    <match key="info.product" contains="UC-LOGIC Tablet WP4030U">
    <merge key="input.x11_driver" type="string">wizardpen</merge>
    <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>

    <!-- Modify these configuration accordingly -->
    <!-- See CONFIGURATION OPTIONS section for the full-set of -->
    <!-- configurable options -->
    <merge key="input.x11_options.TopX" type="string">5619</merge>
    <merge key="input.x11_options.TopY" type="string">6554</merge>
    <merge key="input.x11_options.BottomX" type="string">29405</merge>
    <merge key="input.x11_options.BottomY" type="string">29671</merge>
    </match>
    </device>
    </deviceinfo>

    immy@immy-Lenovo-B460e:~$ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ UC-LOGIC Tablet WP4030U id=9 [slave pointer (2)]
    ⎜ ↳ ETPS/2 Elantech Touchpad id=11 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Sleep Button id=8 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
    ↳ Ideapad extra buttons id=12 [slave keyboard (3)]


    immy@immy-Lenovo-B460e:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 002: ID 5543:0003 UC-Logic Technology Corp. Tablet WP4030U

    immy@immy-Lenovo-B460e:~$ xinput list-props 9
    Device 'UC-LOGIC Tablet WP4030U':
    Device Enabled (132): 1
    Coordinate Transformation Matrix (134): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (253): 0
    Device Accel Constant Deceleration (254): 1.000000
    Device Accel Adaptive Deceleration (255): 1.000000
    Device Accel Velocity Scaling (256): 10.000000

    vi /usr/share/X11/xorg.conf.d/70-wizardpen.conf

    Section "InputClass"
    * *Identifier "wizardpen"
    * *MatchIsTablet "on"
    * *MatchDevicePath "/dev/input/event*"
    * *MatchTag "wizardpen"
    * *Driver "wizardpen"
    * *Option * * * * * * * "TopX" * * * * *"1506"
    * *Option * * * * * * * "TopY" * * * * *"2705"
    * *Option * * * * * * * "BottomX" * * * "31225"
    * *Option * * * * * * * "BottomY" * * * "30892"
    EndSection

    Edit: I tried to do an sudo add-apt-repository ppa:doctormo/xorg-wizardpen the ppa repository was set to natty ... now even the cursor movement stopped

    Edit2: I reinstalled the wizardpen 0.8.1 and got back control over cursor movement and buttons ... still no pressure sensitivity.

    ps: i ve read through a lot of posts and i see a drive called endev ... if u think i d have better chance of success with that please tell me how to remove wizardpen and install that

    SOLVED: i got the pressure to work on gimp and my paint but not on krita

    i tried to do the thing as seen in comments here but i am not able to find that file in ubuntu12.04

    https://bugreports.qt-project.org/br...comment-178238



    Please help get my tablet working. Thank you in advance .
    Last edited by immanuelb; June 28th, 2012 at 11:34 AM.

  7. #307
    Join Date
    May 2011
    Beans
    5

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by Favux View Post
    Hi Zealex,

    I think your Trust TB-5300 is the "UC-Logic Tablet WP5540U". You can run in a terminal:
    Code:
    xinput list
    to confirm that. Please post the output. (Posting the output of lsusb would also be good.)

    If so it should work out of the box. There should be a kernel driver supporting it and it should run on the evdev X driver: http://sourceforge.net/apps/mediawik...support_status

    The match to the evdev driver would be at /usr/share/X11/xorg.conf.d in the 10-evdev.conf: http://sourceforge.net/apps/mediawik...86-input-evdev

    After running xinput list use the <device name> you find for the tablet in the following terminal command:
    Code:
    xinput list-props "device name"
    And that should tell us if it is on evdev. Go ahead and post the output.
    My apologies for not getting back to you, it turns out that a simple restart of the computer was needed, the PC was going a bit loopy. thank you for your efforts though

  8. #308
    Join Date
    Oct 2009
    Beans
    9

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I am running into a problem, I didn't look threw all 31 pages though so I am sorry. I kept running into errors while running the make and install commands with out being root.

    I used sudo and no more errors but when I check the install it gives me this error.

    Code:
    patrick@ubuntu:~/Desktop/wizardpen-0.7.0-alpha2$ ls /usr/lib/xorg/modules/input/wizardpen_drv.*ls: cannot access /usr/lib/xorg/modules/input/wizardpen_drv.*: No such file or directory
    I am assuming it didn't install but why if it didn't give me any errors on installing it

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi NoReflection,

    WizardPen is no more in Precise. I'm guessing you are using Precise, correct?

    Depending on the tablet it probably either uses the evdev or wacom X driver. What is the tablet model? And post the output of xinput list in a terminal so we can check the oem and product ID.

    And I tried compiling WizardPen in Precise and it seemed to go OK except I didn't see the X driver either. Also got no errors. So maybe not the best Makefile or whatever. I haven't had time to look into it further but I plan to at some point.

  10. #310
    Join Date
    Oct 2009
    Beans
    9

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I see! That explains a lot. I am able to get it to "work" but calibration is all off. It is a DigiPro 4x5. Here is the xinput list:

    Code:
    patrick@ubuntu:~$ xinput list
    ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
    ⎜   ↳   TABLET DEVICE                           id=8    [slave  pointer  (2)]
    ⎜   ↳ 2.4G Wireless Mouse                       id=9    [slave  pointer  (2)]
    ⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
        ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
        ↳ Power Button                              id=6    [slave  keyboard (3)]
        ↳ Power Button                              id=7    [slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard              id=10   [slave  keyboard (3)]
    Last edited by NoReflection; August 22nd, 2012 at 10:33 AM. Reason: added model type

Page 31 of 34 FirstFirst ... 212930313233 ... LastLast

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
  •