Page 1 of 1
Wacom Cintiq 13 HD support under Linux
Posted: Fri Sep 11, 2015 4:31 pm
by z!Erec
Hello dear Linux friends.
I'm an X1000 User and I'm now going to start testings under Linux.
Main focus is going to be Art packages and the support of gfx Tablets.
I got a few cool tablets to test
I would love to know if the Wacom Drivers (Wacom Linux Project)
are part of the Ubuntu LTS 14.04 Distribution for X1000.
I know that since version 13 they are part of the x86 Distros.
Regards
z!Erec
Re: Wacom Cintiq 13 HD support under Linux
Posted: Sun Sep 13, 2015 7:57 pm
by xeno74
z!Erec wrote:Hello dear Linux friends.
I'm an X1000 User and I'm now going to start testings under Linux.
Main focus is going to be Art packages and the support of gfx Tablets.
I got a few cool tablets to test
I would love to know if the Wacom Drivers (Wacom Linux Project)
are part of the Ubuntu LTS 14.04 Distribution for X1000.
I know that since version 13 they are part of the x86 Distros.
Regards
z!Erec
Hi z!Erec,
Unfortunately I don't have any knowledge about Wacom gfx tablets but I will try to add some kernel modules for these to the RC1 of kernel 4.3 tomorrow.
Have a nice weekend!
Cheers,
Christian
Re: Wacom Cintiq 13 HD support under Linux
Posted: Mon Sep 14, 2015 3:49 pm
by xeno74
Hi z!Erec,
I released two Linux kernels with Wacom pen gfx tablets support.
Downloads:
Stable Linux kernel 4.1.7:
vmlinux-4.1.7-AMIGA_one_X1000.tar.bz2
Test Linux kernel 4.3-rc1:
vmlinux-4.3-rc1-AMIGA_one_X1000.tar.bz2
Please test both kernels.
Cheers,
Christian
Re: Wacom Cintiq 13 HD support under Linux
Posted: Wed Sep 16, 2015 7:46 pm
by z!Erec
Hello Christian.
Thank you
very very much.
I'm going to test those kernels.
Regards
Kymon
Re: Wacom Cintiq 13 HD support under Linux
Posted: Fri Feb 26, 2016 10:44 pm
by AlicePPC
Recently i buy second hand wacom cintiq 13HD and i use in pc but i want to test in my X1000 with linux also..
Can you add suppor for wacom cintiq 13HD in our linux ppc with GUI configuration?
this is good because the cintiq need be calibrated for correct use
http://ragnarb.com/configuring-wacom-ci ... ntu-14-04/
https://blog.hials.no/schaathun/2013/10 ... -on-linux/
http://linuxwacom.sourceforge.net/wiki/ ... tion_Tools
Regards
José
Re: Wacom Cintiq 13 HD support under Linux
Posted: Fri Feb 26, 2016 11:03 pm
by xeno74
Hi José,
I have already added Wacom pen gfx tablets support to the kernel. Please note: I don't have any knowledge about Wacom gfx tablets. That means I need your help with testing etc etc.
Cheers,
Christian
Re: Wacom Cintiq 13 HD support under Linux
Posted: Mon Apr 04, 2016 11:06 pm
by AlicePPC
Hello Christian.
I need install the Ubuntu for test the cintiq and look if the preferences panel appear in Ubuntu because in debian the Cintiq 13Hd driver work but we need the Gui preferences panel and in debian this menu not appear in the preferences panel and calibration option is very important.
Regards
Jose
Re: Wacom Cintiq 13 HD support under Linux
Posted: Tue Apr 05, 2016 8:16 am
by xeno74
AlicePPC wrote:Hello Christian.
I need install the Ubuntu for test the cintiq and look if the preferences panel appear in Ubuntu because in debian the Cintiq 13Hd driver work but we need the Gui preferences panel and in debian this menu not appear in the preferences panel and calibration option is very important.
Regards
Jose
Hi Jose,
You don't need to install Ubuntu for testing the Wacom Cintiq support. You only need to copy one of Julian's images to a USB flash drive and boot from.
Instructions and links:
- Download the image from the links above
- Decompress the downloaded image with 7-Zip
- Copy it with dd on Linux or with the USB image Tool on Windows to a USB flash drive.
For example with Linux and the Ubuntu-Mate_16.04.img:
Code: Select all
dd if=Ubuntu-Mate_16.04.img of=disk drive ID
In my case /dev/sdh:
Code: Select all
dd if=Ubuntu-Mate_16.04.img of=/dev/sdh
- Reinsert the USB flash drive. The system will mount all partitions on the USB flash drive
- Turn on the AmigaONE X1000 and press F to enter the CFE prompt. Insert the USB flash drive.
- Next enter the following at the CFE> prompt (pressing enter after each line):
Code: Select all
setenv bootargs "root=the_ROOT_partition_on_your_usb_flash_drive quiet ro splash rootdelay=5"
In my case:
Code: Select all
setenv bootargs "root=/dev/sdd2 quiet ro splash rootdelay=5"
I use the stable longterm kernel 4.1.20 on my CF card to boot ubuntu MATE 16.04 on the USB flash drive. You can use an other kernel if you like.
Code: Select all
boot -elf -noints -fatfs cf0:vmlinux-4.1
- The ubuntu MATE login screen appears. Please login.
Username of amigaone has the password amigaone
Please try it.
Cheers,
Christian