Skip to content
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

run headless with weston #57

Open
kapouer opened this issue Nov 25, 2016 · 2 comments
Open

run headless with weston #57

kapouer opened this issue Nov 25, 2016 · 2 comments

Comments

@kapouer
Copy link
Owner

kapouer commented Nov 25, 2016

weston can run headless

Options for headless-backend.so:

  --width=WIDTH		Width of memory surface
  --height=HEIGHT	Height of memory surface
  --transform=TR	The output transformation, TR is one of:
	normal 90 180 270 flipped flipped-90 flipped-180 flipped-270
  --use-pixman		Use the pixman (CPU) renderer (default: no rendering)
@kapouer
Copy link
Owner Author

kapouer commented Nov 25, 2016

On debian/experimental with weston 1.11.94 (ideally weston 1.12.0 should be used)

weston -B headless-backend.so --socket=wktest &
WAYLAND_DISPLAY=wktest mocha

so it's just weston replacing xvfb;

it has a couple options that might be interesting:
--no-outputs
--use-pixman

@kapouer
Copy link
Owner Author

kapouer commented Nov 10, 2019

NB: vkms kernel driver.

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

No branches or pull requests

1 participant