Updated README, fixed formatting, part 4.
This commit is contained in:
parent
bd67878682
commit
f4acf16e6d
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -3,18 +3,18 @@ Gentoo Linux Overlay with Linux Surface kernel and other utilities from linux-su
|
|||
# *This is a work in-progress, but most things do work!*
|
||||
|
||||
## Information
|
||||
- _gentoo-surface-sources_ gentoo-sources with surface patchsets applied
|
||||
- _iptsd_ utility is needed for touchscreen support. Enable the user and system services after you install.
|
||||
- _libwacom-surface_ improves touchscreen support.
|
||||
- _surface-control_ commandline utility to control certain aspects of your surface device.
|
||||
- _surface-dtx-daemon_ utility to control attach/detach of clipboard on Surface Book devices.
|
||||
- *libcamera* A complex camera support library for Linux, Android, and ChromeOS
|
||||
- __gentoo-surface-sources__ gentoo-sources with surface patchsets applied
|
||||
- __iptsd__ utility is needed for touchscreen support. Enable the user and system services after you install.
|
||||
- __libwacom-surface__ improves touchscreen support.
|
||||
- __surface-control__ commandline utility to control certain aspects of your surface device.
|
||||
- __surface-dtx-daemon__ utility to control attach/detach of clipboard on Surface Book devices.
|
||||
- __libcamera__ A complex camera support library for Linux, Android, and ChromeOS
|
||||
|
||||
## Installation
|
||||
|
||||
Follow the Gentoo amd64 handbook (https://wiki.gentoo.org/wiki/Handbook:AMD64) pretty closely with these exceptions:
|
||||
|
||||
1. You _need_ systemd and a _systemd profile_. I'm a big fan of OpenRC and user choice, but the non-systemd init days in the desktop world are numbered - for better or worse!
|
||||
1. You __need__ systemd and a __systemd profile__. I'm a big fan of OpenRC and user choice, but the non-systemd init days in the desktop world are numbered - for better or worse!
|
||||
1. Disable secure boot (at least until after the install is finished, if you don't you will get stuck because the handbook does not cover signing kernel nor adding keys to mok.)
|
||||
1. You will need to mount your EFI partition (i.e. /dev/nvme0n1p1) somewhere under /boot (example: efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
|
||||
/dev/nvme0n1p1 on /boot/EFI type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro))
|
||||
|
@ -32,5 +32,5 @@ Follow the Gentoo amd64 handbook (https://wiki.gentoo.org/wiki/Handbook:AMD64) p
|
|||
|
||||
*This repo was initally forked from one by Parinthapat Parinz: https://github.com/Parinz/linux-surface-overlay but has since been updated, add to, and improved upon.*
|
||||
|
||||
*_This repo/project is in no way supported by nor endorced by Gentoo or the SUrface Linux project(s)._*
|
||||
*__This repo/project is in no way supported by nor endorced by Gentoo or the SUrface Linux project(s).__*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue