저는 현재 RockyLinux를 테스트하고 있으며 xdmcp를 통해 원격 액세스를 구성하려고 합니다.
현재 저는 환영 프로그램으로 LightDM을 실행하고 있으며 데스크탑으로는 XFCE를 실행하고 있습니다.
내 lightdm.conf
파일 설정에는 다음이 포함됩니다.
[XDMCPServer]
enabled=true
port=177
포트는 177
방화벽에서 활성화되어 있으며 내 sshd_config
설정은 다음과 같습니다.
XauthLocation /usr/bin/xauth
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
위 설정을 사용하면 문제 없이 RockyLinux 시스템과 LightDM 환영 디스플레이에 원격으로 액세스할 수 있습니다. 그러나 일단 로그인하면 디스플레이에 결함이 생기고 내가 볼 때 로그인 시 XFCEC 데스크탑이 중복된 것처럼 보입니다. 어떻게 설명해야 할지 모르겠지만, 아래 이미지를 통해 이해하실 수 있기를 바랍니다.
현재 Xming을 사용하여 원격으로 연결하고 있으며 다음과 같은 로그 출력이 있습니다.
Welcome to the Xming X Server
Vendor: Colin Harrison
Release: 7.5.0.88 (Date: 20141127 Time: 11248)
OS: Windows Version 10.0 (not supported)
FreeType2: 2.5.3
Pixman: 0.33.1
Contact: http://www.straightrunning.com/XmingNotes/
Xming was started with the following command line...
Xming.exe :1 -query [redacted] -clipboard -nolisten inet6
LoadPreferences - [redacted]/Xmingrc not found.
LoadPreferences - Loading C:\Program Files\Xming\Xmingrc
LoadPreferences - Using the default Xmingrc configuration file.
winDetectSupportedEngines - DirectDraw installed, allowing ShadowDD
winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
winDetectSupportedEngines - Returning, supported engines 00000007
winSetEngine - Using Shadow DirectDraw NonLocking
winScreenInit - Using Windows display depth of 32 bits per pixel
winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
(II) AIGLX: Loaded and initialized swrast
(II) GLX: Initialized DRISWRAST GL provider for screen 0
[dix] Could not init font path element C:\WINDOWS\Fonts, removing from list!
winPointerWarpCursor - Discarding first warp: 957 565
(--) 5 mouse buttons found
(--) Setting autorepeat to delay=500, rate=31
(--) Windows keyboard layout: "00000809" (00000809) "United Kingdom", type 4
(--) Found matching XKB configuration "English (United Kingdom)"
(--) Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
Rules = "base" Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
winBlockHandler - pthread_mutex_unlock()
winProcEstablishConnection - winInitClipboard returned.
winClipboardThreadProc - DISPLAY=127.0.0.1:1.0
OS maintains clipboard viewer chain: yes
winClipboardProc - XOpenDisplay () returned and successfully opened the display.
이 정보가 도움이나 조언을 구하는 데 충분하길 바랍니다. 감사해요