Page 4 of 34 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 340

Thread: Install Wizardpen driver for Iball tablet

  1. #31
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by Tollkirk View Post
    I get the same problem that you had - tapping the tablet activates 'back' in Firefox. Like you, I installed the driver by means of the deb - what exactly did you do to fix the problem? What are the two 'strings' you refer to?
    Hi Tollkirk

    Please see the post #18. The problem of knyazz was solved by editing the .fdi file.
    So please check out your .fdi file and edit it if required. I presume that your driver is installed without any glitches.

    Let me know if you need help in editing .fdi

    Dr Kurian

  2. #32
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by marceze View Post
    Hi all of you, I have a tablet genius Gpen F610, and it works fine, except by one thing, it's doesn't draw! when i'm pass throw the pen on tablet, it's only moves the cursor. I try to do what drpjkurian explain, but I have troubles to continue with the step 8, i don't know how to do the insert in terminal part, and when I wrote [sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi] and left pres intro button, appears in the terminal this [sudo: vim: command not fund] so i don`t know how to continue.

    The name in the terminal for the tablet is "WALTOP International Corp. Slim Tablet"

    I'm using Ubuntu 9.10 64bits, please help me! I don't want to go to win just for sketch my designs.
    Hi
    I am sorry to say that i have no idea why it is not working in your machine.
    The possible reasons could be
    1. Your sudo password could be wrong.
    2. You might have copied the command wrongly.

    Well please try once again by copying the command from the first post using Ctrl C.

    Dr Kurian

  3. #33
    Join Date
    May 2008
    Location
    Luján, Bs As, Argentina
    Beans
    9
    Distro
    Ubuntu Studio 9.10 Karmic Koala

    Exclamation Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi again please take look this...

    ---------------terminal---------------
    marceze@marceze-desktop:~$ grep -i name /proc/bus/input/devices
    N: Name="Power Button"
    N: Name="Power Button"
    N: Name="Macintosh mouse button emulation"
    N: Name="Microsoft Microsoft® Digital Media Keyboard 3000"
    N: Name="Microsoft Microsoft® Digital Media Keyboard 3000"
    N: Name="WALTOP International Corp. Slim Tablet"(my gpen f610)
    N: Name="DragonRise Inc. Generic USB Joystick "
    N: Name="HDA Digital PCBeep"
    N: Name="ImPS/2 Generic Wheel Mouse"
    marceze@marceze-desktop:~$ sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi [press intro here]
    [sudo] password for marceze:
    sudo: vim: command not found
    ---------------------------------------

    this is what apears in the terminal in step 8...
    I don't know how to continue, the password is ok, I'm new in terminal things...
    Last edited by marceze; December 30th, 2009 at 06:49 PM.

  4. #34
    Join Date
    May 2008
    Location
    Luján, Bs As, Argentina
    Beans
    9
    Distro
    Ubuntu Studio 9.10 Karmic Koala

    Angry Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I don't know how to do the step 8!!Please somebody explain to me this like a child!
    I'm have troubles whit the insert part, where i have to press i?? in the terminal? if i pres don't happening anything just appear that thing, one i.. INSERT doesn't appears

  5. #35
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by marceze View Post
    I don't know how to do the step 8!!Please somebody explain to me this like a child!
    I'm have troubles whit the insert part, where i have to press i?? in the terminal? if i pres don't happening anything just appear that thing, one i.. INSERT doesn't appears
    Hi marceze
    Before trying step 8, please use the following command namely
    Code:
    sudo -i
    And then try step 8.
    Just paste this when you see 'I' in your terminal
    Code:
    <?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="WALTOP International Corp. Slim Tablet">
                    <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>
                    <merge key="input.x11_options.MaxX" type="string">29405</merge>
                    <merge key="input.x11_options.MaxY" type="string">29671</merge>
                    </match>
                </device>
                </deviceinfo>
    Click Esc and type :wq and press Enter to save the file you have created.
    Let me know your outcome

    Dr Kurian

  6. #36
    Join Date
    May 2009
    Beans
    39

    Question Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi

    I hae the same challenge as Marceze, I copied the code and entered in the terminal and it produced:
    "djftl@ubuntu:~$ sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    [sudo] password for djftl:
    sudo: vim: command not found"
    My password is correct and I have copied and entered the code properly. What could be the problem? Isn't any other command to use instead of 'vim'?

    Regards

  7. #37
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by djftl View Post
    Hi

    I hae the same challenge as Marceze, I copied the code and entered in the terminal and it produced:
    "djftl@ubuntu:~$ sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    [sudo] password for djftl:
    sudo: vim: command not found"
    My password is correct and I have copied and entered the code properly. What could be the problem? Isn't any other command to use instead of 'vim'?
    Hi
    I found out the solution for your problem.Well vim is version of the UNIX editor.
    I think that is not installed in your machine by default. So please install GVim Text Editor from Add remove programmes fearture or Ubuntu software.

    Please let me know your outcome.

    With regards
    Dr Kurian

  8. #38
    Join Date
    May 2008
    Location
    Luján, Bs As, Argentina
    Beans
    9
    Distro
    Ubuntu Studio 9.10 Karmic Koala

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    thanks drpjkurian!! you roks! that was the problem!! I'm very happy! now I can continue with the steps! thanks again!

    ------EDIT-----


    WORKS!!
    yeah!! now just I have to calibrate...
    Last edited by marceze; January 2nd, 2010 at 07:50 PM.

  9. #39
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by marceze View Post
    thanks drpjkurian!! you roks! that was the problem!! I'm very happy! now I can continue with the steps! thanks again!

    ------EDIT-----


    WORKS!!
    yeah!! now just I have to calibrate...
    Hi Marceze
    You are most welcome.

    Dr Kurian

  10. #40
    Join Date
    Jan 2010
    Beans
    1

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by drpjkurian View Post
    Wizardpen drivers are meant for following pen tablets. They are as following
    # Acecad Flair II GT-504
    #DigiPro 5.5×4” Graphics Tablet
    # Digital Ink Pad (A4 format)
    # G-pen
    # Genius Wizardpen
    # Genius Mousepen
    # Genius
    # iBall
    # Manhattan
    # Pentagram
    # QWare
    # Trust TB-3100
    # Trust TB-5300
    # Trust TB-6300
    # UC-LOGIC
    # iBall Tablet PF806
    Tested successfully on Jaunty with my AIPTEK HyperPen 10000 U which identifies itself as "UC-LOGIC TWA60".

    I just had to use "UC-LOGIC TWA60" in the "info.product" line of the .fdi file and changed the various values according to my calibration output

    Code:
    Driver		"wizardpen"
    	Option		"Device"	"/dev/input/event12"
    	Option		"TopX"		"553"
    	Option		"TopY"		"2861"
    	Option		"BottomX"	"39262"
    	Option		"BottomY"	"25884"
    	Option		"MaxX"		"39262"
    	Option		"MaxY"		"25884"

Page 4 of 34 FirstFirst ... 2345614 ... 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
  •