크랜베리 파이 데스크톱 시스템 설치

2603 단어 공구.
  • 제작 시스템 디스크
  • >>> lsblk -p
    >>> sudo dd bs=4M if=2019-09-26-raspbian-buster.img  of=/dev/sdb conv=fsync
    
  • 모양새 설정'start'>'preferance'>'main menu editor'>
  • Google 입력기 설치
  • >>> sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin
    >>> sudo reboot now
    
  • 화면 절전 금지
  • >>> sudo vi /etc/lightdm/lightdm.conf
    xserver-command=X -s 0 dpms
    >>> reboot
    
  • 수정 소스
  • #    `/etc/apt/sources.list`   ,         ,       :
    >>> sudo vim /etc/apt/sources.list
    deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
    deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
    
    #    `/etc/apt/sources.list.d/raspi.list`   ,         ,       :
    >>> sudo vim /etc/apt/sources.list.d/raspi.list
    deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui
    

    2019-11-23 업데이트
    화면의 검은색 모서리가 나타나면 다음을 수행합니다.
    >>> sudo vim /boot/config.txt
    disable_overscan=1
    

    좋은 웹페이지 즐겨찾기