xorg-x11-server-common still needed? The Next CEO of Stack OverflowXorg Server Failing to StartupDisable/modify middle-click-to-paste in X11/XorgWhy Xnest server has different glxinfo than normal Xorg server?Is there any common X11 program?Installing xorg-x11-server-Xvfb broke X and uninstalling it doesn't fix itWhy is X11 still version 11?Turn off X11 / Xorg display (not standby)x11-common contains empty filenameWhat is the modern, up-to-date way to manually tweak X11/Xorg settings?GNOME issues on a laptop with Nvidia GEForce graphic card
What happened in Rome, when the western empire "fell"?
How did Beeri the Hittite come up with naming his daughter Yehudit?
Strange use of "whether ... than ..." in official text
Can someone explain this formula for calculating Manhattan distance?
Where do students learn to solve polynomial equations these days?
AB diagonalizable then BA also diagonalizable
I dug holes for my pergola too wide
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Is French Guiana a (hard) EU border?
Is there such a thing as a proper verb, like a proper noun?
What would be the main consequences for a country leaving the WTO?
"Eavesdropping" vs "Listen in on"
Which one is the true statement?
What does "shotgun unity" refer to here in this sentence?
What CSS properties can the br tag have?
IC has pull-down resistors on SMBus lines?
What can the phrase “is embedded in a whale of a bill” mean?
(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Would a completely good Muggle be able to use a wand?
Yu-Gi-Oh cards in Python 3
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Why the last AS PATH item always is `I` or `?`?
Redefining symbol midway through a document
xorg-x11-server-common still needed?
The Next CEO of Stack OverflowXorg Server Failing to StartupDisable/modify middle-click-to-paste in X11/XorgWhy Xnest server has different glxinfo than normal Xorg server?Is there any common X11 program?Installing xorg-x11-server-Xvfb broke X and uninstalling it doesn't fix itWhy is X11 still version 11?Turn off X11 / Xorg display (not standby)x11-common contains empty filenameWhat is the modern, up-to-date way to manually tweak X11/Xorg settings?GNOME issues on a laptop with Nvidia GEForce graphic card
xorg-x11-server-common
Internet services that are not required for system or application processes must not be active to decrease the attack surface of the system. X Windows has a long history of security vulnerabilities and will not be used unless approved and documented.
So there is this rule that claims X is bad. It seems that if in CentOS7 (i.e. RHEL7) removing xorg-x11-server-common results in the following also being removed
xorg-x11-drv-fbdev
xorg-x11-drv-evdev
xorg-x11-drv-v4l
xorg-x11-drv-ati
xorg-x11-server-xorg
xorg-x11-drivers
xorg-x11-drv-intel
xorg-x11-drv-synaptics
xorg-x11-qxl
xorg-x11-vmware
xorg-x11-wacom
xorg-x11-void
xorg-x11-nouveau
xorg-x11-vmmouse
xorg-x11-ves
xorg-x11-dummy
In doing so after a reboot I no longer have a graphical login at the console, doing a init 5 or systemctl isolate graphical.target results in an error, it's now like sitting at a commodore hooked up to the living room tv but black & white not black & green.
My question is, for a server in a work environment where users would not sit at a console but rather VNC or remote in over the network, will graphical programs like libreoffice, firefox, the graphical user manager in gnome system-config-users work? Or does removing xorg bring us back to the 70's style of computing? How ingrained is Xorg-x11-* would gnome and right-click new terminal still work?
update: so it appears it is very needed if you want to have any kind of windowing including your mouse and keyboard working.
- xorg-x11-drv-evdev = input driver for Linux's generic event devices, it therefore supports all input devices that the kernel knows about, including most mice and keyboards.
- can't install that or
xorg-x11-driverswithout havingxorg-x11-server-commoninstalled - thanks for playing, I recovered by doing
yum install x11-xorg-driverswhich basically reinstalls everything including server-common
x11 xorg x
add a comment |
xorg-x11-server-common
Internet services that are not required for system or application processes must not be active to decrease the attack surface of the system. X Windows has a long history of security vulnerabilities and will not be used unless approved and documented.
So there is this rule that claims X is bad. It seems that if in CentOS7 (i.e. RHEL7) removing xorg-x11-server-common results in the following also being removed
xorg-x11-drv-fbdev
xorg-x11-drv-evdev
xorg-x11-drv-v4l
xorg-x11-drv-ati
xorg-x11-server-xorg
xorg-x11-drivers
xorg-x11-drv-intel
xorg-x11-drv-synaptics
xorg-x11-qxl
xorg-x11-vmware
xorg-x11-wacom
xorg-x11-void
xorg-x11-nouveau
xorg-x11-vmmouse
xorg-x11-ves
xorg-x11-dummy
In doing so after a reboot I no longer have a graphical login at the console, doing a init 5 or systemctl isolate graphical.target results in an error, it's now like sitting at a commodore hooked up to the living room tv but black & white not black & green.
My question is, for a server in a work environment where users would not sit at a console but rather VNC or remote in over the network, will graphical programs like libreoffice, firefox, the graphical user manager in gnome system-config-users work? Or does removing xorg bring us back to the 70's style of computing? How ingrained is Xorg-x11-* would gnome and right-click new terminal still work?
update: so it appears it is very needed if you want to have any kind of windowing including your mouse and keyboard working.
- xorg-x11-drv-evdev = input driver for Linux's generic event devices, it therefore supports all input devices that the kernel knows about, including most mice and keyboards.
- can't install that or
xorg-x11-driverswithout havingxorg-x11-server-commoninstalled - thanks for playing, I recovered by doing
yum install x11-xorg-driverswhich basically reinstalls everything including server-common
x11 xorg x
Source of the quote??
– Biswapriyo
yesterday
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago
add a comment |
xorg-x11-server-common
Internet services that are not required for system or application processes must not be active to decrease the attack surface of the system. X Windows has a long history of security vulnerabilities and will not be used unless approved and documented.
So there is this rule that claims X is bad. It seems that if in CentOS7 (i.e. RHEL7) removing xorg-x11-server-common results in the following also being removed
xorg-x11-drv-fbdev
xorg-x11-drv-evdev
xorg-x11-drv-v4l
xorg-x11-drv-ati
xorg-x11-server-xorg
xorg-x11-drivers
xorg-x11-drv-intel
xorg-x11-drv-synaptics
xorg-x11-qxl
xorg-x11-vmware
xorg-x11-wacom
xorg-x11-void
xorg-x11-nouveau
xorg-x11-vmmouse
xorg-x11-ves
xorg-x11-dummy
In doing so after a reboot I no longer have a graphical login at the console, doing a init 5 or systemctl isolate graphical.target results in an error, it's now like sitting at a commodore hooked up to the living room tv but black & white not black & green.
My question is, for a server in a work environment where users would not sit at a console but rather VNC or remote in over the network, will graphical programs like libreoffice, firefox, the graphical user manager in gnome system-config-users work? Or does removing xorg bring us back to the 70's style of computing? How ingrained is Xorg-x11-* would gnome and right-click new terminal still work?
update: so it appears it is very needed if you want to have any kind of windowing including your mouse and keyboard working.
- xorg-x11-drv-evdev = input driver for Linux's generic event devices, it therefore supports all input devices that the kernel knows about, including most mice and keyboards.
- can't install that or
xorg-x11-driverswithout havingxorg-x11-server-commoninstalled - thanks for playing, I recovered by doing
yum install x11-xorg-driverswhich basically reinstalls everything including server-common
x11 xorg x
xorg-x11-server-common
Internet services that are not required for system or application processes must not be active to decrease the attack surface of the system. X Windows has a long history of security vulnerabilities and will not be used unless approved and documented.
So there is this rule that claims X is bad. It seems that if in CentOS7 (i.e. RHEL7) removing xorg-x11-server-common results in the following also being removed
xorg-x11-drv-fbdev
xorg-x11-drv-evdev
xorg-x11-drv-v4l
xorg-x11-drv-ati
xorg-x11-server-xorg
xorg-x11-drivers
xorg-x11-drv-intel
xorg-x11-drv-synaptics
xorg-x11-qxl
xorg-x11-vmware
xorg-x11-wacom
xorg-x11-void
xorg-x11-nouveau
xorg-x11-vmmouse
xorg-x11-ves
xorg-x11-dummy
In doing so after a reboot I no longer have a graphical login at the console, doing a init 5 or systemctl isolate graphical.target results in an error, it's now like sitting at a commodore hooked up to the living room tv but black & white not black & green.
My question is, for a server in a work environment where users would not sit at a console but rather VNC or remote in over the network, will graphical programs like libreoffice, firefox, the graphical user manager in gnome system-config-users work? Or does removing xorg bring us back to the 70's style of computing? How ingrained is Xorg-x11-* would gnome and right-click new terminal still work?
update: so it appears it is very needed if you want to have any kind of windowing including your mouse and keyboard working.
- xorg-x11-drv-evdev = input driver for Linux's generic event devices, it therefore supports all input devices that the kernel knows about, including most mice and keyboards.
- can't install that or
xorg-x11-driverswithout havingxorg-x11-server-commoninstalled - thanks for playing, I recovered by doing
yum install x11-xorg-driverswhich basically reinstalls everything including server-common
x11 xorg x
x11 xorg x
edited yesterday
ron
asked 2 days ago
ronron
1,1802817
1,1802817
Source of the quote??
– Biswapriyo
yesterday
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago
add a comment |
Source of the quote??
– Biswapriyo
yesterday
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago
Source of the quote??
– Biswapriyo
yesterday
Source of the quote??
– Biswapriyo
yesterday
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago
add a comment |
0
active
oldest
votes
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509447%2fxorg-x11-server-common-still-needed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509447%2fxorg-x11-server-common-still-needed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown

Source of the quote??
– Biswapriyo
yesterday
vaulted.io/library/disa-stigs-srgs/RHEL_7_STIG/V-72307
– ron
21 hours ago
github.com/RedHatGov/ssg-el7-kickstart/issues/69
– ron
21 hours ago