The command line window is under system->konsole
you can also open a separate window to login to a command line session with <ctrl><alt><f1> and return to the gui with <ctrl><alt><f7> (all keys pressed at once)
A review of this on amazon (sept 26 2013)mentioned linux:
While Wacom does not officially support Linux, they seem to have devs working on a Linux driver. This tablet is still very new at the time of this writing, but support is already lined up for the next version of the Linux Kernel. I use Arch Linux and it only took half an hour to setup including building the kernel drivers from source.. (building the kernel drivers from source will not be necessary in the next few weeks as it will be included with the kernel by default). The xf86-input-wacom package is needed to add Wacom support to X11, which for a three week old tablet seems to fully support all of the features including multi-touch gestures, the scroll wheel, and the buttons. The pressure sensitivity also works fabulously. I was pleasantly surprised.
some more links to look at:
http://linuxwacom-discuss.996327.n3.nabble.com/PTH-451-K-support-td7349.htmlhttp://ubuntuforums.org/showthread.php?t=1038949It appears that native support for this tablet might not yet be in the mainstream linux kernel and that compiling and building a new kernel from source, or installing the latest binary kernel package might be required. There also seems to be an X11 module package that must be installed. The link to sourceforge that was mentioned in some of the forums seems to be down at the moment.
Building and installing a kernel isn't the hardest thing to do, but trying to do so for the first time is something that someone not familiar with computer software development would find daunting. There are enough step by step guides on line, but your first problem here is to find out what you really need to do.
Where did you get this tablet, and was it represented to you as working with linux? It does appear that support for this is coming in a later kernel.
In the command line window (konsole) I can see that I am running kernel version 3.2.0-23
IE:
uname -ar<cr>
gives:
Linux TetsuwanPenguin 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux