Поставил стандартную Убунту 18.04 бета 1 с оф.сайта.
Лучше, чем стандартная 17.10.
Ваком по прежнему встроен.
Клавиатура улучшилась, теперь нет той нервной реакции на каждое прикосновение к экрану, но теперь когда надо - не всегда она есть... 
 по прежнему не ясно как её настроить или удалить. Однако, теперь можно или ею пользоваться или сторонней клавой OnBoard (в 17.10 встроенная мешает)
Теперь главный вопрос - как настроить имитацию нажатия правой кнопки мыши (ПКМ) для вызова меню (Копировать, Вырезать, Распаковать...)
По железу: выяснил, что сенсор в данном буке называется N-Trig
Cообщение из терминала:
Спойлер
Warning: multiple calibratable devices found, calibrating last one (N-Trig Pen eraser)
   use --device to select another one.
Calibrating standard Xorg driver "N-Trig Pen eraser"
   current calibration values: min_x=0, max_x=9600 and min_y=0, max_y=7200
   If these values are estimated wrong, either supply it manually with the --precalib option, or run the 'get_precalib.sh' script to automatically get it (through HAL).
   --> Making the calibration permanent <--
  copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)
Section "InputClass"
   Identifier   "calibration"
   MatchProduct   "!!Name_Of_TouchScreen!!"
   Option   "MinX"   "-48"
   Option   "MaxX"   "9641"
   Option   "MinY"   "-38"
   Option   "MaxY"   "7275"
   Option   "SwapXY"   "0" # unless it was already set to 1
   Option   "InvertX"   "0"  # unless it was already set
   Option   "InvertY"   "0"  # unless it was already set
EndSection
Change '!!Name_Of_TouchScreen!!' to your device's name in the config above.