📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 06:08:26
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyvirtualdisplay
/
examples
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pyvirtualdisplay/examples
🔄 Refresh
✏️
Editing: headless.py
Read Only
"Start Xvfb server. Open xmessage window." from easyprocess import EasyProcess from pyvirtualdisplay import Display with Display(visible=False, size=(100, 60)) as disp: with EasyProcess(["xmessage", "hello"]) as proc: proc.wait()
💾 Save Changes
❌ Cancel