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

It is recommended to add Xdummy virtual display support which is lighter than xvfb #98

Open
quyunet opened this issue Jan 12, 2025 · 0 comments

Comments

@quyunet
Copy link

quyunet commented Jan 12, 2025

Xdummy
Description: A lightweight alternative to Xvfb that uses a dummy video driver.
Installation: sudo apt-get install xserver-xorg-video-dummy
Usage
Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile /tmp/Xorg.log :99 &
export DISPLAY=:99
npx cypress run
Pros: Lighter than Xvfb, suitable for environments with limited resources.
Cons: Less documentation and community support.

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