Difference between revisions of "PineNote Development/Apps"
Jump to navigation
Jump to search
Aarondabomb (talk | contribs) |
Aarondabomb (talk | contribs) m Tags: mobile web edit mobile edit |
||
Line 27: | Line 27: | ||
=== Firefox === | === Firefox === | ||
Pretty good experience! Enabling GPU acceleration is helpful. | |||
==== GPU Acceleration in Firefox ==== | ==== GPU Acceleration in Firefox ==== | ||
See [https://github.com/0cc4m/pinenote-misc#firefox-hardware-acceleration 0ccam's notes here]. | See [https://github.com/0cc4m/pinenote-misc#firefox-hardware-acceleration 0ccam's notes here]. |
Revision as of 15:48, 21 September 2022
App support on PineNote
The PineNote is a specialized device. Finding and configuring apps that work well will require a lot of tweaking and a lot exploring. Here is a video showing the performance of a few applications.
Desktop Environments
Sway
Getting touch + pen working on sway
If you notice that touching the screen works, but when you use the pen the mouse coordinates are inverted, don't worry! We can fix it! Set rockchip_ebc.panel_reflection=0
on boot (see this page for more info). Add the following line to your sway config:
# This line rotates the mouse input by 180 degrees. See https://wayland.freedesktop.org/libinput/doc/1.11.3/absolute_axes.html input "type:table_tool" calibration_matrix -1 0 1 0 -1 1
Gnome
Note: You may need to compile a modified mutter as well.
Notetaking
xournal++
Works well, writing is pretty quick.
Web Browsing
Firefox
Pretty good experience! Enabling GPU acceleration is helpful.
GPU Acceleration in Firefox
See 0ccam's notes here.