| 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: 170
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,717
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 262
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 118
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 217,055
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 218
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 300
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,090
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 939
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 606
|
|
|
| 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
|
|
|
|
| Connected to 4k (3840x2160) monitor but I can only select upto 1920x1080 resolution |
|
Posted by: NigelT - 01-11-2020, 10:49 PM - Forum: Linux on Pinebook Pro
- Replies (4)
|
 |
Hello all,
I'm a new Pinebook Pro owner, new to this forum and this is my first post.
My PBP is connected to an LG 32UD89-W monitor via USB-C cable.
The cable goes direct from the PBP's USB-C port to the monitors USB-C port. The USB-C cable is new and came included with the monitor.
It works but I'm limited to 1920x1080 resolution and unable to select the monitor's native 4k resolution.
This LG monitor is the only monitor I have that has a USB-C input (as well as HDMI inputs), and the PBP is the only device I have with a USB-C output. My other devices (PCs and a Raspberry PI) have HDMI outputs and run this monitor OK at 4k.
The monitor is:
https://www.lg.com/us/monitors/lg-32UD89...ed-monitor
The PBP is running the default Debian OS plus MrFixit's updates as of 10 Jan 2019.
During boot the open sesame splash screen is mirrored on both the built-in panel and the external monitor, and so also is the login/ greeter screen that appears a couple of seconds later.
Once logged into the desktop the monitor resolution is only 1920x1080, not the native 4k/3840x2160.
Control Center->Displays, and xrandr report the resolution as 1920x1080, but do not offer any higher options.
I have turned the built-in panel off so the only output is the external monitor.
I can change resolutions of the monitor from a maximum of 1920x1080, though 1280x720 and 1024x768 to a minimum of 720x480.
However the resolution I want to use, 4k (3840x2160), is not available as an option.
xrandr shows the same mode options as the "Control Center" UI
Code: rock@Debian-Desktop:~$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected (normal left inverted right x axis y axis)
1920x1080 59.99 +
1024x768 60.00
800x600 60.32 56.25
848x480 60.00
640x480 59.94
DP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 60.00*+
1280x720 60.00
1024x768 60.00
720x480 59.94
rock@Debian-Desktop:~$
And this also agrees with
Code: root@Debian-Desktop:~# cat /sys/devices/platform/display-subsystem/drm/card0/card0-DP-1/modes
1920x1080p60
1280x720p60
1024x768p60
720x480p60
root@Debian-Desktop:~#
If I connect the same LG monitor to my other PC (via HMDI) or my Raspberry PI4B (via HDMI), it shows more modes (including 3840x2160), and I can select and use 4k resolution on these devices, just not the PBP.
Modes when plugged into a PI4B
Code: root@raspberrypi:~# cat /sys/devices/platform/soc/soc:gpu/drm/card1/card1-HDMI-A-1/modes
3840x2160
2560x1440
1920x1080
1600x900
1280x1024
1280x800
1152x864
1280x720
1024x768
800x600
720x480
640x480
Something I've noticed on the PBP, but don't know if it is related, is the speeds below in dmesg, is this a negotiated USB-C speed? I wonder if my setup is negotiating a speed too slow for 4k? (I know very little about about USB-C so am guessing at this)
Code: root@Debian-Desktop:~# dmesg | grep -i mbps
[ 4.274459] cdn-dp fec00000.dp: 1620Mbps x 4lanes
[ 32.651935] cdn-dp fec00000.dp: 1620Mbps x 4lanes
[ 342.594439] cdn-dp fec00000.dp: 1620Mbps x 4lanes
[ 3255.050333] cdn-dp fec00000.dp: 1620Mbps x 4lanes
[ 3261.161106] cdn-dp fec00000.dp: 1620Mbps x 4lanes
[ 3327.898880] cdn-dp fec00000.dp: 5400Mbps x 4lanes <==== Note this is 5400 and the rest are 1620
[ 3359.093808] cdn-dp fec00000.dp: 1620Mbps x 4lanes
root@Debian-Desktop:~#
Another thing I've noticed, but again do not know if it is related. This monitor's EDID as returned to the PBP via USB-C is an EDID version 1.4 with a preferred mode of 6, whereas the EDID from the same monitor as returned to a Pi4 via HDMI is an EDID version 1.3 with a preferred mode of 10.
EDID as seen by PI4B over HDMI cable
Code: root@raspberrypi:~# parse-edid < /sys/devices/platform/soc/soc:gpu/drm/card1/card1-HDMI-A-1/edid
Checksum Correct
Section "Monitor"
Identifier "LG Ultra HD"
ModelName "LG Ultra HD"
VendorName "GSM"
# Monitor Manufactured week 7 of 2018
# EDID version 1.3
# Digital Display
DisplaySize 600 340
Gamma 2.20
Option "DPMS" "true"
Horizsync 30-135
VertRefresh 48-61
# Maximum pixel clock is 600MHz
#Not giving standard mode: 1152x864, 60Hz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1280x720, 60Hz
#Not giving standard mode: 1600x900, 60Hz
#Not giving standard mode: 1920x1080, 60Hz
#Not giving standard mode: 1280x800, 60Hz
#Extension block found. Parsing...
#WARNING: I may have missed a mode (CEA mode 97)
#WARNING: I may have missed a mode (CEA mode 96)
#WARNING: I may have missed a mode (CEA mode 93)
#WARNING: I may have missed a mode (CEA mode 94)
#WARNING: I may have missed a mode (CEA mode 95)
Modeline "Mode 10" +hsync -vsync
Modeline "Mode 0" +hsync +vsync
Modeline "Mode 1" +hsync -vsync
Modeline "Mode 2" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 3" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 4" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 5" 74.250 1920 2008 2052 2200 1080 1082 1087 1125 +hsync +vsync interlace
Modeline "Mode 6" 74.250 1280 1390 1420 1650 720 725 730 750 +hsync +vsync
Modeline "Mode 7" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
Modeline "Mode 8" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
Modeline "Mode 9" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
Modeline "Mode 11" +hsync -vsync
Option "PreferredMode" "Mode 10"
EndSection
root@raspberrypi:~#
Whereas EDID as seen by PBP over USB-C
Code: root@Debian-Desktop:~# parse-edid < /sys/devices/platform/display-subsystem/drm/card0/card0-DP-1/edid
Checksum Correct
Section "Monitor"
Identifier "LG Ultra HD"
ModelName "LG Ultra HD"
VendorName "GSM"
# Monitor Manufactured week 7 of 2018
# EDID version 1.4
# Digital Display
DisplaySize 600 340
Gamma 2.20
Option "DPMS" "true"
Horizsync 30-135
VertRefresh 56-61
# Maximum pixel clock is 560MHz
#Not giving standard mode: 1152x864, 60Hz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1280x720, 60Hz
#Not giving standard mode: 1600x900, 60Hz
#Not giving standard mode: 1920x1080, 60Hz
#Not giving standard mode: 1280x800, 60Hz
#Extension block found. Parsing...
Modeline "Mode 6" +hsync +vsync
Modeline "Mode 0" +hsync -vsync
Modeline "Mode 1" +hsync -vsync
Modeline "Mode 2" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 3" 74.250 1280 1390 1420 1650 720 725 730 750 +hsync +vsync
Modeline "Mode 4" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
Modeline "Mode 5" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
Modeline "Mode 7" +hsync -vsync
Option "PreferredMode" "Mode 6"
EndSection
Is there something extra I need to do to enable 4k / 3840x2160 resolution via USB-C on an external monitor ?
In the meantime I'm going to purchase a USB-C to HDMI adapter and see if that makes a difference.
|
|
|
|
| Brand new system locked up after ~1hr |
|
Posted by: peetee - 01-11-2020, 08:00 PM - Forum: General Discussion on Pinebook Pro
- Replies (5)
|
 |
Hi everyone,
After waiting patiently for a few months, I opened my (ANSI) PBP and ran through the routine of updating it and patching the trackpad. No problems. Then I was cloning a github repo and the UI desktop locked up... no responsiveness at all. The mouse stopped moving, no keypresses were recognized. I long-pressed the power button to shut it off, and put it on the charger.
I came back to the system about an hour later and tried to power it on. The green LED on the keyboard lights up, but there is no sign of life on the monitor... it appears to be completely dead. I've tried several more times (eight to ten), there is no change. The keyboard LED lights up when I press the power button, but the screen is 100% black, with no flicker of activity whatsoever.
Please let me know what my next steps are.
|
|
|
|
| (almost) upstream uboot/atf |
|
Posted by: User 15997 - 01-11-2020, 04:21 PM - Forum: Pinebook Pro Tutorials
- Replies (27)
|
 |
for anyone wishing to use upstream uboot/atf, here's a guide on how to do that: https://eno.space/blog/2020/01/pbp-uboot.
behaviour of this version should be similar to the BSP uboot, no changes to the boot.txt files are necessary.
for the curious:
- boot order is SD, USB, eMMC
- atf and uboot used were very recent at the date of posting
- baudrate is 1500000, like BSP uboot
- LEDs light as soon as uboot starts running
|
|
|
|
|