FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.34k stars 72 forks source link

[PROBLEM] Connecting to UxPlay doesnt change anything on the display #205

Closed Fallcrim closed 10 months ago

Fallcrim commented 10 months ago

OS

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian

As told in the title, connecting a device doesnt change the screen. I am running x64 Desktop version and once I run the start command, I don't get errors, but I can still see my desktop like nothing happened. Any ideas why?

Run command: uxplay -rpiwl -avdec

fduncanh commented 10 months ago

am I correct in interpreting what you say as that you are running a 64-bit version of Raspian Bullseye on a Raspberry Pi model 4B? Is this different from Raspberry Pi OS (Bullseye)?

Edit: it seems to be, because your /etc/os-release (above) differs from Raspberry Pi OS (Bullseye), no longer called raspian (Its id is "debian")

I couldn't find a downloadable "raspian x64" ??? image. What are you using exactly?

fduncanh commented 10 months ago

Here are examples of debug output from UxPlay with the uxplay -d option: https://github.com/FDH2/UxPlay/wiki/example-of-UxPlay-debug-output

Compare with your own debug output to see where any problem is shown.

fduncanh commented 10 months ago

Needs more information for this to be a valid issue.