사용자 도구

사이트 도구


linux:ubuntu:21.10

차이

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

차이 보기로 링크

다음 판
이전 판
다음 판 양쪽 다음 판
linux:ubuntu:21.10 [2021/10/15 16:43]
kwon37xi 만듦
linux:ubuntu:21.10 [2022/01/01 14:40]
kwon37xi [사용중인 Gnome Extension]
줄 1: 줄 1:
 ====== Ubuntu 21.10 Impish Indri ====== ====== Ubuntu 21.10 Impish Indri ======
   * 이전 버전 : [[linux:ubuntu:21.04|Ubuntu 21.04]]   * 이전 버전 : [[linux:ubuntu:21.04|Ubuntu 21.04]]
 +  * https://releases.ubuntu.com/21.10/
 +  * [[linux:inputmethod:ibus|iBus]] 설정 dconf key 가 변경된 것으로 보임. - 확인 필요.
 +  * [[linux:ubuntu:after_install|Ubuntu After Installation]]
  
 +===== 변경사항 =====
 +  * ''docker'' 패키지가 ''docker.io'' 로 변경됨.
 +  * [[linux:inputmethod:ibus|iBus]] 설정 관련 dconf key 들이 바뀐 것 같음. 확인 필요.
 +  * [[linux:nvidia|Linux Nvidia Graphic Card]] 에서 [[linux:wayland|Wayland]] 를 지원한다.
 +    * 하지만 아직 완성도가 떨어진다는 얘기가 많음.
 +
 +===== Wayland 끄기 =====
 +  * [[linux:wayland|Wayland]]에서 Firefox 가 죽거나, 제대로 애플리케이션 설치가 안되는 등의 문제가 발생해서 꺼버림(nvidia,intel 동일).
 +  * ''sudoedit /etc/gdm3/custom.conf'' 에서 아래 항목의 주석을 풀어주고 reboot.
 +<code>
 +WaylandEnable=false
 +</code>
 +  * 로그인시 더 이상 Wayland 로 로그인 되지 않는다.
 +
 +
 +===== 사용중인 Gnome Extension =====
 +  * [[linux:gnome:extension|Gnome Shell Extension]]
 +  * [[https://extensions.gnome.org/extension/3193/blur-my-shell/|Blur my Shell]]
 +  * Application Menu
 +  * [[https://extensions.gnome.org/extension/779/clipboard-indicator/|Clipboard Indicator]]
 +  * [[https://extensions.gnome.org/extension/2950/compiz-alike-windows-effect/|Compiz alike windows effect]]
 +  * [[https://extensions.gnome.org/extension/3780/ddterm/|ddterm]]
 +  * [[https://extensions.gnome.org/extension/2/move-clock/|Frippery Move Lock]]
 +  * [[https://extensions.gnome.org/extension/1113/nothing-to-say/|Nothing to say]]
 +  * [[https://extensions.gnome.org/extension/906/sound-output-device-chooser/|Sound Input & Output Device Chooser]]
 +  * [[https://extensions.gnome.org/extension/355/status-area-horizontal-spacing/|Status Area Horizontal Spacing]]
 +  * [[https://extensions.gnome.org/extension/2890/tray-icons-reloaded/|Tray Icons: Reloaded]] 혹은 Tray Icons
 +  * User Themes
 +  * windowNavigator
 +  * [[https://extensions.gnome.org/extension/3968/improved-workspace-indicator/|Improved Workspace Indicator]] -> [[https://extensions.gnome.org/extension/3851/workspaces-bar/|Workspaces-bar]]
 +  * Caffein
 +  * Desktop Icons NG(DING)
 +  * Places Status Indicator
 +  * system-monitor
 +  * Ubuntu Dock
 +  * [[https://extensions.gnome.org/extension/750/openweather/|OpenWeather]]
 +  * [[https://extensions.gnome.org/extension/2224/easy-docker-containers/|Easy Docker Containers]]
 +
 +
 +===== 문제점들 =====
 +==== 추가 드라이버 설치 GUI 작동 안함 ====
 +  * 21.10 최신 업그레이드에서는 잘 작동하는 듯함.
 +  * nvidia PC에서 추가드라이버 GUI 화면에서 nvidia 드라이버 설치가 안돼서 명령행으로 설치함.
 +  * [[linux:ubuntu:ubuntu_drivers|Ubuntu Drivers]]
 +  * [[linux:nvidia|Linux Nvidia Graphic Card]]
 +<code sh>
 +sudo ubuntu-drivers install
 +sudo reboot
 +</code>
 +  * nvidia/intel dual on-demand 모드에서 4K HDMI dual monitor 시에 화면 갱신 속도가 너무 느려서 ''prime-select nvidia''로 사용하고 있음.
 ===== 참조 ===== ===== 참조 =====
   * [[https://ubuntu.com//blog/ubuntu-21-10-has-landed|Ubuntu 21.10 has landed | Ubuntu]]   * [[https://ubuntu.com//blog/ubuntu-21-10-has-landed|Ubuntu 21.10 has landed | Ubuntu]]
   * [[https://ubuntu.com//blog/ubuntu-server-21-10|Ubuntu Server 21.10: What’s new? | Ubuntu]]   * [[https://ubuntu.com//blog/ubuntu-server-21-10|Ubuntu Server 21.10: What’s new? | Ubuntu]]
 +  * [[https://discourse.ubuntu.com/t/impish-indri-release-notes/21951|Impish Indri Release Notes - Release - Ubuntu Community Hub]]
   * [[https://www.omgubuntu.co.uk/2021/10/things-to-do-after-installing-ubuntu-21-10?utm_medium=feed|10 Things To Do After Installing Ubuntu 21.10 - OMG! Ubuntu!]]   * [[https://www.omgubuntu.co.uk/2021/10/things-to-do-after-installing-ubuntu-21-10?utm_medium=feed|10 Things To Do After Installing Ubuntu 21.10 - OMG! Ubuntu!]]
   * [[https://ubuntuhandbook.org/index.php/2021/10/upgrade-ubuntu-21-04-ubuntu-21-10/|How to Upgrade From Ubuntu 21.04 to Ubuntu 21.10 Impish Indri | UbuntuHandbook]]   * [[https://ubuntuhandbook.org/index.php/2021/10/upgrade-ubuntu-21-04-ubuntu-21-10/|How to Upgrade From Ubuntu 21.04 to Ubuntu 21.10 Impish Indri | UbuntuHandbook]]
   * [[https://www.debugpoint.com/2021/10/ubuntu-21-10-release/|Ubuntu 21.10 Release Brings GNOME 40, Latest Kernel + More]]   * [[https://www.debugpoint.com/2021/10/ubuntu-21-10-release/|Ubuntu 21.10 Release Brings GNOME 40, Latest Kernel + More]]
 +  * [[https://ubuntuhandbook.org/index.php/2021/10/top-things-ubuntu-21-10-desktop/|Top 10 Things to Do After Installing Ubuntu 21.10 Desktop | UbuntuHandbook]] 
 +  * [[https://www.ubuntubuzz.com/2021/11/what-to-do-after-installing-ubuntu-2110-impish-indri.html|What To Do After Installing Ubuntu 21.10 Impish Indri]]
linux/ubuntu/21.10.txt · 마지막으로 수정됨: 2022/07/19 09:27 저자 kwon37xi