| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,120
» Latest member: benstoke
» Forum threads: 16,364
» Forum posts: 117,537
Full Statistics
|
| Latest Threads |
Real women, real desire, ...
Forum: General
Last Post: Spaker
2 hours ago
» Replies: 0
» Views: 12
|
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,519
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,073
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 91
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 243
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 130
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,094
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 327
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 185
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,636
|
|
|
| MATE Terminal copy and paste |
|
Posted by: flyingscorpio - 01-07-2020, 08:14 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Hi all,
I just opened my account on this forum and this is my first post, so I hope I am writing in the right section, and that this thread hasn't been treated before already. Anyway I haven't found it!
Usually I copy and paste between Terminal and other windows with the regular CTRL+SHIFT+C / CTRL+SHIFT+V but that doesn't work on the default MATE Terminal on my PBP.
I've checked the Keyboard Shortcuts within the Terminal menu, and it indeed has the shortcuts I am used to.
I've seen an issue raised on the MATE Terminal repo: https://github.com/mate-desktop/mate-ter...issues/239
But it is closed now and the fix doesn't seem to work with me.
So my question is, is this a known issue with the PBP or with MATE Terminal itself (I used xfce and Gnome before)? Does anyone have a work around?
Copy and Paste works within the Terminal itself, but not from another program, so I thought it should be something with different clipboard access...
Anyway, got my PBP yesterday, am even more happy with it than I expected. I'm happy to become part of the community!
|
|
|
|
| Flashing image to EMMC |
|
Posted by: Styles - 01-07-2020, 07:50 AM - Forum: General Discussion on Pinebook Pro
- Replies (12)
|
 |
Hi All,
I received my PBP last week, all working fine out of the box, love the device so far!
The only issue I've had so far is that the image on the EMMC seems to be corrupted, I can boot from SD cards just fine, posting this from the standard Debian.
What's strange, once I've booted from a SD I can boot the device from the EMMC once or twice but after it will just loop through the boot process. Sometimes it will get to the logon screen but it will hang there and after a period of time it will power cycle again.
Is there a straight forward way to flash the Debian image to the EMMC storage when booted from a SD? So far it seems my only option is to get the USB adapter and do it that way.
|
|
|
|
| Hangover (wine) on the Pinebook Pro |
|
Posted by: PakoSt - 01-06-2020, 06:06 PM - Forum: General Discussion on Pinebook Pro
- Replies (5)
|
 |
I'm interested to see if someone else has got Hangover running on the Pinebook Pro.
Theoretically, Hangover should provide better performance than using just qemu for running windows programs.
More about Hangover on it's GitHub page and WineHQ's documentation.
Hangover requires 64bit userspace which excludes the default Debian and Ubuntu builds.
The Unofficial Debian installer , @jannik2099 's Gentoo instructions and Manjaro ARM should be the easiest way to get 64bit userspace systems.
The unofficial Debian installer appears to have several perks in terms of getting the requirements fulfiled for Hangover. Namely, gcc-ada should be available.
You can follow my progress on getting gcc-ada and mingw on Manjaro ARM (had to bootstrap gcc-ada using Debian packages) here.
|
|
|
|
| The usage/access of the SPI flash |
|
Posted by: aaspectre - 01-05-2020, 10:59 PM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
So, reading through the wiki, if my reading comprehension is where it should be, it appears to me that is
1. the RK3399 searches to boot from SPI flash first
2. there is spi flash presentt
3. it is unused or it's use is undocumented
I ask, because this would be the obvious place for a more complex bootloader (i.e. coreboot) instead of relying on the hardcoded boot order, potentially adding support for SSD boot without any hacky drive leapfrogging stuff.
Apologies if this has been talked about before, couldn't quite find anything though.
EDIT: I was so eager to be helpful I didn't even look at the pinned posts, lol.
|
|
|
|
| PineBook Pro Status Update Page? |
|
Posted by: LittleWalter - 01-05-2020, 10:24 PM - Forum: General Discussion on Pinebook Pro
- Replies (19)
|
 |
Hi,
I'm sure that I'm in the same boat as other folk that made orders, but is there a place to check order-update status? Or should just wait until the end of the month before doing anything like contacting the sales people directly?
I placed an order in early December for an ANSI Pinebook Pro and only received the the paypal transaction email, no kind of direct Pine64 confirmation email. I don't even remember what the particular email address I used for the order, so I don't even know how to look that up.
Thanks!
|
|
|
|
| Adjust brightness of backlight i3w-Manjaro |
|
Posted by: Gerhard - 01-05-2020, 04:06 PM - Forum: Pinebook Pro Tutorials
- No Replies
|
 |
To adjust the brightness in i3w on Manjaro or Arch:
-
Code: sudo pacman -S brightnessctl
- Add this keybindings to your config:
Code: #Adjust Brightness with brightnessctl
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q s +1
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl -q s 1-
Reload your config and adjust brightness with FN+F1 and FN+F2
|
|
|
|
|