Samsung Series 7 Slate XE700T1A

HardwarePCI/USB IDWorking?
TouchscreenYes
VideoYes
WebcamYes
BluetoothYes
AccelerometerUntested
AudioYes
WirelessYes

Installation

Get into BIOS by holding down the home button after powering on the device.

From there enable Legacy USB which lets you use a USB keyboard and boot from a flash drive.

Function keys

The volume rocker buttons and power button seem to be recognised by default. However the rotation lock and home buttons do not.

Press the lock button and the home button, then you should get the following:

# dmesg | tail
[11888.422895] atkbd serio0: Use 'setkeycodes e027 <keycode>' to make it known.
[11888.664814] atkbd serio0: Unknown key released (translated set 2, code 0xa7 on isa0060/serio0).
[11888.664820] atkbd serio0: Use 'setkeycodes e027 <keycode>' to make it known.
[11890.058469] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
[11890.058476] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[11890.058941] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
[11890.058947] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.

See Setkeycodes on how to set up these 2 keys.

In addition to that article, first run setkeycodes, you can easily check whether the key you are about to set it to is already set by running

# getkeycodes | grep keycode

where keycode is your desired keycode.

Touchscreen

In order to get the pen button to emulate a right click, go into the Wacom settings in System Preferences.

The touch screen will be recognized as a finger input by many applications, such as Gnome Files or chromium by default and will result in dragging causing the page to scroll, rather than selecting text or objects.

Screen rotation

If you like to use the tablet in portrait mode, or some other orientation than, normal. Simply setting the screen rotation is not enough since the touchscreen and wacom inputs will still be calibrated to the standard landscape mode.

The touchscreen is calibrated via axis inversion and axes swap. Swapping the axes basically means that the x axis becomes the y and vice verse. Inverting the axis swaps up and down or left and right.

The wacom tablet however, simply uses a number, 0, 1, 2 or 3, however, these do not correspond to the XRandR numbers.

OrientationXRandREvdev Axis InversionEvdev Axis SwapWacom Rotation
0°00 000
90°11 012
180°21 103
270°30 111
gollark: In theory, we will need to aim the projectile thing.
gollark: I'm not sure why I said "not insignificant" as it's something like 10^-3 rad/s, but meh.
gollark: There is not insignificant Z drift, but it's good enough.
gollark: I made it work, as I said, don't* worry.
gollark: Hmm, what if stereoscopic cameras somehow?
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.