-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpv with gpu-next doesn't work with ghostty terminal #15642
Comments
You're most likely running a different shell environment across the two terminals, leading mpv to not find any usable GPU drivers. Run |
Thanks for the tip! I'm looking at the differences in the My other uneducated guess was that Ghostty's GPU acceleration might be impacting things, but maybe that's way off. |
It's because Homebrew's This leads to situation where no vulkan driver is discoverable. I've managed to work around this by installing ICD json into |
In that case, simply setting
|
Awesome! I've confirmed that this command works in Ghostty:
@m154k1 do you think it would be appropriate to report this issue on Homebrew/homebrew-core then? |
That's right. However, note that
Yeah, something like " |
Reported as Homebrew/homebrew-core#203233. I'll go ahead and close this issue. Thanks so much for the help! |
mpv Information
Other Information
Reproduction Steps
I'm on an M1 Pro 2021 MB Pro, and I've installed mpv 0.39.0_1 from Homebrew. When I try to play any video with mpv using the
--vo=gpu-next
option from ghostty, I don't see any video. E.g., if I download this file and try to play it here's what I see at the console:I hear audio, but see no video. If I don't pass the
--vo=gpu-next
option and just runmpv sample-5s.mp4
, the video plays fine from ghostty. And, from iTerm2 and Terminal,mpv --vo=gpu-next sample-5s.mp4
succeeds in playing the video.I also reported this under Ghostty Discussions but haven't yet seen a response there.
Expected Behavior
Video to be visible
Actual Behavior
Video was not visible (audio still worked)
Log File
output.txt
Sample Files
sample-5s.mp4.zip
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: