내 Lubuntu 설치에는 수동 X가 필요하지 않습니다. 설치하려면 무엇이 필요합니까?

내 Lubuntu 설치에는 수동 X가 필요하지 않습니다. 설치하려면 무엇이 필요합니까?

이 문제를 해결하려면 Lubuntu 18.04에 무엇을 설치해야 하는지 알고 싶습니다.

$ man X
No manual entry for X
See 'man 7 undocumented' for help when manual pages are not available.

$ man x
No manual entry for x

답변1

어쩌면 이것을 시도해야 할 수도 있습니다:

man x

이것이 당신이 찾고 있는 것입니까?

NAME
       X - a portable, network-transparent window system

Debian Jessie에서는 이것이 xorg-docs-core패키지에 의해 제공됩니다.

실제로 man X작동합니다 ...

답변2

Linux에서 X이는 일반적으로 X 서버 역할을 하는 다른 프로그램에 대한 링크입니다. 이 실행을 확인하려면 type다음을 수행하십시오 ls -l.

$ type X
X is /usr/bin/X

$ ls -l /usr/bin/X
lrwxrwxrwx 1 root root 4 2018-Nov-16 10:09:55 /usr/bin/X -> Xorg

이제 내 시스템에서 X실제로 실행되는 것을 확인했으므로 모든 세부 정보가 제공됩니다.Xorgman xorg

NAME

   Xorg - X11R7 X server

DESCRIPTION

   Xorg  is  a full featured X server that was originally designed for UNIX and UNIX-like operating systems

일반 매뉴얼을 원하면 다음을 실행할 수 있습니다 man xserver.

NAME
       Xserver - X Window System display server

SYNOPSIS
       X [option ...]

DESCRIPTION
       X  is the generic name for the X Window System display server. 
       It is frequently a link or a copy of the appropriate server binary for driving the most frequently used server on a given machine.

관련 정보