Page 17 of 34 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 340

Thread: Install Wizardpen driver for Iball tablet

  1. #161
    Join Date
    Mar 2010
    Beans
    5

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Sorry it's me again.
    Now i can't go on after this. I hit "ENTER" or "ESC" and nothing happen.
    Help me.

    <?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="TRUST TB-6300">
    <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>


  2. #162
    Join Date
    Apr 2008
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hey MAR71N

    instead of
    Code:
    sudo vim /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    do

    Code:
    sudo gedit /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    and you can learn vim some other time.

  3. #163
    Join Date
    Mar 2010
    Beans
    5

    Angry Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    I try Vim and can install but don't work. This is my 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="TRUST TB-6300">
    <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>

    When i use my tablet the cursor goes to the upper left corner of the screen. I read the calibration and can't figure out how to do this.

  4. #164
    Join Date
    May 2010
    Location
    Egypt..
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by MAR71N View Post
    I try Vim and can install but don't work. This is my 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="TRUST TB-6300">
    <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>

    When i use my tablet the cursor goes to the upper left corner of the screen. I read the calibration and can't figure out how to do this.
    Same problem ..
    Please , Help..

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Code:
    <merge key="input.x11_options.ScreenX" type="string">1920</merge>
    <merge key="input.x11_options.ScreenY" type="string">1080</merge>
    The numbers in red should match the resolution of your screen. I think it should solve your problem
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  6. #166
    Join Date
    May 2010
    Location
    Russia, Moscow
    Beans
    1
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi all!

    I've a problem and can not solve it on my own. I installed this driver and it work quite well with genius easypen i405 in Gimp. But when i tried tablet in Photoshop CS4 Extended under Wine - pressure sensivity did not work at all. Is there any way to get it work?

  7. #167
    Join Date
    Apr 2007
    Beans
    421
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    just wanted to remove notifications
    bye

  8. #168
    Join Date
    May 2010
    Location
    Egypt..
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Sorry , It's me again ..
    Where exactly should I paste :
    <merge key="input.x11_options.ScreenX" type="string">1920</merge>
    <merge key="input.x11_options.ScreenY" type="string">1080</merge>

  9. #169
    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 fady_fod View Post
    Sorry , It's me again ..
    Where exactly should I paste :
    <merge key="input.x11_options.ScreenX" type="string">1920</merge>
    <merge key="input.x11_options.ScreenY" type="string">1080</merge>
    Hi
    Please edit your .fdi file. If you need step by step instructions let me know..
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  10. #170
    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 xioneg View Post
    Hi all!

    I've a problem and can not solve it on my own. I installed this driver and it work quite well with genius easypen i405 in Gimp. But when i tried tablet in Photoshop CS4 Extended under Wine - pressure sensivity did not work at all. Is there any way to get it work?
    Hi
    I think the compatibility between Wine and Wizardpen is not smooth. Happy to know that it works well in Gimp. What else do you need ? Gimp is enough why go for photoshop??
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

Page 17 of 34 FirstFirst ... 7151617181927 ... 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
  •