| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 172
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,723
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 266
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 121
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 217,084
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 222
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 305
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,093
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 946
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 608
|
|
|
| PDF reader for PBP |
|
Posted by: gimy16 - 12-31-2019, 12:06 PM - Forum: General Discussion on Pinebook Pro
- Replies (6)
|
 |
Hi all,
I just received my PBP yesterday, and I'm very excited.
I started to use it and all wroks well and fine, but I have a question; is there any PDF reader? By default I didn't find one in the apps installed in the PBP, is there any way I can install one?
Thanks very much in advance!
Best Regards and Happy New Year!
|
|
|
|
| Changed the bootsplash image - Kernel messages still showing |
|
Posted by: Twix166 - 12-31-2019, 11:15 AM - Forum: General Discussion on Pinebook Pro
- Replies (7)
|
 |
I wanted to change the boot splash image that is used during boot up. The Debian Swirl with the Open Sesame and Pine64 Logo did not really fit with the look and feel I have set up on the desktop, lock screen and login screen.
So I decided that I would need to change the boot splash image. To do so I had to figure out the raw format for the framebuffer image (/usr/share/backgrounds/splash.fb). After some experimenting I figure out the format of the raw file and managed to convert it to a PNG. After I had done that I was able to figure out the reverse command that would create the raw FB image from a PNG.
You can use this command to turn a PNG into the FB raw file. For this to work, your PNG has to be 1920x1080 resolution. I have not tested this with other resolutions. Make sure you have installed ImageMagick before running this:
Code: $ convert yoursplashimage.png -separate +channel -swap 0,2 -combine -colorspace sRGB RGBO:splash.fb
$ sudo cp /usr/share/backgrounds/splash.fb /usr/share/backgrounds/splash_original.fb
$ sudo cp splash.fb /usr/share/backgrounds/splash.fb
$ sudo chmod 666 /usr/share/backgrounds/splash.fb
Just to be complete, this is the command I used to convert the original splash.fb to a PNG:
Code: $ cd /usr/share/backgrounds
$ convert -size 1920X1080 -depth 8 RGBO:splash.fb -separate +channel -swap 0,2 -combine -colorspace sRGB ~/Pictures/splash.png
So on reboot, I now have my own custom bootsplash. There is only one remaining issue. The console messages are still showing on the bootsplash screen. Even though /boot/extlinux/extlinux.conf has kernel options 'quiet' and 'loglevel=3' defined. These seem to be ignored to some degree because some messages are showing on the boot splash screen. Does anybody have any tips to make this completely silent?
I did install Plymouth before I used this message but I don't think that Plymouth would have any effect on the kernel messages showing. Does it?
<<UPDATE>>
It turns out that Plymouth did get in the way. After I removed the packages (plymouth, plymouth-theme-hamara and plymouth-themes) that I installed during my experimentation, no more kernel boot messages are showing on the splash screen.
|
|
|
|
| HW Acceleration for 2d/3d on pinebook pro |
|
Posted by: ljones - 12-31-2019, 08:43 AM - Forum: Linux on Pinebook Pro
- Replies (6)
|
 |
Hello all!
I've literally just received my pinebook pro. Fortunatly most things seem to be working - the sound is definately working ok and I'm not experiencing any wifi issues; as for bluetooth however I haven't as yet tried it.
The first thing I did was to update the firmware for the keyboard and touchpad and that went without issue as well. Then it was a case of running the /usr/bin/mrfixit_update.sh . That completed ok and then it was just a case of performing a normal apt update/apt upgrade as per normal debian.
The only problem I seem to be having is with any sort of acceleration on the laptop itself. To give an example I can open (let's say) a terminal window. Moving the window seems to get a little slower if the window is large but the problem is largely with resizing windows - the pinebook pro is struggling to resize windows. Also I've noticed that if I click the menu button (bottom left) there's a big black square that appears just before the menu itself appears.
Is the pinebook not using any sort of xorg acceleration (2d) at all?
Firefox (which seems to crash a lot) also seems to be struggling and just loading a webpage exhibits similar issues; scrolling through a webpage seems to be painfully slow.
I also decided to try to check if 3d (GPU) acceleration is working. Glxgears gives me the result of 295 frames in 5.0 seconds = 59.532 fps in a window although a game like "torcs" dosen't seem to be running quite right - it is running at around 1-2fps.
One thing I did notice is I have the following in /etc/X11/xorg.conf;
Code: Section "device"
Identifier "Rockchip Graphics"
Driver "modesetting"
Option "AccelMethod" "glamor"
Option "DRI" "2"
Option "Dri2Vsync" "true"
Option "TripleBuffer" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Subsection "Display"
Depth 24
Modes "1920x1080" "1280x1024" "1024x768" "800x600"
EndSection
EndSection
So I see that the device is using modesetting/glamor but presumably it isn't quite working 100% since there seems to be a lack of any 2d (xorg) or 3d (GPU) acceleration?
Update: I have a couple of errors in /var/log/Xorg.0.log which look concering too;
Code: $ cat /var/log/Xorg.0/log | grep error
[4.651] (EE) AIGLX error: dlopen of /usr/lib/arm-linux-gnueabihf/dri/rockchip_dri.so failed (/usr/lib/arm-linux-gnueabihf/dri/rockchip_dri.so : cannot openm shared object file : No such file or directory)
[4.771] (EE) AIGLX error: dlopen of /usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so failed (/usr/lib/arm-gnueabihf/dri/swrast_dri.so: undefined symbol: _glapi_ tls Dispatch)
Update: I tried to run a different OS from microsd (in my case I chose q4os) -- it seemed to be a touch slower with moving windows but resizing was much better and it did not have the sluggishness surrounding the menu button.
Is this all down to drivers and kernel verison?
ljones
|
|
|
|
| DevilutionX on Pinebook Pro |
|
Posted by: Idaho - 12-31-2019, 08:35 AM - Forum: General Discussion on Pinebook Pro
- Replies (8)
|
 |
Hi everyone,
I just received my PBP yesterday and I wanted to install a few games on it, I had an issue when I tried to run DevilutionX, I started by downloading the latest release from github (https://github.com/diasurgical/devilutionX/releases), I then extracted the archive, copied my "diabdat.mpq" file and attempted to run it but it fails with the following error :
Code: ./devilutionx: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.25' not found (required by ./devilutionx)
./devilutionx: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by ./devilutionx)
I then read the README.txt file and it seems the game requires some manual libraries installation :
Quote:# How To Install:
- Extract the files in the zip.
- Install libsdl2 libsdl2-mixer libsdl2-ttf
- Copy diabdat.mpq from your CD, or GoG install folder, to the DevilutionX install folder; Make sure it is all lowercase.
- Run ./devilutionx
So I typed the following command :
Code: root@Debian-Desktop:/home/rock/Downloads/devilutionx-linux-armhf# apt-get install libsdl2 libsdl2-mixer libsdl2-ttf
And I got the following error :
Code: Reading package lists... Doneat
Building dependency tree
Reading state information... Done
E: Unable to locate package libsdl2
E: Unable to locate package libsdl2-mixer
E: Unable to locate package libsdl2-ttf
I also tried to find the packets in synaptic and they do not appear...
The "README.txt" file specifies that this is built for raspbian so maybe the repos are not exactly the same?
Anyhow I wanted to know if anyone here attempted to run DevilutionX on their Pinebook Pro successfully and if they could provide me with some instructions or if anyone who's knowledgeable with this kind of things could help
Thanks for reading through my post and for any help you could bring up in this thread, I'm considering opening a general thread for gaming tips because none of this seem easy except if your gaming use is restricted to Retroarch and Doom
|
|
|
|
| Pinephone regulatory approval in Japan |
|
Posted by: b.tomik - 12-30-2019, 11:39 PM - Forum: General Discussion on PinePhone
- Replies (9)
|
 |
I have seen the threads on FCC and CE testing where tllim kindly outlined the timing for regulatory approval testing.
I saw no mention of regulation in Japan which has its own regulatory framework... According to this: https://www.quectel.com/product/eg25g.htm the modem is apparently TELEC (Japanese approvals agency) approved already.
I understand that Japan may not be the largest target market, but I have chatted with a few individuals who are very interested in acquiring a pinephone but will not do so unless the Technical Conformity Mark [in Japanese 技適 (giteki)] is present somewhere on the device. Without this approval using the phone may be technically illegal or at least possibly so.
Could anyone from Pine64 kindly clarify the status of regulatory approval in Japan? If said regulatory testing has not yet been applied for, are there plans to do so and if so, is there any expected timeframe?
From my research, I have discovered that even devices that have not passed the regulatory framework can be used for development / experimental purposes for up to 180 days while testing is carried out so long as this "experimental" use is expressed to the appropriate authority - getting this experimental use licence is free of charge; although unfortunately I don't know about the price of the Technical Conformity Mark certification.
I live in Japan and am quite concerned that I may have to cancel my Braveheart order and that if this hurdle is not passed, and that myself and others will not be able to use the pinephone in the future either. This in turn might hinder the progress of multilingual support in the future with fewer language-specific bug reports being posted etc.
Some indication of what the future holds would be very much appreciated, and if approval is on the way, I'll be sure to spread the message as far and wide as I can.
In case they are useful, I found the following resources which have some information about applications / rules etc.:
TELEC site (in English) for application procedures https://www.telec.or.jp/eng/services/ter...index.html
Telecommunications Bureau of the Ministry of Internal Affairs and Communications which details some things about mobiles (in English) https://www.tele.soumu.go.jp/e/adm/monit...mobile.htm
|
|
|
|
Late December Casual Community Update |
|
Posted by: Luke - 12-30-2019, 06:58 PM - Forum: News
- Replies (52)
|
 |
Happy New Year!
Here is a super casual end of year update. I've been rather busy these past 2 weeks, and will be busy for another week or so, but after that I'll sit down and write a proper update for mid-January 2020. By that time PinePhones ought to be shipping and there will be plenty to talk about.
Let me take this opportunity to say that I am very thankful to you all for helping PINE64 grow into what it is today. Its been quite an exciting (and stressful year) and we appreciate you being with us throughout this journey. You have shown patience with the delays and a high degree of understanding at various hiccups and shortcomings; this tells me we've fostered a great and mature environment that we all can be proud of.
I'd also like to thank all developers from within the community and the partner projects. I hope and trust that we managed to make a friendly and enjoyable framework for us to cooperate and work in. On our end, its been a real pleasure as well as a lot of fun.
Last and not least, a shutout to moderators on the forum, in particular to @evilbunny who's been quietly at it for years, and our newcomers @tophneal and @Arwen for doing a great job on here. And a very special thank you to @fire219 for getting the forums and website in order ... and endlessly fixing broken bridges in the chats (hopefully something we can further improve in 2020).
FOSDEM 2020
Its hard to believe it but FOSDEM 2020 is just a month away. What the hell happened to 2019 ... it feels like it just began and now its over. Anyways, we'll have a stall on Sunday (Feb 2) so if you're around make sure to pop by and say hello. On Saturday we'll be walking around, checking out stalls and going to talks. We'll probably linger at some befriended stalls too. So if you see me or TL feel free to stop us for a chat. Also, I know a nice secret spot nearby the Free University of Brussels with decent food, so you're welcome to PM me if you wan to join me for lunch.
We will be making a couple of announcement at or just a day before FOSDEM starts, but I expect that the PinePhone and Pinebook Pro will still steal the show on our stall. Speaking of the PinePhone, for those of you who will be rocking your PinePhones at the conference we may just have something special So make sure to take your PinePhone with you if you're attending.
Pinebook Pro (ISO & ANSI)
ISO Pinebook Pros have already gone out and, from the looks of Twitter / Mastodon tweets/toots, many have already been delivered.
The ANSI keyboard batch will start going out at the beginning of January. I am looking forward to hearing how you ANSI folks find the keyboard - I have only tried the prototype keyboard, so I am keen to hear how the end-product turned out (I'm an ISO person, so won't be getting/using an ANSI version). I hope and trust its on par with the ISO offering.
If you have ordered a Pinebook Pro in the last ~7-10 days or so, then your unit will ship out later in January (after Brave Heart PinePhones). So please do not bombard the shipping or pinebook team with questions such as 'why hasn't mine shipped yet?', if you placed an order just recently.
The default OS Build has gotten some major improvements in recent weeks and more are coming in January (we've got some nice tweaks in the works). Full acceleration for Chromium, improved performance and rock-solid stability of Firefox and support for (many/ most) USB-C docks are just some of the highlights of the default Debian OS in the past month. Regardless of if you want to run mainline OS images such as Manjaro, or novel alternatives such as Q4OS or Ubuntu MATE, lets take a minute to recognize the work @Mrfixit2001 has put into this default build. It's amazing to always have a good out-of-the-box experience and a solid image to fall back on.
I am also happy to let you know that we'll soon be seeing Recalbox for the Pinebook Pro. I for one am very much looking forward to that!
Lastly, huge shutout to those who helped draft the welcome letter for the Pinebook Pro! I highly appreciate your help.
PinePhone
There is currently so much happening in the PinePhone sphere that I literally have no time to cover it all. I've recently released a video showing 4 OSs running on the PinePhone. I have been told that the video is garbage - and I appreciate that it true - but just turn off the audio and your experience will improve by ~40%
The Brave Heart edition phones will ship some 5-7 days later than we initially anticipated. This has nothing to do with production or some issues - the reason is simply that Pinebook Pro ANSI need to be shipped first. As to why the decision was made to ship ANSI Pinebook Pros before Brave Heart PinePhones, I don't know. My guess is that Pinebook Pros, as a batch, take up physically much more space and hence its preferable to clear them out first as they take up much space. This is just my guess.
In anticipation of your questions regarding why these devices can't ship at the same time: there is only one shipping team and they can only handle one device at a time. PinePhones and Pinebook Pros are manufactured at different factories, shipped using different means, and probably also require different paperwork when crossing into Hong Kong. I know you're all eager to get your devices - but its just a few days delay. Thanks for your patience!
Speaking of shipping, you'll get a shipping notification from PINE64 once your phone ships out. In my experience, tracking for Asendia is so-so but shipping is rather quick (some 10-14 days to EU). Here is my experience with getting the PinePhone in a nutshell: the parcel was registered as outgoing in HK then there were no more updates until it reached the destination country. When It reached Europe, I plotted the tracking number into the local couriers tracking system and got updates where the phone is. BTW, I wasn't asked to pay tax and it looks like most EU based devs weren't asked to pay import tax either... *fingers corssed*.
TL posted a picture of the PinePhone Brave Heart packaging. Packaging is from recycled materials and, if you decide not to keep the box, we encourage you to recycle it too.
Inside box you'll find:
- The PinePhone (with a screen protector installed ... if you love it, great. If you hate it, peal it off).
- A welcome letter,written by the community (many thanks to those who offered suggestions and help!)
- A high quality charging USB-C cable (its a really good cable - use it)
There is no USB PSU included. We assume most of you have a modern-ish Android phone that has a PSU capable of outputting 15W, so we decided not to bump the price nor add another thing to the landfill. In the event you don't have a 15W charger, then you can use chargers with lower wattage (will take longer to charge) for now and wait for suggestions / reports from community members to learn what PSUs work best.
Lastly, I've seen the see-though silicone (soft) case for the PinePhone and it really does look good.
PineTime
Current batch of PineTime dev kits has now started being delivered for a week or so. There seems to be a lot of cool developments in the PineTime area - for the first time, I've seen the PT connect to an android phone, obtain time data from it and sync correctly. From the looks of the short video by JF also shows BT and battery status on the GUI, and the push-button working (to turn off the LCD).
Given how short time the PineTime has had, this is really quite impressive stuff. Even more impressive is the amount and depth of engagement we have witnessed so far from the development crowd. This is very cool stuff and I have high hopes that a real daily-driver candidate OS for the watch will emerge in the first half of 2020, so the PineTime can be sold to FOSS enthusiasts who don't necessarily want to (or know how-to) write their own code.
Stuff that doesn't fit under the headings above
I know many of you want more information about the PineTab early-adopters edition - don't worry, it's coming. I'll have some solid information in the January community update. In short, it's still happening but our focus right now is on getting Brave Heart out the door and getting everything for FOSDEM ready. So stay tuned for now.
Thanks to all who answered my poll regarding how we did and what we could do better. Approx 40% indicated that the one thing they'd like to see is more shipping options and 30% had no complaints at all. Another 10% felt we could do better on communicating with the community and 15% felt that the store support was lacking. We already have started looking at shipping options; for instance, we're experimenting with Asendia for the PinePhone Brave Heart edition. If this turns out to be success, then I think we'll be considering this as an alternative to other shipping methods. It falls somewhere in the middle between the standard shipment and DHL in that its faster and all-around 'better' than the standard option while being significantly cheaper than DHL. It also - from the limited experience we have - limits the likelihood of you being charged import tax in some geographical areas. As for store support - I think it has improved significantly already over the past year, and I am certain that it will further improve in the next 12 months time.
Speaking of store support, a kind request to everyone waiting for a Pinebook Pro or/and PinePhone; I understand that you are really excited and want your device as soon as possible, and this prompts you to seek out answers. I really get it. But unless you feel like we've missed your shipment after having done some research on shipping dates, rather then emailing support post a question on the forum or in the chats. Support emails are filled with 'When is X shipping?' questions and this detracts from support staff getting back to people who are experiencing issues with their orders or equipment. For those who do not know, dates can usually (if not always) be found in latest blog posts and on social media (twitter / mastodon) as well as on the forums (someone usually asked a shipping question already, and its been answered). You can usually also get a quick answer to this question in the chats.
Lastly, thank you all for doing such a great job on the Wiki! Especially the Pinebook Pro wiki looks absolutely great now and is filled to the brink with useful information. I think this is the new golden standard for wiki pages.
That is all for now!
|
|
|
|
| Max SD card size? |
|
Posted by: vandys - 12-30-2019, 05:01 PM - Forum: PinePhone Hardware
- Replies (3)
|
 |
It's great I can boot/run from the SD card! How big a card can I put in there? (Gotta figure out how much of a media library can travel with me off-the-grid.)
|
|
|
|
| Kickstarter P64 with LCD, working image? |
|
Posted by: MostHated - 12-30-2019, 04:47 AM - Forum: Ubuntu
- Replies (1)
|
 |
Hey all,
I have a Pine64 from the kickstarter, I hope I am posting this in the right forum, I don't recall if it was considered a (+) version or not. I am trying to find an image that works with the LCD display. I much prefer a Ubuntu version, but I am not sure if there is one? I tried OpenSuse, but the OS simply doesn't seem to work. It won't update or install anything as it seems the site it is trying to connect to doesn't work anymore. I am hoping someone might be able to point me toward a Ubuntu (or really any distro that works, as I can't find *any*) image that works with the LCD panel.
Thanks!
-MH
|
|
|
|
| PBP Battery issues. Drainage on load with external accessories |
|
Posted by: WhiteDragon - 12-29-2019, 06:19 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (11)
|
 |
As the title suggests my PBP just died on me. I was really happy with it and worked with it for several weeks without any hitches. I took it to a conference and worked with it there with a USB3.1 Dock attached and all was fine until the display started flickering and the machine shut down. I tried to restart it and it got stuck with the green PowerLED on but did nothing. I tried a hard reset, but it did not react to keyboard input. Not even the on-off switch. After a while it switched off and now it’s dead.
Any suggestions? Will there be replacement PCBs available?
Cheers,
WhiteDragon
|
|
|
|
|