Difference between revisions of "User:Aarondabomb/PineNote Development/Configuring OS"

From PINE64
Jump to navigation Jump to search
(create page + gpu in firefox)
 
(Not an article)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Building a kernel for PineNote isn't enough. To get a complete system, tweaks will need to be made in the OS and in user apps to improve experience.
[[PineNote Development/Building Kernel|Building the kernel]] for PineNote isn't enough. To get an effective system, well need to configure our OS. Then we can [[PineNote Development/Apps|configure applications.]]


= Configuring GPU Rendering in Firefox =
{{info|To see a list of things we need to do to get OS's working nicely, see the following pages: <nowiki>[[PineNote Development/TODO Manjaro|TODO Manjaro]]</nowiki>}}
Make sure that you've built your Kernel with [[PineNote Development/Building Kernel|the proper patches]].
 
Then follow [https://github.com/0cc4m/pinenote-misc#firefox-hardware-acceleration 0ccam's notes here].
== Fixing Suspend ==
If you're using a logind system, edit your <code>/etc/systemd/logind.conf</code> config. More information on what to do [https://wiki.archlinux.org/title/Power_management#ACPI_event in Arch's documentation].

Latest revision as of 18:35, 20 February 2023

Building the kernel for PineNote isn't enough. To get an effective system, well need to configure our OS. Then we can configure applications.

Note: To see a list of things we need to do to get OS's working nicely, see the following pages: [[PineNote Development/TODO Manjaro|TODO Manjaro]]

Fixing Suspend

If you're using a logind system, edit your /etc/systemd/logind.conf config. More information on what to do in Arch's documentation.