Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [REQUEST] VNC Server testing/assistance

    App Development
    debugging testing vnc
    4
    14
    237
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      abmyii last edited by

      Hello! I've been working on a VNC server (https://gitlab.com/abmyii/ubports-mir-vnc-server) for a while and have got it to a stage where it's very usable.

      snapshot-godotmp4.jpeg
      (VNC + Godot demo - full video: https://gofile.io/d/e6khOg)

      While it is stable on my device, others have reported crashes when trying to interact (i.e. clicking or typing) over VNC. I haven't been able to isolate the issue due to having very few testers and also not being too familiar with the inner workings of UBPorts. If anyone can help with either of these, I would appreciate it very much!

      armhf click:
      https://gitlab.com/abmyii/ubports-mir-vnc-server/-/jobs/941416993/artifacts/raw/build/arm-linux-gnueabihf/app/mirvncserver.abmyii_1.0.0_armhf.click

      arm64 click:
      https://gitlab.com/abmyii/ubports-mir-vnc-server/-/jobs/941416995/artifacts/raw/build/aarch64-linux-gnu/app/mirvncserver.abmyii_1.0.0_arm64.click

      amd64 click:
      https://gitlab.com/abmyii/ubports-mir-vnc-server/-/jobs/941416997/artifacts/raw/build/x86_64-linux-gnu/app/mirvncserver.abmyii_1.0.0_amd64.click

      K W 2 Replies Last reply Reply Quote 3
      • K
        kugiigi @abmyii last edited by

        @abmyii How do you rotate the screen?
        I'll try this is all my devices and report here 👍

        A 1 Reply Last reply Reply Quote 1
        • A
          abmyii @kugiigi last edited by

          @kugiigi Ctrl+Shift+Up and Ctrl+Shift+Down should do it!

          1 Reply Last reply Reply Quote 1
          • W
            wdehoog @abmyii last edited by

            @abmyii It seems to work well. No errors in the log. (Oneplus One, rc channel, Ultravnc on windows 10).

            I ran it with

            phablet@ubuntu-phablet:/opt/click.ubuntu.com/mirvncserver.abmyii/1.0.0$ LD_LIBRARY_PATH=lib/arm-linux-gnueabihf/ ./mirvncserver  -m /run/mir_socket --cap-interval 2 -s 432 768
            

            thanks for creating this

            A 1 Reply Last reply Reply Quote 1
            • A
              abmyii @wdehoog last edited by

              @wdehoog Glad it works on your device! Thank you for testing it.

              K 1 Reply Last reply Reply Quote 0
              • K
                kugiigi @abmyii last edited by

                @abmyii Here's my results

                • Pinephone - crash at startup
                • Nexus 5 - Works until you do any kind of input (keyboard or mouse)
                • Meizu MX4 - Works
                • Xperia X - Works
                • Bq E5 HD - Connects but just shows the app drawer. It's in a year-old edge image though so that could be the reason.

                Wasn't able to rotate the screen though on TightVNC (WIndows 10) and Remmina (Ubuntu).

                A 1 Reply Last reply Reply Quote 1
                • A
                  abmyii @kugiigi last edited by

                  @kugiigi said in [REQUEST] VNC Server testing/assistance:

                  @abmyii Here's my results

                  • Pinephone - crash at startup
                  • Nexus 5 - Works until you do any kind of input (keyboard or mouse)
                  • Meizu MX4 - Works
                  • Xperia X - Works
                  • Bq E5 HD - Connects but just shows the app drawer. It's in a year-old edge image though so that could be the reason.

                  Super useful, thank you very much! The Pinephone crash is expected since there is no Mir server. It's just the pesky Nexus 5 issue that I can't seem to isolate...
                  Considering it worked on all the others I guess it's just a Nexus 5-sepecific issue.

                  Wasn't able to rotate the screen though on TightVNC (WIndows 10) and Remmina (Ubuntu).

                  @abmyii said in [REQUEST] VNC Server testing/assistance:

                  @kugiigi Ctrl+Shift+Up and Ctrl+Shift+Down should do it!

                  Whoops, I just realised it's Ctrl+Super+Up and Ctrl+Super+Down.

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    kugiigi @abmyii last edited by

                    @abmyii Oh okay, that worked although at first it was crashing and when it worked, I still get crashes when rotating from time to time. This is on Remmina on Ubuntu so perhaps specific only to this.

                    A 1 Reply Last reply Reply Quote 1
                    • A
                      abmyii @kugiigi last edited by

                      @kugiigi said in [REQUEST] VNC Server testing/assistance:

                      @abmyii Oh okay, that worked although at first it was crashing and when it worked, I still get crashes when rotating from time to time. This is on Remmina on Ubuntu so perhaps specific only to this.

                      Yeah, known issue - I haven't had a chance to look into it properly yet. It usually takes ~4/5 rotations in quick succession for it to crash on mine.

                      K 1 Reply Last reply Reply Quote 1
                      • K
                        kugiigi @abmyii last edited by

                        @abmyii Yeah, I think it's fine. It's still usable anyway and not a big deal.
                        One suggestion though is to put a simple UI for the app because showing a continuous loading screens can be confusing to uses. Perhaps a toggle to turn on and off the server so that the app won't crash completely when the server crashes. This will be more effort though 😛

                        A 1 Reply Last reply Reply Quote 1
                        • A
                          abmyii @kugiigi last edited by

                          @kugiigi TBH my dad suggested to add it to the UT Tweak Tool but Rodney said it should be a CLI tool built into the system. Will have to clarify with him today how to move forward.

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            kugiigi @abmyii last edited by

                            @abmyii The proper way is indeed to integrate it to the system but it's fine to have it as a separate app for now or to put it in UTTT since your father is the maintainer anyway 🙂 Many things in UTTT graduates or should graduate and implemented in the system anyway

                            1 Reply Last reply Reply Quote 1
                            • jezek
                              jezek last edited by jezek

                              Works on FP2 (2020-W50) + Vinagre Remote Desktop Viewer on Ubuntu-MATE 20.10.

                              The touch gestures on notebook's touch screen are transferred too and can be used to control the phone.

                              Screenshot-MirVNCServer.resized[50%].jpg

                              Very good job, thank you.

                              A 1 Reply Last reply Reply Quote 1
                              • A
                                abmyii @jezek last edited by

                                @jezek Great, glad it works well!

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post