2019년 7월 2일 화요일

노트북 그래픽 카드 드라이버 잡은후



Manjaro Linux 노트북 xh58 한성 컴퓨터 적용
Nvidia 1050 드라이버 잡은후 외부 모니터에서 만 로그인 화면이 나온다.
아래 스크립트를 아래 경로에 넣어 주면 윈도우 처럼 로그인 SDDM  노트북 모니터와 외부 모니터에 같이 표시 될것이다.

참고 하세요

/usr/share/sddm/scripts/Xsetup

#!/bin/sh

IN=$(xrandr | grep "eDP" | grep " connected" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/")
EXT=$(xrandr | grep "HDMI" | grep " connected" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/")

if (xrandr | grep "$EXT disconnected"); then
    xrandr --output $EXT --off --output $IN --auto
else
    xrandr --output $IN --off --output $EXT --auto
fi

2019년 6월 27일 목요일

defold Visual Studio Code file Association Settings



defold Visual Studio Code file Association Settings

file->preference->settings->files

All delete after add this block

 {
      {
        "*.script": "lua",
        "*.gui_script": "lua",
        "*.render_script": "lua"
      }

}

deepin 15.10 Visual studio code crash open then a open folder



I installed Visual studio code from the Deepin Store and since then, every time I'm opening a folder, it open with visual studio code. I'm new with Deepin, where can I change this ? I looked up in the default application settings but I've not seen any setting about folders.


this is hidden Directory

/home/.config/mineappls.list
this file add this

 inode/directory = dde-file-manager.desktop;code.desktop