HP Envy x360 13z-ag000

The HP Envy X360 13z-ag000 was released in 2018. It has variable processors/ram and displays, from a Ryzen Mobile 2300U to a 2700U, from 4GB RAM to 16GB RAM, and a 1080p display to a 4K display.

HardwarePCI/USB IDWorking?
GPU1002:15ddYes
WiFi10ec:b822Yes
Bluetooth0bda:b00bYes
Audio1022:15e3Yes
TouchpadPS/2Yes
Camera04f2:b653Yes
IR Camera04f2:b654Yes
Card reader10ec:522aUntested
SensorsNo

Installation

This laptop has Secure Boot enabled by default. To start the installer you need to disable it in the UEFI. Then you can just boot the installer in UEFI mode and just install like a normal UEFI system.

There appears to be an option to use your own Secure Boot keys.

Battery and Power Management

4 hour of battery life because of the 4K display.

Display, Video Card

The integrated Vega GPU works with the AMDGPU drivers. is somewhat necessary for most applications.

Audio

The"Bang & Olufsen" top-soundbar is by default disabled. You can activate it by using the "hdajackretask" utility provided by alsa-tools. More information can be found in this thread: https://bugzilla.kernel.org/show_bug.cgi?id=189331

The exact pinout can be found in this attachment: https://bugzilla.kernel.org/attachment.cgi?id=282109&action=edit

Touchscreen and Stylus

Kernel 4.19.5 or greater is needed.

The built in ELAN digitizer does not use the wacom driver by default, but it can be configured to do so. Switching to the wacom driver allows easier configuration of the digitizer and pen through tools like xsetwacom. This can be achieved with the following xorg configuration file:

/etc/X11/xorg.conf.d/99-ELAN-stylus.conf
Section "InputClass"
    Identifier "Elan driver override"
    MatchUSBID "04f3:*"
    MatchDevicePath "/dev/input/event*"
    MatchIsTablet "true"
    Driver "wacom"
EndSection

After a reboot xsetwacom should now correctly register the device.

$ xsetwacom --list devices
ELAN0732:00 04F3:262A stylus    	id: 13	type: STYLUS    
ELAN0732:00 04F3:262A eraser    	id: 18	type: ERASER

You can use xinput to probe the different devices and find out what actions get triggered by which buttons. For instance, the "wacom bamboo ink" pen triggers the eraser device while touching the screen while maintaining the second side button pressed.

$ xinput test $deviceID

The following simple example script will bind rightclick to the eraser device.

device=$(xsetwacom --list | grep -i "eraser" |  awk '{print $(NF-2)}') 
xsetwacom --set "$device" button 1 3

Orientation Sensor

No IIO sensors are enumerated as of 4.18-rc7, even with all possible IIO modules compiled. (from ) returns no sensors detected.

Wireless Networking

Using the kernel parameter seems to prevent the card from dropping offline as much, but also worsens battery life.

Hard Drive

Built-in NVMe drive works with advertised speed. Blockdevices are located at .

gollark: æææææææææææææææ android
gollark: sinthorion you apiohazardous entity!
gollark: I MAY have to deploy bees for this.
gollark: Sinthorion stopped my phone synchronizing? UNACCEPTABLE!!!!!!!!!!!!!!
gollark: ħħħħħħħħħħħħħħħħħħħħħħħħħħħħħħħħħħ my phone is not synchronizing
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.