Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,209
» Latest member: Drappehs
» Forum threads: 16,385
» Forum posts: 117,597

Full Statistics

Latest Threads
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
Today, 01:21 AM
» Replies: 0
» Views: 38
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 74
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 126
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,440
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,785
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 155
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 230
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,708
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 434
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,049

 
  Countries frequency bands
Posted by: grouba - 12-03-2019, 03:08 PM - Forum: General Discussion on PinePhone - Replies (9)

Dears,

Would anyone know if Pine Phone would work 100% (data, voice, etc) in Brazil. 
My current local courier is Vivo.

Thank you for any insights!


  Increase Screensavers FPS
Posted by: jholz88 - 12-03-2019, 01:57 PM - Forum: General Discussion on Pinebook Pro - No Replies

I've been attempting to improve the performance of screensavers on my Pinebook Pro, but I need some help.

OS: Ubuntu Mate Bionic (ayufan)
Screensaver: GLMatrix (xscreensaver-gl)

Default Settings: (/usr/lib/xscreensaver/glmatrix -fps)
8-10 FPS
70-75% CPU

Current Settings: (/usr/bin/gl4es /usr/lib/xscreensaver/gl4matrix -fps)
14-20 FPS
45-55% CPU

I created the following bash script in ~/.local/lib/xscreensaver named "glesmatrix" and made it executable (chmod +x ./glesmatrix)

Code:
#!/usr/bin/env bash
set -e

/usr/bin/gl4es /usr/lib/xscreensaver/glmatrix ${@}

I copied /usr/share/applications/screensavers/glmatrix.desktop to ~/.local/share/applications/screensavers/glesmatrix.desktop and modified it as follows.
Code:
[Desktop Entry]
Name=GLESMatrix
Exec=/home/jholz88/.local/lib/xscreensaver/glesmatrix -fps -root
;TryExec=/usr/lib/xscreensaver/glmatrix
Comment=Draws 3D dropping characters similar to what is seen in the title sequence of "The Matrix". See also "xmatrix" for a 2D rendering of the similar effect that appeared on the computer monitors actually *in* the movie. Written by Jamie Zawinski.
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver;
OnlyShowIn=MATE;

This is where I'm stuck. The new GLESMatrix entry shows up in mate-screensaver-preferences, but fails to start the screensaver in the preview window.

Things I've Tried:
* Killing mate-screensaver and re-running it with --debug.
No dice.

* Change Exec= to "env LD_LIBRARY_PATH=usr/lib/arm-linux-gnueabihf/gl4es /usr/lib/xscreensaver/glmatrix -fps -root"
Nah ah ah. You didn't say the magic word.

* Exported LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/gl4es
I have come here to chew bubblegum and kick ass…and I'm all out of bubblegum.

So yea, if anyone could help me figure this out I'd be much appreciated. It would apparently 2x the performance and 1/2 the CPU usage. Not to mention saving battery life.


  Bricked PBP after writing image to eMMC?
Posted by: wvdschel - 12-03-2019, 09:49 AM - Forum: Linux on Pinebook Pro - Replies (20)

Hi all,

I got my PBP yesterday and I tried flashing it with a few images to see which one works best for me.

I tried the updated Debian one from mrfixit, but that ended up having broken (?) Mali drivers.
I decided to give ayufan's Ubuntu bionic images a shot next. However, after flashing the LXDE image, it seems like I can no longer boot.

I was running Debian from SD and flashed the Ubuntu from that one, but now I am greeted with an orange led & unlit screen when booting without an SD card.

When I put the SD card back in, the power LED turns green after a while, and flickers for a time indicating disk activity, but the screen also stays black.

Anyone else had this problem? What can I do to resolve this?

Edit: just tried logging in after booting from SD, and it seems like that's working, apart from not having any display output or backlight. I'm going to try the eMMC image next, see what happens.


  Wrong keyboard Lay-out in Login and terminal
Posted by: Firedevil79 - 12-03-2019, 08:33 AM - Forum: General Discussion on Pinebook Pro - Replies (1)

Dear all,

I do have the ISO Version (UK Lay-out)
I just recognized the default Debian image set up the keyboard for login
Screen to US (in graphical login)

I was able to fix this by setting /etc/default/keyboard
XKBLAYOUT=„gb“

Now the graphical login accepts the korrekt keymapping

Unfortunately the console (ctrl-alt-f1) is still at default US layout 
I tried to modify / create /etc/vconsole.conf and setting there 
KEYMAP=gb 

But there is no change.

Does anybody know where I should modify?

Thx 
Jens


  Upgrade Debian kernel on a SD/SATA drive boot combo.
Posted by: linuxha - 12-03-2019, 01:57 AM - Forum: Linux on RockPro64 - Replies (6)

I currently have:
Linux taz 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 GNU/Linux

Debian 9
Root is on sda2
Boot is on the sd card (/dev/mmcblk0p*)

I am trying to upgrade it to a later release so I can get fan control (I have no pwm device). I've used aptitude to jump to 5.4.0-rc1-1120 but I don't seem to get it to reboot to it. I see a number of files on /boot (on the SD card) and I'm not sure if I need to change any of them (the efi is not something I've figured out yet).


  Fingerprint sensor
Posted by: Edd - 12-03-2019, 01:01 AM - Forum: PinePhone Accessories - Replies (4)

Would it be possible to connect a fingerprint sensor to the pogo pins on the back of the phone?


  Unable to set wifi regulatory region
Posted by: electriccrowbar - 12-03-2019, 12:04 AM - Forum: Linux on Pinebook Pro - Replies (1)

I'm not able to scan for or connect to several of my usual wifi networks (generally the higher numbers).

iw reg get showed I had an unset (00) region so I tried to set it and I don't seem to be able to. I'm using Manjaro pre-release 4 but have seen similar behavior on Debian.

I've tried a few different ways of setting my region but none have had worked.
- Setting region with iw reg set returns 0 but has no effect.
- Installing crda and setting my region via /etc/conf.d/wireless-regdom doesn't have an effect.
- Setting it manually in the module with echo "options cfg80211 ieee80211_regdom=US" | sudo tee /etc/modprobe.d/cfg80211.conf does at first appear to work when I check my region but I'm still not able to see any more channels.


I can work around this at home (at the cost of more congestion) by setting a lower channel, but when traveling i'm out of luck pretty often.


Photo Pine A64+ from Kick starter running Pi-Hole
Posted by: netHolio - 12-02-2019, 09:36 PM - Forum: General Discussion on PINE A64(+) - No Replies

I played with my little Pine A64+ for about 6 months and got busy with other projects, so the little computer eventually took up a display only spot on the shelf for almost 4 years. 
Then I heard about Pi-Hole and did a little research...

Now the Little Pine A64+ Is Running Armbian Bioninc (Ubuntu 18.04.3 LTS) With Pi-Hole FTL v4.3.1.

Web browsing does seem faster with this as my DNS server

Simply wonderful!
Basic System Info
Pi-Hole Dash
Looking good!


  L2TP Client Package For PBP
Posted by: CloudPlumber42 - 12-02-2019, 07:15 PM - Forum: General Discussion on Pinebook Pro - Replies (10)

Looking for an L2TP/IPSec client for my PBP. Any suggestions?


  A short video about the PinePhone hardware
Posted by: Luke - 12-02-2019, 06:55 PM - Forum: General Discussion on PinePhone - Replies (11)