사용자 도구

사이트 도구


linux:wayland

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:wayland [2021/05/06 21:40]
kwon37xi
linux:wayland [2024/01/08 12:26] (현재)
kwon37xi [Wayland on Nvidia]
줄 1: 줄 1:
 ====== Wayland ====== ====== Wayland ======
   * [[https://arewewaylandyet.com/|Are we Wayland yet?]]   * [[https://arewewaylandyet.com/|Are we Wayland yet?]]
 +  * [[https://gitlab.freedesktop.org/wlroots/wlroots|wlroots / wlroots · GitLab]]
 +
 +===== wayland 사용여부 확인 =====
 +  * 아래 명령의 결과가 ''wayland''이면 wayland 사용중인 것이다.
 +<code sh>
 +echo $XDG_SESSION_TYPE
 +</code>
 +
 +===== 부팅시 환경 변수 environment variable =====
 +  * [[https://wiki.gnome.org/Initiatives/Wayland/SessionStart|Initiatives/Wayland/SessionStart - GNOME Wiki!]]
 +  * [[linux:systemd|systemd]]의 ''environment.d'' 방식을 사용한다.
  
 ===== Ubuntu / Gnome / gdm3 Linux Wayland 끄기 ===== ===== Ubuntu / Gnome / gdm3 Linux Wayland 끄기 =====
줄 11: 줄 22:
 </code> </code>
   * reboot 하거나 ''sudo systemctl restart gdm3'' 실행.   * reboot 하거나 ''sudo systemctl restart gdm3'' 실행.
 +
 +===== Wayland on Nvidia =====
 +  * [[linux:nvidia|Linux Nvidia Graphic Card]]
 +  * [[linux:ubuntu:23.10|Ubuntu 23.10]] 에서 nvidia 독점 드라이버와 아래 ''libnvidia-egl-wayland1'' 설치만 하고  테스트 중.
 +<code sh>
 +sudo apt install libnvidia-egl-wayland1
 +</code>
 +  * [[https://www.maketecheasier.com/wayland-work-with-nvidia-graphics-cards/|How to Get Wayland to Work on Nvidia Graphics Cards - Make Tech Easier]] : [[linux:ubuntu:23.10|Ubuntu 23.10]] 에서 그냥 로그인시 wayland 선택해서 로그인하면 복잡한 작업 안해도 잘 됨.
  
 ===== 참조 ===== ===== 참조 =====
   * [[https://www.maketecheasier.com/what-is-wayland/|What Is Wayland and What Does It Means for Linux Users - Make Tech Easier]]   * [[https://www.maketecheasier.com/what-is-wayland/|What Is Wayland and What Does It Means for Linux Users - Make Tech Easier]]
   * [[https://wiki.archlinux.org/index.php/Wayland|Wayland - ArchWiki]]   * [[https://wiki.archlinux.org/index.php/Wayland|Wayland - ArchWiki]]
 +  * [[https://www.secjuice.com/wayland-vs-xorg/|Wayland v/s Xorg : How Are They Similar & How Are They Different]]
 +  * [[https://www.maketecheasier.com/what-is-wayland/|What Is Wayland and What Does It Means for Linux Users - Make Tech Easier]]
linux/wayland.1620304826.txt.gz · 마지막으로 수정됨: 2021/05/06 21:40 저자 kwon37xi