Results 1 to 8 of 8

Thread: Aiptek tablet installation help.

  1. #1
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Aiptek tablet installation help.

    Using https://help.ubuntu.com/community/AiptekTablet I tried to install my tablet.

    It's trust branded and Ubuntu marks it as an aiptek apt-2.
    It has no effect at all on the mouse, it's getting power but won't move the moust, click or do anything in any program or at the desktop.

    Is there something I missed? I followed the instructions exactly.

    Using 10.10, copied the code in the 10.04 into the respective files and made sure I got /usr/share instead of /usr/lib.
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

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

    Re: Aiptek tablet installation help.

    Did you check if the Aiptek driver is installed in Synaptic Package Manager or the Software Center? The package is called something like xserver-xorg-input-aiptek.

  3. #3
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Aiptek tablet installation help.

    Quote Originally Posted by Favux View Post
    Did you check if the Aiptek driver is installed in Synaptic Package Manager or the Software Center? The package is called something like xserver-xorg-input-aiptek.
    Installing now, Seems like such an easy thing to miss.
    Thanks for pointing it out, it should work fine now, thanks.

    Installed, rebooted, to no avail, still not getting any input.
    Last edited by ironic.demise; May 2nd, 2011 at 05:28 PM.
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

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

    Re: Aiptek tablet installation help.

    The package doesn't automatically install an aiptek.conf like it should. You installed one in the correct directory it sounds like. What are the contents? Also we found naming it 50-aiptek.conf seemed to work best.

  5. #5
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Aiptek tablet installation help.

    Quote Originally Posted by Favux View Post
    The package doesn't automatically install an aiptek.conf like it should. You installed one in the correct directory it sounds like. What are the contents? Also we found naming it 50-aiptek.conf seemed to work best.
    I'll rename it to 50 now, see if it helps.
    Code:
    /usr/share/X11/xorg.conf.d/10-aiptek.conf:
    
    Code:
    Section "InputClass"
            Identifier "pen"
            MatchProduct "Aiptek|AIPTEK|aiptek"
            MatchDevicePath "/dev/input/event*"
            Driver "aiptek"
            Option "SendCoreEvents" "true"
            Option "USB" "on"
            Option "Type" "stylus"
            Option "Mode" "absolute"
            Option "zMin" "0"
            Option "zMax" "511"
    EndSection
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

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

    Re: Aiptek tablet installation help.

    Alright. You can also get rid of this line:
    Code:
            Option "SendCoreEvents" "true"
    because that's been deprecated since Xserver 1.7.

  7. #7
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Aiptek tablet installation help.

    Changed it, can't see any improvements yet
    Rebooting to see if it helped.
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

  8. #8
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Aiptek tablet installation help.

    Getting a response now thanks for the help.
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

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
  •