mirror of
https://github.com/archlinuxarm/wiki.git
synced 2025-03-19 00:21:38 +00:00
added Samsung Chromebook Plus
This commit is contained in:
parent
4d423b9c7a
commit
fff96698f5
2 changed files with 15 additions and 0 deletions
|
@ -25,3 +25,5 @@ These are pages containing additional information for running Arch Linux ARM on
|
||||||
* [[Raspberry Pi 3]]
|
* [[Raspberry Pi 3]]
|
||||||
* Mediatek
|
* Mediatek
|
||||||
* [[Acer Chromebook R13]]
|
* [[Acer Chromebook R13]]
|
||||||
|
* Rockchip
|
||||||
|
* [[Samsung Chromebook Plus]]
|
||||||
|
|
13
Samsung_Chromebook_Plus.md
Normal file
13
Samsung_Chromebook_Plus.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
## Xorg
|
||||||
|
|
||||||
|
* The Mali T860MP4 GPU is not supported at this time. Therefore, no particular Xorg drivers are needed. The built in modesetting driver will correctly detect the display.
|
||||||
|
* xf86-input-libinput is preferred over evdev and synaptics for the best experience with the touchpad and touchscreen.
|
||||||
|
|
||||||
|
## Audio
|
||||||
|
Use `alsaucm` (part of the alsa-utils package) to set up the sound card:
|
||||||
|
|
||||||
|
```
|
||||||
|
ALSA_CONFIG_UCM=/opt/alsa/ucm alsaucm -c rk3399-gru-sound set _verb HiFi
|
||||||
|
```
|
||||||
|
|
||||||
|
Note that the port will display as "Headphones" despite using the speakers. When paired with pulseaudio and pulseaudio-alsa, be aware that the full volume range is addressed through levels 0-9 of the Master volume control. Levels 10-100 provide no additional gain.
|
Loading…
Reference in a new issue