사용자 도구

사이트 도구


linux:mxlinux:install

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:mxlinux:install [2019/11/30 19:21]
kwon37xi
linux:mxlinux:install [2022/01/18 14:09] (현재)
kwon37xi
줄 51: 줄 51:
  
   * https://github.com/kwon37xi/free-korean-fonts 부가 글꼴 설치   * https://github.com/kwon37xi/free-korean-fonts 부가 글꼴 설치
-  * 기본 글꼴 : 나눔바른고딕 혹은 Noto Sans CJK KR 등으로 설정+  * 기본 글꼴 : 나눔바른고딕 혹은 Noto Sans CJK KR 등으로 설정. Noto Sans CJK KR 의 경우 일부 폰트 아이콘이 잘 안나왔음.
   * Monospace : d2coding regular가 제일 무난한듯. Noto Sans Mono 는 알파벳 ''O''와 숫자 ''0'' 구분이 잘 안됨.   * Monospace : d2coding regular가 제일 무난한듯. Noto Sans Mono 는 알파벳 ''O''와 숫자 ''0'' 구분이 잘 안됨.
  
줄 64: 줄 64:
 <code sh> <code sh>
 sudo apt-get install fcitx fcitx-config-gtk fcitx-hangul fcitx-tools \ sudo apt-get install fcitx fcitx-config-gtk fcitx-hangul fcitx-tools \
-    fcitx-module-dbus fcitx-frontend-gtk3  fcitx-ui-classic zenity+    fcitx-module-dbus fcitx-frontend-gtk3  fcitx-ui-classic 
 +    im-config zenity
 </code> </code>
 +  * 충돌나는 키들 ''DISABLED'' 설정
   * ''im-config'' 로 ''fcitx'' 지정 후 로그아웃/로그인   * ''im-config'' 로 ''fcitx'' 지정 후 로그아웃/로그인
- 
 ===== Systemd 기본 설정 ===== ===== Systemd 기본 설정 =====
   * 최근 다른 시스템들의 기본 설정이 [[linux:systemd|systemd]]이고, [[linux:snap|Snap]] 등을 사용하기 위해 Systemd 를 기본으로 한다.   * 최근 다른 시스템들의 기본 설정이 [[linux:systemd|systemd]]이고, [[linux:snap|Snap]] 등을 사용하기 위해 Systemd 를 기본으로 한다.
줄 180: 줄 181:
   * [[linux:xfce|XFCE]]   * [[linux:xfce|XFCE]]
   * [[linux:xfce:shortcuts|XFCE 단축키 Shortcut]]   * [[linux:xfce:shortcuts|XFCE 단축키 Shortcut]]
 +    * ''movescreen.py'' 도 함께 할 것.
   * [[linux:lightdm|LightDM]]   * [[linux:lightdm|LightDM]]
  
줄 186: 줄 188:
  
 <code sh> <code sh>
-sudo apt-get install copyq copyq-doc copyq-plugin+sudo apt-get install copyq copyq-doc copyq-plugins
 </code> </code>
  
줄 210: 줄 212:
   * https://wiki.debian.org/SSDOptimization   * https://wiki.debian.org/SSDOptimization
   * ''fstream'' TBD   * ''fstream'' TBD
 +
 +===== CPU performance 모드로 변경 =====
 +  * ''~/.local/bin/cpu_performance.sh''<code sh>
 +sudo cpupower  -c all frequency-set -g performance
 +</code>
 +  * 시작 프로그램에 등록
  
 ===== ntpd 설정 ===== ===== ntpd 설정 =====
줄 224: 줄 232:
   * [[:docker|Docker]] - [[docker:install_debian|Docker install on Debian Linux]]   * [[:docker|Docker]] - [[docker:install_debian|Docker install on Debian Linux]]
   * [[:virtualbox|VirtualBox]] - [[linux:virtualbox|VirtualBox LinuxHost]] : debian repo 는 이미 위에서 등록 돼 있음.   * [[:virtualbox|VirtualBox]] - [[linux:virtualbox|VirtualBox LinuxHost]] : debian repo 는 이미 위에서 등록 돼 있음.
-  * [[:vagrant|Vagrant]]+  * [[devops:vagrant|Vagrant]]
   * [[linux:fzf|fzf]]   * [[linux:fzf|fzf]]
   * [[:visual_studio_code|Visual Studio Code]]   * [[:visual_studio_code|Visual Studio Code]]
줄 232: 줄 240:
   * [[linux:dual_boot|Linux / Windows Dual Boot]]   * [[linux:dual_boot|Linux / Windows Dual Boot]]
  
-===== xscreensaver ===== +===== Debian Buster XFCE Lock Screen 에서 풀릴때 까만 화면만 나오는 문제 ===== 
-  * ''xfce4-screensaver'' 사용시 Laptop 이 절전모드에서 살아날 때 화면보호기 Lock 화면에 제대로 안뜨고 키보드 마우스를 못사용하는 상태에서 바탕화면만 보여서 락을 풀수 없는 버그가 있음. 대신 [[linux:xscreensaver|Linux XScreenSaver]] 사용. +  * Intell 그래픽 드라이버 사용시 ''xfce4-screensaver'' 사용시 Laptop 이 절전모드에서 살아날 때 화면보호기 Lock 화면에 제대로 안뜨고 키보드 마우스를 못사용하는 상태에서 바탕화면만 보여서 락을 풀수 없는 버그가 있음(''x window 버그로 보임'') 
-  * ''lock'' 단축키를 ''xdg-screensaver lock''으로 할당. +    * [[https://medium.com/@ehsan.nazim/debian-10-buster-xfce-black-screen-after-locking-screen-a2266e91791c|Debian 10 Buster Xfce Black Screen After Locking Screen]] 해결책 
-<code sh+    * ''/etc/X11/xorg.conf.d/20-intel.conf'' 생성후 reboot<code> 
-sudo apt-get install xscreensaver xscreensaver-gl xscreensaver-gl-extra+Section "Device" 
 +  Identifier "Intel Graphics" 
 +  Driver "intel" 
 +EndSection
 </code> </code>
 +
 +===== xfce4-screensaver 사용 =====
 +  * [[linux:xfce|XFCE]]의 ''xfce4-screensaver'' 설치.
 +  * 기존 ''light-locker'' 를 시작 프로그램에서 제외하고, 프로세스도 죽일 것. 그렇지 않으면 둘이 이중으로 화면 lock 을 건다.
 +
  
  
 +===== 참조 =====
 +  * [[https://www.youtube.com/watch?v=80RCO0ZtUKE|10 Things To Do After Installing MX Linux - YouTube]]
 +  * [[https://www.youtube.com/watch?v=IGQFoLlWtmE|💥 15 Things You MUST DO After Installing MX Linux 21 - YouTube]]
linux/mxlinux/install.1575109313.txt.gz · 마지막으로 수정됨: 2019/11/30 19:21 저자 kwon37xi