What pkg to use o install an xorg X11 server for remote access

I have a RL8 vm which requires an X11 windowing server. Looking a the xorg packages it is not clear to me which one or ones I should install. I would appreciate some guidance as I do not wish to create a mess figuring out which are necessary.

“Server for remote access”?

X11 server is the one that draws on the screen for you to see. Traditionally, you do sit on that machine.

X11 client is a program that can run on remote machine and merely send its GUI to X11 server.
After all the security vulnerabilities that is commonly done via ssh “X forwarding”.
The remote machine requires package whose name is about “xorg*auth”.

Admittedly the X11 method to send data to server is inefficient. Some have resorted to running the GUI session on the remote machine (that has no monitor) and transmit the rendered screens over the network as “video stream” is apparently lighter. I’m not fan of those and hence not familiar.

  • did not make myself clear: Given these to choose from which ones do I need?
*`# dnf search xorg
Last metadata expiration check: 3:11:49 ago on Tue 29 Nov 2022 12:19:51 PM EST.
========================= Name & Summary Matched: xorg =========================
abrt-addon-xorg.x86_64 : abrt's Xorg addon
xorg-x11-drv-ati.x86_64 : Xorg X11 ati video driver
xorg-x11-drv-dummy.x86_64 : Xorg X11 dummy video driver
xorg-x11-drv-evdev.x86_64 : Xorg X11 evdev input driver
xorg-x11-drv-evdev-devel.i686 : Xorg X11 evdev input driver development package.
xorg-x11-drv-evdev-devel.x86_64 : Xorg X11 evdev input driver development package.
xorg-x11-drv-fbdev.x86_64 : Xorg X11 fbdev video driver
xorg-x11-drv-intel.i686 : Xorg X11 Intel video driver
xorg-x11-drv-intel.x86_64 : Xorg X11 Intel video driver
xorg-x11-drv-libinput.x86_64 : Xorg X11 libinput input driver
xorg-x11-drv-nouveau.x86_64 : Xorg X11 nouveau video driver for NVIDIA graphics chipsets
xorg-x11-drv-qxl.x86_64 : Xorg X11 qxl video driver
xorg-x11-drv-v4l.x86_64 : Xorg X11 v4l video driver
xorg-x11-drv-vesa.x86_64 : Xorg X11 vesa video driver
xorg-x11-drv-vmware.x86_64 : Xorg X11 vmware video driver
xorg-x11-drv-wacom.x86_64 : Xorg X11 wacom input driver
xorg-x11-server-Xorg.x86_64 : Xorg X server
xorg-x11-server-common.x86_64 : Xorg server common files
============================== Name Matched: xorg ==============================
xorg-sgml-doctools.noarch : X.Org SGML documentation generation tools
xorg-x11-docs.noarch : X.Org X11 documentation
xorg-x11-drivers.x86_64 : X.Org X11 driver installation package
xorg-x11-drv-wacom-serial-support.x86_64 : Files for enabling the wacom_w8001 kernel driver
xorg-x11-font-utils.x86_64 : X.Org X11 font utilities
xorg-x11-fonts-100dpi.noarch : A set of 100dpi resolution fonts for the X Window System
xorg-x11-fonts-75dpi.noarch : A set of 75dpi resolution fonts for the X Window System
xorg-x11-fonts-ISO8859-1-100dpi.noarch : A set of 100dpi ISO-8859-1 fonts for X
xorg-x11-fonts-ISO8859-1-75dpi.noarch : A set of 75dpi ISO-8859-1 fonts for X
xorg-x11-fonts-ISO8859-14-100dpi.noarch : ISO8859-14-100dpi fonts
xorg-x11-fonts-ISO8859-14-75dpi.noarch : ISO8859-14-75dpi fonts
xorg-x11-fonts-ISO8859-15-100dpi.noarch : ISO8859-15-100dpi fonts
xorg-x11-fonts-ISO8859-15-75dpi.noarch : ISO8859-15-75dpi fonts
xorg-x11-fonts-ISO8859-2-100dpi.noarch : A set of 100dpi Central European language fonts for X
xorg-x11-fonts-ISO8859-2-75dpi.noarch : A set of 75dpi Central European language fonts for X
xorg-x11-fonts-ISO8859-9-100dpi.noarch : ISO8859-9-100dpi fonts
xorg-x11-fonts-ISO8859-9-75dpi.noarch : ISO8859-9-75dpi fonts
xorg-x11-fonts-Type1.noarch : Type1 fonts provided by the X Window System
xorg-x11-fonts-cyrillic.noarch : Cyrillic fonts for X
xorg-x11-fonts-ethiopic.noarch : Ethiopic fonts
xorg-x11-fonts-misc.noarch : misc bitmap fonts for the X Window System
xorg-x11-proto-devel.noarch : X.Org X11 Protocol headers
xorg-x11-server-Xdmx.x86_64 : Distributed Multihead X Server and utilities
xorg-x11-server-Xephyr.x86_64 : A nested server
xorg-x11-server-Xnest.x86_64 : A nested server
xorg-x11-server-Xspice.x86_64 : XSpice is an X server that can be accessed by a Spice client
xorg-x11-server-Xvfb.x86_64 : A X Windows System virtual framebuffer X server
xorg-x11-server-Xwayland.x86_64 : Xwayland
xorg-x11-server-utils.x86_64 : X.Org X11 X server utilities
xorg-x11-utils.x86_64 : X.Org X11 X client utilities
xorg-x11-xauth.x86_64 : X.Org X11 X authority utilities
xorg-x11-xbitmaps.noarch : X.Org X11 application bitmaps
xorg-x11-xinit.x86_64 : X.Org X11 X Window System xinit startup scripts
xorg-x11-xinit-session.x86_64 : Display manager support for ~/.xsession and ~/.Xclients
xorg-x11-xkb-utils.x86_64 : X.Org X11 xkb utilities
============================ Summary Matched: xorg =============================
tigervnc-server-module.x86_64 : TigerVNC module to Xorg

`