Status: display_server_not_supported (Anydesk display server not supported Ubuntu 22)
-
반응형
Status: display_server_not_supported (Anydesk display server not supported Ubuntu 22)
우분투에서 Anydesk 이용할때 display 문제로 에러나고 안되는 경우가 있습니다.
Ubuntu 22에서 Anydesk의 "display_server_not_supported" 오류를 해결하는 방법을 알려드리겠습니다. 이 문제는 주로 Wayland 디스플레이 서버를 사용할 때 발생합니다. 해결 방법은 다음과 같습니다:
방법 1. Wayland 비활성화하기: Wayland를 완전히 비활성화하려면 다음 단계를 따르세요:
터미널을 엽니다.
다음 명령어로 설정 파일을 엽니다:
sudo vim /etc/gdm3/custom.conf
WaylandEnable=false 줄의 주석을 제거합니다 (맨 앞의 #을 삭제) 및 저장.
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = $USERNAME
# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true
시스템을 재부팅합니다.
sudo reboot
대부분 방법 1로 다 해결됩니다.
반응형
방법 2. X11로 전환하기: Ubuntu 22는 기본적으로 Wayland를 사용하지만, Anydesk는 X11과 더 잘 작동합니다. 로그인 화면에서 X11 세션으로 전환할 수 있습니다.