From 8b10092dc174e34538df5be95acf5b2b4d005f72 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sat, 25 Jun 2016 10:17:25 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aabe8ad..95c77a0 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ About Xvfb: --------------- -To run a program with a graphical display, you normally require X11 and a physical display attached. However, With Xvfb you can run headless inside a virtual dislpay. In the X Window System, X Virtual FrameBuffer (Xvfb or ") is an X11 server that performs all graphical operations in memory, not showing any screen output. This virtual server does not require the computer it is running on to even have a screen or any input device. Only a network layer is necessary. +To run a program with a graphical display, you normally require X11 and a physical display attached. However, With Xvfb you can run headless inside a virtual dislpay. In the X Window System, X Virtual FrameBuffer (Xvfb) is an X11 server that performs all graphical operations in memory, not showing any screen output. This virtual server does not require the computer it is running on to even have a screen or any input device. Only a network layer is necessary. Xvfb is often used for running acceptance tests on a headless server.