GithubHelp home page GithubHelp logo

Comments (4)

thorstenwagner avatar thorstenwagner commented on June 15, 2024

Ah, on my local system I had to install the xvfb package. But this is already in /usr/bin on the HPC system. The xorg.conf look like I need to to install xf86-video-dummy, but I don't have root.

from xpra.

totaam avatar totaam commented on June 15, 2024

I don't know which version conda gives you or how it's installed.
This is not a supported configuration.

[1146645.204] (WW) Warning, couldn't open module dummy

You need to install the dummy driver. ie: dnf install xorg-x11-drv-dummy.

Alternatively, and I must stress that this is a sub-par approach which will give you the same experience that Debian and Ubuntu users are forced to endure, switch to Xvfb in /etc/xpra/conf.d/55_server_x11.conf:

# Virtual display command:
# - Xvfb option (limited DPI support)
# xvfb = Xvfb -nolisten tcp -noreset \
# +extension GLX +extension Composite \
# -auth $XAUTHORITY \
# -screen 0 8192x4096x24+32
# -dpi 96x96
# - Xephyr (requires a running X11 server):
# xvfb = Xephyr -nolisten tcp -noreset \
# +extension GLX +extension Composite \
# -auth $XAUTHORITY \
# -screen 8192x4096x24+32
# - Xdummy (better with version 0.4.0 or later):
#xvfb = %(xdummy_command)s
#
# Selecting virtual X server:

from xpra.

ehfd avatar ehfd commented on June 15, 2024

Xvfb is a possible option to use.

from xpra.

totaam avatar totaam commented on June 15, 2024

Xvfb is a possible option to use.

As per above, Xvfb is an option, just not a good one.

from xpra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.