Page 15 of 34 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 340

Thread: Install Wizardpen driver for Iball tablet

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    /etc/hal/fdi/policy/99-x11-wizardpen.fdi

    .fdi file will be in above mentioned location
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  2. #142
    Join Date
    Aug 2009
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    When I tried to post my .fdi it just posted what came up in the code box. Sorry, I'm not very good at BB coding either.

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Ok
    Please follow my instruction.
    1. click 'Places' in top panel
    2.Select 'Computer'
    3.Open 'File system'
    4.Open 'etc'
    5.open 'hal'
    6.open'fdi'
    7.open 'policy'
    8.open '99-x11-wizardpen.fdi'

    Open and paste it in the code box for review.
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  4. #144
    Join Date
    Aug 2009
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I did those exact instructions when i tried the first time, so here goes a second shot at it.
    Code:
    #−  −  −  −  −  wizardpen true  −  −  5619 6554 29405 29671 29405 29671 stylus       true   #

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi
    I think that the problem exist in your .fdi
    rewrite it and fire your tablet....

    1. please install Gvim text editor from Ubuntu software centre.

    2. type the following command in terminal
    Code:
    sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    3.Delete what is there in it

    4.Press 'I' so that INSERT appears
    Paste the following template in the 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="UC-LOGIC Tablet WP5540U">
                    <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>
                    <merge key="info.product" type="string">stylus</merge>
                    <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
                    </match>
                </device>
                </deviceinfo>
    Click Esc and type :wq and press Enter to save the file you have created.
    Reboot your machine, It should work.
    Last edited by drpjkurian; March 26th, 2010 at 06:44 PM.
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi Charger
    You gave up?..
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  7. #147
    Join Date
    Mar 2010
    Beans
    1

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Thanks for the advice, drpjkurian! Took me a while to get it working, but someone else (Tollkirk) seemed to have the same trouble I was having. Now I'm off to explore Ubuntu!

  8. #148
    Join Date
    Aug 2008
    Location
    Somerset, Great Britain
    Beans
    Hidden!

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I cannot seem to get this working on the Lucid Beta 1.

  9. #149
    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 Ant59 View Post
    I cannot seem to get this working on the Lucid Beta 1.
    Hi
    Please visit this thread by technomole, It might help you
    http://ubuntuforums.org/showthread.php?t=1437648
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  10. #150
    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 rachaelistic View Post
    Thanks for the advice, drpjkurian! Took me a while to get it working, but someone else (Tollkirk) seemed to have the same trouble I was having. Now I'm off to explore Ubuntu!
    Hi
    You are most welcome
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

Page 15 of 34 FirstFirst ... 5131415161725 ... 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
  •