Page 12 of 34 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 340

Thread: Install Wizardpen driver for Iball tablet

  1. #111
    Join Date
    May 2009
    Beans
    11

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    failed to make my G-Pen 560 work. after all actions I can move cursor in wrong area in top left part of the screen (and bottom right part of the tablet). calibration ran fine.
    I think the problem in my xorg.conf file, it does not contain ServerLayout section, and when I try to add it, the system loads in low-graphics mode. here is the xorg.conf:

    Code:
    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"
    	Identifier	"G-Pen"
    	Option		"SendCoreEvents"	"true"
    	Driver		"wizardpen"
    	Option		"Device"	"/dev/input/by-id/usb-KYE_SYSTEM_Corp._G-Pen-event-if00"
    	Option		"TopX"		"81"
    	Option		"TopY"		"295"
    	Option		"BottomX"	"11999"
    	Option		"BottomY"	"8999"
    	Option		"MaxX"		"11999"
    	Option		"MaxY"		"8999"
    EndSection
    so how should I add ServerLayout section?

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi
    After yhe advent of .fdi, The tablet and the machine communucate through .fdi
    In your .fdi please edit the following line
    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 correspond to your resolution.I think it should solve your problem
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  3. #113
    Join Date
    May 2009
    Beans
    11

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    It didn't help

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi whitered,

    Based on your xorg.conf so far and the fact that you chose "G-Pen" as the identifier it should look like:
    Code:
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"G-Pen"		"SendCoreEvents"
    EndSection
    You can add it below the rest of the stuff. You were probably leaving out the video lines.

    A sample xorg.conf is on this thread at post #74.

  5. #115
    Join Date
    May 2009
    Beans
    11

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Thank you Favux. I've found that there is duplicate data in xorg.conf and 99-x11-wizardpen.fdi files. I restored the original xorg.conf and changed the .fdi file to make it correspond the calibrate results, so everything works fine now.
    The only thing I was unable to do is to make my pen buttons work. I've tryed
    Code:
    xinput set-buttons-map
    with no results.

  6. #116
    Join Date
    Dec 2007
    Beans
    1
    Distro
    Ubuntu 9.10 Karmic Koala

    Cool doesnt work :/

    Hi,
    I've installed the driver (compiled it for 64bit) with checkinstall (I dislike make install..).
    Code:
    @:~$ ls /usr/lib/xorg/modules/input/wizardpen_drv.*
    /usr/lib/xorg/modules/input/wizardpen_drv.la
    /usr/lib/xorg/modules/input/wizardpen_drv.so
    my "final" *.fdi-file:
    Code:
    @:~$ cat /etc/hal/fdi/policy/99-x11-wizardpen.fdi
    <?xml version="1.0" encoding="ISO-8859-1" ?>
            <deviceinfo version="0.2">
                    <device>
                            <match key="info.product" contains="    Tablet PF1209">
                                    <merge key="info.product" type="string">stylus</merge>
                                    <merge key="input.x11_driver" type="string">wizardpen</merge>
                                    <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
                                    <merge key="input.x11_options.TopX" type="string">0</merge>
                                    <merge key="input.x11_options.TopY" type="string">1553</merge>
                                    <merge key="input.x11_options.BottomX" type="string">32541</merge>
                                    <merge key="input.x11_options.BottomY" type="string">32762</merge>
                                    <merge key="input.x11_options.MaxX" type="string">32541</merge>
                                    <merge key="input.x11_options.MaxY" type="string">32762</merge>
                                    <merge key="input.x11_options.ScreenX" type="string">1680</merge>
                                    <merge key="input.x11_options.ScreenY" type="string">1050</merge>
                            </match>
                    </device>
            </deviceinfo>
    (I've tried it with/without x11_optionsScreenX/Y and info.product)

    So - I've got mystical problems with my tablet:
    The whole area doesnt work, except touching on the left or right border which moves my mouse into the top-right corner - triggering a normal mouseclick...
    My screen-resolution by the way is 1680x1050 and my xorg.conf is only filled with GPU-settings...

    last lines from dmesg after device plugged in:
    Code:
    [ 1878.322523] usb 8-2: new low speed USB device using uhci_hcd and address 4
    [ 1878.512237] usb 8-2: configuration #1 chosen from 1 choice
    [ 1878.582797] input:     Tablet PF1209 as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.0/input/input9
    [ 1878.582892] input:     Tablet PF1209 as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.0/input/input10
    [ 1878.582961] input:     Tablet PF1209 as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.0/input/input11
    [ 1878.583021] generic-usb 0003:5543:0042.0004: input,hidraw1: USB HID v1.00 Mouse [    Tablet PF1209] on usb-0000:00:1d.3-2/input0
    last lines from Xorg.log after device plugged in:
    Code:
    (II) config/hal: Adding input device stylus
    (**) stylus: TopX = 0
    (**) stylus: TopY = 1553
    (**) stylus: BottomX = 32541
    (**) stylus: BottomY = 32762
    (**) Option "Device" "/dev/input/event7"
    (--) Wizardpen Tablet MaxX:0 MaxY:0 MaxZ:0
    (**) stylus is in absolute mode
    (**) Option "SendCoreEvents" "true"
    (**) stylus: always reports core events
    (II) XINPUT: Adding extended input device "stylus" (type: WizardPen Tablet)
    (II) stylus Increment: 1
    (II) config/hal: Adding input device stylus
    (**) stylus: TopX = 0
    (**) stylus: TopY = 1553
    (**) stylus: BottomX = 32541
    (**) stylus: BottomY = 32762
    (**) Option "Device" "/dev/input/event5"
    (--) Wizardpen Tablet MaxX:0 MaxY:0 MaxZ:0
    (**) stylus is in absolute mode
    (**) Option "SendCoreEvents" "true"
    (**) stylus: always reports core events
    (II) XINPUT: Adding extended input device "stylus" (type: WizardPen Tablet)
    (II) stylus Increment: 1
    (II) config/hal: Adding input device stylus
    (**) stylus: TopX = 0
    (**) stylus: TopY = 1553
    (**) stylus: BottomX = 32541
    (**) stylus: BottomY = 32762
    (**) Option "Device" "/dev/input/event6"
    (--) Wizardpen Tablet MaxX:0 MaxY:0 MaxZ:0
    (**) stylus is in absolute mode
    (**) Option "SendCoreEvents" "true"
    (**) stylus: always reports core events
    (II) XINPUT: Adding extended input device "stylus" (type: WizardPen Tablet)
    (II) stylus Increment: 1
    Code:
    @:~$ grep -i name /proc/bus/input/devices
    N: Name="Power Button"
    N: Name="Power Button"
    N: Name="Macintosh mouse button emulation"
    N: Name="AT Translated Set 2 keyboard"
    N: Name="Logitech USB Receiver"
    N: Name="HDA Digital PCBeep"
    N: Name="    Tablet PF1209"
    N: Name="    Tablet PF1209"
    N: Name="    Tablet PF1209"
    Code:
    @:~$ cat /sys/bus/usb/devices/*/product
    Beanbag Emulation Device
    USB2.0-CRW
    USB2.0 Hub
    USB Receiver
    Tablet PF1209
    EHCI Host Controller
    EHCI Host Controller
    UHCI Host Controller
    UHCI Host Controller
    UHCI Host Controller
    UHCI Host Controller
    UHCI Host Controller
    UHCI Host Controller

    is there any clue?
    Thanks for help and sorry for my broken english :S
    Last edited by Yueka; March 2nd, 2010 at 08:37 PM.

  7. #117
    Join Date
    Apr 2008
    Location
    Belgrade, Serbia
    Beans
    8
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Driver compiled on Karmic 64 working perfectly well with WizardPen but when Rhythmbox starts playing music tablet stops working.

    I couldn't find in logs anything that will point to the problem.

    Help will be highly appreciated.

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

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Hi Yueka
    I do not know your problem. Please contact Favux
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  9. #119
    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 schkovich View Post
    Driver compiled on Karmic 64 working perfectly well with WizardPen but when Rhythmbox starts playing music tablet stops working.

    I couldn't find in logs anything that will point to the problem.

    Help will be highly appreciated.
    Hi
    This sounds strange, Iam hearing this for first time
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  10. #120
    Join Date
    Apr 2008
    Location
    Belgrade, Serbia
    Beans
    8
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: HOWTO INSTALL WIZARDPEN DRIVER FOR iball TABLET

    Quote Originally Posted by drpjkurian View Post
    Hi
    This sounds strange, Iam hearing this for first time
    Indeed it does. I have no idea where to start looking at. The first idea was that it might have something with audio configuration but I disregarded that option since system sounds, flash player, etc. are played without interference with WizardPen. Further on, only opening of Rhythmbox will knockout tablet after few seconds. Perhaps I might contact Rhythmbox develepers.

Page 12 of 34 FirstFirst ... 2101112131422 ... 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
  •