version 1.25, 2020/09/07 07:58:16
|
version 1.26, 2020/09/07 13:34:13
|
Line 201 From user reports to port-arm@, in NetBS
|
Line 201 From user reports to port-arm@, in NetBS
|
* The CPU frequency can be adjusted with `sysctl machdep.cpufreq.*`. |
* The CPU frequency can be adjusted with `sysctl machdep.cpufreq.*`. |
* Mesa llvmpipe is currently used for 3D/OpenGL. |
* Mesa llvmpipe is currently used for 3D/OpenGL. |
|
|
## Pinebook Pro |
## Pinebook Pro (Rockchip RK3399) |
|
|
* [[!template id=man name="uvideo" section="4"]] webcam works. |
* [[!template id=man name="uvideo" section="4"]] webcam works. |
* Internal Broadcom WiFi is supported via the [[!template id=man name="bwfm" section="4"]] driver in -current. |
* Internal Broadcom WiFi is supported via the [[!template id=man name="bwfm" section="4"]] driver in -current. |
Line 210 From user reports to port-arm@, in NetBS
|
Line 210 From user reports to port-arm@, in NetBS
|
* The display backlight can be adjusted with `sysctl`. |
* The display backlight can be adjusted with `sysctl`. |
* Mesa llvmpipe is currently used for 3D/OpenGL. |
* Mesa llvmpipe is currently used for 3D/OpenGL. |
* Connecting external monitors does not currently work through USB-C. |
* Connecting external monitors does not currently work through USB-C. |
|
|
|
### Pinebook Pro CPU affinity |
|
|
|
After setting `security.models.extensions.user_set_cpu_affinity=1` in `/etc/sysctl.conf`, |
|
you can run an intensive command on only the "big" CPUs: |
|
|
|
`$ schedctl -A 4,5 make package` |