사용자 도구

사이트 도구


linux:kde

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:kde [2020/08/16 06:51]
kwon37xi
linux:kde [2022/02/14 11:25] (현재)
kwon37xi
줄 2: 줄 2:
   * https://kde.org/   * https://kde.org/
  
-===== Compositor ===== 
-  * **시스템설정 -> 디스플레이와 모니터 -> 컴포지터** 
-  * [[https://www.reddit.com/r/kde/comments/g8vdhi/compositors_in_kde_which_is_best_and_why/|Kreddit, the KDE Community on Reddit]] 
-  * 렌더린 백엔드로 일단 **OpenGL 3.1**을 해서 잘 되면 이를 사용하고, 아니면 기본값인 ''OpenGL 2.0'' 과 ''XRender''를 테스트해볼 것. 
-  * OpenGL 2.0: GPU Compositing - Use only on older configs that doesn't support OGL3.1 
-  * OpenGL 3.1: GPU Compositing - Works on most newer PCs, might be a bit faster than OGL2.0 
-  * Xrender: Software CPU Compositing - use only if you have issues with OpenGL 
  
 +===== Menu 편집 =====
 +  * [[https://docs.kde.org/trunk5/en/kde-workspace/kmenuedit/index.html|The KDE Menu Editor Handbook]]
 +  * ''kmenuedit'' 명령을 실행해서 편집하면 된다.
  
 +===== 로그인 했으나 KDE Plasma Shell 이 안보인다 =====
 +  * 정상적으로 로그인 했고, 시작 프로그램들도 시작 됐으나, 패널 등 Plasma Shell 이 올바로 실행 안되는 경우가 가끔 발생함.
 +  * 일단 재시작을 해본다.
 +  * [[https://askubuntu.com/questions/1124524/kde-5-15-missing-taskbar|KDE 5.15: Missing taskbar - Ask Ubuntu]]
 +<code sh>
 +kquitapp5 plasmashell && kstart5 plasmashell
 +</code>
 +  * 발생원인 : 실행이 안된게 아니라, USB-C 허브를 연결했는데, 해당 허브의 모니터가 연결안된 HDMI 인터페이스 쪽으로 shell 이 활성화 되어 창을 출력해서, 정작 본래 화면에서 안보였음. 디스플레이 설정에서 해당 HDMI 을 비활성화해서 해결.
 +
 +===== 설정 =====
 +  * [[https://github.com/shalva97/kde-configuration-files|shalva97/kde-configuration-files: KDE plasma configration files]]
 +
 +===== 설정 reload =====
 +  * [[https://www.reddit.com/r/kde/comments/6u0wo7/configuring_kde_by_editing_the_config_files/dlqzeop/|Configuring KDE by editing the config files? : kde]]
 +  * reload 할 실행 파일이 ''kglobalaccel5''일때,
 +
 +<code sh>
 +kquitapp5 kglobalaccel && sleep 2s && kglobalaccel5 &
 +</code>
 +  * [[https://github.com/ryanpcmcquen/linuxTweaks|linuxTweaks]] 각종 리눅스 설정에 관해 정리
linux/kde.1597528269.txt.gz · 마지막으로 수정됨: 2020/08/16 06:51 저자 kwon37xi