Skip to content

fix: force configured GPU resolution, stop VM before build#242

Merged
ryanbreen merged 1 commit intomainfrom
fix/gpu-resolution-run-sh
Mar 2, 2026
Merged

fix: force configured GPU resolution, stop VM before build#242
ryanbreen merged 1 commit intomainfrom
fix/gpu-resolution-run-sh

Conversation

@ryanbreen
Copy link
Owner

Summary

  • Always use DEFAULT_FB_WIDTH/HEIGHT instead of GET_DISPLAY_INFO result, which reports the Parallels native Retina resolution (2560x1600) and hurts rendering performance
  • Move VM stop to before the build phase in run.sh so locked .hds files don't cause stale disk images
  • Add --clean support for cargo clean in run.sh

Test plan

  • Parallels VM boots cleanly with forced resolution
  • run.sh --parallels stops VM before building

🤖 Generated with Claude Code

Always use DEFAULT_FB_WIDTH/HEIGHT instead of GET_DISPLAY_INFO result,
which reports the Parallels native Retina resolution (2560x1600) and
hurts rendering performance.

Move VM stop to before the build phase in run.sh so locked .hds files
don't cause stale disk images. Add --clean support for cargo clean.

Co-Authored-By: Ryan Breen <rbreen@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ryanbreen ryanbreen merged commit add8de8 into main Mar 2, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant