On Sat, Sep 09, 2023 at 06:36:56PM -0500, Tom Browder wrote: > Is there any "xclip" option to allow for testing without a graphics devivce > without throwing an error? Or any suggestion for a work around?
Look at the xvfb package. It gives an X server that exists entirely in memory, not needing a physical graphics chipset to run against. You can set DISPLAY to point to the xvfb server, and run X client programs in that environment.