mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
New Posts
This commit is contained in:
parent
e599cf308c
commit
ddf779a499
3 changed files with 117 additions and 0 deletions
22
content/blog/xvfb.md
Normal file
22
content/blog/xvfb.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: "Xvfb"
|
||||
date: 2020-09-07T20:49:54-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
X Virtual Framebuffer (Xvfb) is a great quick application to run applications that expect a `X11` server, but you don't care to see the visual output.
|
||||
|
||||
To install:
|
||||
|
||||
```bash
|
||||
sudo apt install xvfb
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
xvfb-run application
|
||||
```
|
||||
|
||||
For more customization, I hear that it's better to use [xpra with Xdummy](https://xpra.org/trac/wiki/Xdummy). I haven't tried this myself yet, but if you experience issues with the application expecting `randr` or `glx` extensions, give it a shot.
|
Loading…
Add table
Add a link
Reference in a new issue