| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,699
» Latest member: bigyoshi
» Forum threads: 16,260
» Forum posts: 117,188
Full Statistics
|
| Latest Threads |
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
Today, 02:02 AM
» Replies: 8
» Views: 15,507
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 205
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 126
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 105
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 604
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 168
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 475
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,166
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 101
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 102
|
|
|
| FIX: Little or no lcd backlight |
|
Posted by: Schtromar - 01-13-2020, 12:42 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
Just got my PBP! I love it, it's sleek as hell and a bajillion times lighter than my old HP.
One problem though: it decided to lose its backlight. I could just barely make out the shapes on the screen, but it was far from usable until I started looking around and found an interesting file: /sys/class/backlight/edp-backlight/bl_power
This might not work for you, but it did help me:
Code: echo "0" > /sys/class/backlight/edp-backlight/bl_power
All's well that ends well
UPDATE:
The problem came back after a couple of reboots. I guess having the lcd controller offline for a while might reset it? Anyway, my fix is simple:
open the crontab for root user:
add the following line to the file:
Code: echo "24" > /sys/class/backlight/edp-backlight/brightness
this sets the brightness to 24 (out of 255 because 2^8=256) on every boot. You can replace 24 with any value between 0 and 255 (although I would not recommend 0)
|
|
|
|
| Gentoo on Pinebook Pro RELEASE |
|
Posted by: jannik2099 - 01-13-2020, 10:47 AM - Forum: Linux on Pinebook Pro
- Replies (54)
|
 |
Hello everyone
UPDATE: everything necessary for a full release should now be packaged. After tidying up stuff and providing up to date tarballs, we should officially be out of beta!
Today marks the beta release of my Gentoo install script. This is NOT an image you flash to an SD but rather a script that modifies a Gentoo tarball for the Pinebook Pro. You'll have to do the usual setup yourself as is Gentoo tradition, but the Pinebook Pro specifics like Kernel and Firmware are (mostly) handled by the script.
Instructions are in the GitHub README, please report bugs and questions here. You can also find me on the PINE64 Discord.
The script takes about 20 60 minutes to run on the pbp, compiling the kernel is another ~90 minutes. This means you should have a working Gentoo install after less than three hours, plus some time spent reading the Handbook.
Link to GitHub: https://github.com/Jannik2099/gentoo-pinebookpro
Status of this release:
Most things should behave the same as in Manjaro since this uses the Manjaro Kernel. This means we have working wifi, bluetooth, GPU acceleration.
The mali blob drivers are not supported since the dts is incompatible, this uses panfrost.
Tested Desktop environments are KDE Plasma and sway. Both work without issue.
There's no reason to believe that other DEs might be broken, I simply don't have the time to compile all of them.
This script is compatible with both systemd and OpenRC tarballs.
This script is compatible with glibc and musl tarballs.
The Qt libraries are configured to use the gles2 backend, this is significantly faster and more stable in my experience. However Krita and Digikam are unavailable as a result. You can use them if you disable the gles2 backend.
A huge shoutout to the Manjaro team for their help and insights, this project would not have been possible without you!
With that being said, enjoy and please report all bugs, suggestions and nitpicks!
|
|
|
|
| Netflix not working (fix for Bionic installs) |
|
Posted by: stealthbanana - 01-13-2020, 05:11 AM - Forum: Pinebook Pro Tutorials
- Replies (1)
|
 |
Netflix stopped working for me in my install, complaining that it could not find the widevine plugin, I am running on Bionic and with KDE Neon on top. Here is the simple way I fixed it, seems it is down to the latest version of Chromium not playing nice and downgrading to version 78 fixes this.
First thing is to nip to mrfixits github and grab the versions of the browser and codecs from there. Current link below.
https://github.com/mrfixit2001/updates_r...filesystem
Remove the current install of chromium-browser and chromium-codecs-ffmpeg-extra
Install the downloaded versions, the easiest way is to chuck both files in a directory, cd to the directory and
Now there will be a problem, the system will want to update the now older files so we need to put a hold on the packages, this is done by marking them for a hold.
Code: sudo apt-mark hold chromium-browser
sudo apt-mark hold chromium-codecs-ffmpeg-extra
Best check it works by looking at policies. and you should see something like:
Code: $ apt-cache policy chromium-browser
chromium-browser:
Installed: 78.0.3904.97-0ubuntu0.16.04.1
Candidate: 79.0.3945.79-0ubuntu0.18.04.1
Version table:
79.0.3945.79-0ubuntu0.18.04.1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages
*** 78.0.3904.97-0ubuntu0.16.04.1 100
100 /var/lib/dpkg/status
65.0.3325.181-0ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
$ apt-cache policy chromium-codecs-ffmpeg-extra
chromium-codecs-ffmpeg-extra:
Installed: 78.0.3904.97-0ubuntu0.16.04.1
Candidate: 79.0.3945.79-0ubuntu0.18.04.1
Version table:
79.0.3945.79-0ubuntu0.18.04.1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages
*** 78.0.3904.97-0ubuntu0.16.04.1 100
100 /var/lib/dpkg/status
65.0.3325.181-0ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
OK, not running the latest version, but it will work. You will have to refresh any tabs as it will not resume open tabs, as the system agent will have changed.
Hope this helps anyone who has lost Netflix / Amazon Prime.
|
|
|
|
| How to middle-click with the trackpad? |
|
Posted by: rillian - 01-12-2020, 07:48 PM - Forum: Linux on Pinebook Pro
- Replies (5)
|
 |
Hi everyone,
I just got my Pinebook Pro on Friday and have really been enjoying setting it up and playing with it.
One question: How do I activate middle-mouse-button clicks with the trackpad? I use that a lot for unix-style cut-and-paste and to open links in new tabs in Firefox. I got it work once by accident, but I don't know what I did, and haven't been able to repeat the feat.
Is there some trick, or a setting I need to change? I'm using the default Debian-MATE image which came with the laptop.
|
|
|
|
Pine phone Parts from the Pine Store |
|
Posted by: bcnaz - 01-12-2020, 05:24 PM - Forum: General Discussion on PinePhone
- Replies (11)
|
 |
Please:
When will the replacement power ports be available ?
( I would purchase one today, just in case I may someday need it)
* I remember it was said that the "avarage user with a phillips screwdriver can replace this port
in just a few minutes" but ? (first you need to purchase it)
They are developing a keyboard for the Pine phone, so hopefully that will be available soon ?
An assortment of different exterior cases would sure be nice. !
I am sure there could be a wide range of Pine Phone products others would like to purchase.
Maybe even some kind of external antenna, for rural use ?
|
|
|
|
| Video Playback |
|
Posted by: Blind Squirrel - 01-12-2020, 03:17 PM - Forum: General Discussion on Pinebook
- No Replies
|
 |
How well does the RK3399 SOC handle video decoding and playback? I have an archaic laptop that I use for primarily for GoPro playback but would like to replace it with something a little lighter / more portable.
|
|
|
|
| NTFS drive not working |
|
Posted by: jiyong - 01-12-2020, 02:09 PM - Forum: General Discussion on Pinebook Pro
- Replies (6)
|
 |
I have a Seagate 2.5" external drive formatted to NTFS.
When I connect the drive, nothing seems to be happening on the PBP.
lsblk does list the drive, but that's it.
df doesn' t see it.
GParted starts scanning, but never seems to finish.
When I look in Package Manager, ntfs-3g is already installed.
Any suggestions?
|
|
|
|
| Pinebook Pro Open Arena Tournament (Saturday /Sunday fun anyone?) |
|
Posted by: Luke - 01-12-2020, 07:49 AM - Forum: Community and Events
- Replies (42)
|
 |
Hi Everyone,
I just figured out how to get Open Arena working on the Pinebook Pro yesterday - turns out ioquake3 is broken in Debian/ Ubuntu repos.
Being somewhat of an arena-shooting fan I wanted to suggest we have a community play throughout the weekend (and potentially beyond), fragging like its 2001 again.
Also, if someone has ever set up a dedicated Q3 or OpenArena server please let me know - it could spare me a lot of learning how to set a server up. The server will be running on a RockPro64, which I assume will be sufficient for this task.
I'll edit this post with server details and how-to-connect information once I've set it up.
There is only one rule: you have to play on a PBP (or Rockpr64)
Something you may want to consider also, apparently the game runs much better on Manjaro than default Debian - so you may wish to use that instead. I am not providing instructions for installing Open Arena on Manjaro however, someone else may wish to do that in this thread.
[Edit 14/01/2020] Server details
Quote:185.54.207.135
Port: 22222
arena.brixit.nl
Password: PINE64
Open Arena on the Pinebook Pro default Debian:
Start by installing Open Arena via apt:
Code: sudo apt-get install openarena
Once done, fetch this (working) ioquake3 deb [edit 20/03/2020] but instead of installing the .deb extract the game data from it:
Code: cd /tmp
mv ~/Downloads/ioquake3_1.36+u20160122+dfsg1-1_armhf.deb ioquake.deb
ar x ioquake.deb data.tar.xz
Now lets fetch and substitute the working ioquake3 file:
Code: tar Jxf data.tar.xz ./usr/lib/ioquake3/ioquake3
sudo mv ./usr/lib/ioquake3/ioquake3 /usr/lib/ioquake3/ioquake3
You can clean up now:
Code: rm -fr ./usr ioquake.deb
Starting the Game
I found that these settings work the best with lowest graphics settings on Debian. You may wish to set the CPU to 'Performance' governor.
Again, from what I've heard performance on Manjaro is double, so you may choose to use that instead.
Code: openarena +set cl_renderer opengl1 +set r_mode -1 +set r_customwidth 1920 +set r_customheight 1080 +set r_fullscreen 1 +set cg_drawFPS 1 +set r_swapinterval 1 +set r_finish 0
_______________________________________________________________________
[edit 19/03/2020]
[b]Open Arena on the Pinebook Pro running Manjaro (instructions via @spikerguy): [/b]
Download the pkg file from Here.
Install the pkg.
Code: sudo pacman -U openarena-0.8.8-0-aarch64.pkg.tar.xz
Copy Game Date to Home Local directory, So you don't have to run with sudo. Thanks to morrolinux
Code: sudo cp -rf /usr/share/games/openarena/baseoa/ ~/.local/share/OpenArena/
Run game using this command.
Code: /usr/share/games/openarena/openarena.aarch64
If it have issue with permission then just update the permission
Code: sudo chmod 755 /usr/share/games/openarena/openarena.aarch64
|
|
|
|
|