![]() |
How-To: Remote Control Your Phone from Desktop via VNC - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +--- Thread: How-To: Remote Control Your Phone from Desktop via VNC (/showthread.php?tid=19455) Pages:
1
2
|
RE: How-To: Remote Control Your Phone from Desktop via VNC - biketool - 10-14-2025 (10-13-2025, 10:39 AM)powerflow Wrote:(10-10-2025, 06:25 AM)biketool Wrote:(03-05-2025, 06:18 AM)Kevin Kofler Wrote: The Phosh Wayland compositor (phoc) uses wlroots, which is why it works with wayvnc. I think it works on normal Pinephone mobian I dont remember if it has ever worked on PPpro maybe on bookworm bit I dont reliably recall when It stopped now. RE: How-To: Remote Control Your Phone from Desktop via VNC - j_s - 10-14-2025 (10-13-2025, 10:39 AM)powerflow Wrote:(10-10-2025, 06:25 AM)biketool Wrote:(03-05-2025, 06:18 AM)Kevin Kofler Wrote: The Phosh Wayland compositor (phoc) uses wlroots, which is why it works with wayvnc. This is a regression since wayvnc works on bookworm, the image even rotates when the pinephone is rotated. I found 4 groups with user mobian on bookworm but not on trixie (render, video, dialout, and input) and did sudo usermod for each one by one logging out then logging back in. Nothing changed for the wayvnc even after a reboot. As to no error, when I start wayvnc in trixie, I get: "Warning: ../src/output.c: 300: Output DSI-1 power state failure" RE: How-To: Remote Control Your Phone from Desktop via VNC - powerflow - 10-15-2025 (10-14-2025, 10:46 AM)j_s Wrote:(10-13-2025, 10:39 AM)powerflow Wrote:(10-10-2025, 06:25 AM)biketool Wrote:(03-05-2025, 06:18 AM)Kevin Kofler Wrote: The Phosh Wayland compositor (phoc) uses wlroots, which is why it works with wayvnc. I also get this warning but it seems timed to screen switching to power save, not to starting wayvnc. the bug could be something to do with color depth (different on the ppp and pp I believe). meaning there's an overflow in the mapping from sent bytes to rendered pixels.. and it there's no warning/error trap for that in the code. it "thinks" it's displaying just fine. that should not be a regression, though (did it work on the ppp or just the regular pp)? RE: How-To: Remote Control Your Phone from Desktop via VNC - j_s - 10-15-2025 Pinephone. Thanks for the clarification regarding the warning. wayvnc worked on bookworm, doesn't work on trixie. RE: How-To: Remote Control Your Phone from Desktop via VNC - powerflow - 10-15-2025 (10-15-2025, 08:40 AM)j_s Wrote: Pinephone. ok, thanks for all the feedback, at least we can now tell where the bug lies so it can be reported in the right place. it cannot be in the vnc clients, I tried 3 of them, it's a standardized protocol. since there's no reliable info that it ever worked on the ppp except in other distros, it's most likely not in wayvnc either, but rather in mobian. so it should be reported there. only those developers know the responsible code base. (that is my current understanding). if wayvnc worked, presto, you have a cheap cordless extra monitor (a tablet) to run any deb app u want. for now, of course, non-gui apps work just fine over ssh. RE: How-To: Remote Control Your Phone from Desktop via VNC - j_s - 10-15-2025 ssh works for most of my needs, but as far as I know there are no CLI utilities for adding external service accounts and entering strong passwords via OSK is torture for me. I've been trying to figure out which package to report, but didn't get as far as you, and even narrowing it down to mobian, I still don't know. RE: How-To: Remote Control Your Phone from Desktop via VNC - biketool - 10-16-2025 (10-15-2025, 05:47 PM)j_s Wrote: ssh works for most of my needs, but as far as I know there are no CLI utilities for adding external service accounts and entering strong passwords via OSK is torture for me. I mostly use it to manage SMS and initiate phone calls at my desk. otherwise SSH and SCP do everything I ever need. |