본문 바로가기
반응형

기술자료226

터미널에서 GUI 프로그램 원격 실행 (Remote Widows Run By Terminal) 먼저 해당 GUI 창을 띄울 세션 PID를 알아야 한다. 아래는 PID가 2309일 경우를 전제하였을 경우의 예시이다. export DISPLAY=$(cat /proc/2309/environ | tr '\0' '\n' | grep DISPLAY | cut -d '=' -f2-) export DBUS_SESSION_BUS_ADDRESS=$(cat /proc/2309/environ | tr '\0' '\n' | grep DBUS_SESSION_BUS_ADDRESS | cut -d '=' -f2-) 세션 PID를 모를 경우 검색해야 하는데 gnome-shell이나 gnome-session이라는 이름을 사용할 경우 보통 pidof 명령어를 사용하여 아래처럼 알아 낼 수 있다. pidof gnome-shell p.. 2023. 8. 7.
Jetson Orin Nano XRDP .xsessionrc Line 83 Syntax error 젯슨 나노 문제 XRDP 설치 후 구동시 아래와 같은 에러가 뜨면서 창이 닫혀 버린다. /etc/X11/Xsession: 83: /home/user/.xsessionrc: Syntax error: "(" unexpected (expecting "fi") 쉘에 따른 스크립트 문법이 잘 못 작성되어서 발생한 것 같다. #문제가 있는 스크립트 부분 if [ -e "/usr/bin/gnome-shell" ]; then remove_apps=("thunderbird" "rhythmbox" "libreoffice-writer") favorite_apps="$(gsettings get org.gnome.shell favorite-apps)" for app in "${remove_apps[@]}"; do favorite_apps="$.. 2023. 8. 2.
Jetson Color Profile Ubuntu Problem 우분투 설정 문제 /etc/polkit-1/localauthority/50-local.d/color.pkla [Allow colord for all users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesk top.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.m odify-device;org.freedesktop.color-manager.modify-profile ResultAny=yes ResultI.. 2023. 7. 14.
Jetson authentication is required to refresh the system repositories Ubuntu Problem 젯슨 우분투 문제 /etc/polkit-1/localauthority/50-local.d/46-allow-update-repo.pkla [Allow Package Management all Users] Identity=unix-user:* Action=org.freedesktop.packagekit.system-sources-refresh ResultAny=yes ResultInactive=yes ResultActive=yes 2023. 7. 14.
Jetson system policy prevents wifi scans Ubuntu problem 우분투 설정 문제 /etc/polkit-1/localauthority/50-local.d/10-network-manager.pkla [Allow wi-fi scans for all users] Identity=unix-user:* Action=org.freedesktop.NetworkManager.wifi.scan ResultAny=yes ResultInactive=yes ResultActive=yes service network-manager restart 2023. 7. 14.
Gnome wallpapers location 그놈 배경화면 저장 위치 /usr/share/backgrounds 2023. 7. 14.
Jetson Orin Nano Wallpaper 젯슨 오린 나노 배경화면 2023. 7. 14.
NDS R4 _DSMENU.DAT _DS_MENU.DAT Not Found Kor (K) _DSMENU.DAT _DS_MENU.DAT 둘 중에 없다고 안되는 경우가 있는 칩이 있습니다. R4칩이 종류가 많아서 그런데 둘 중 아무거나 없어도 되도록 파일을 구성했습니다. 치트코드도 금일 기준으로 최신 파일입니다. 2022. 3. 20.
NDS 치트 파일 usrcheat.dat DraSticr 2.5.2.2a 버전에서 추출 2022. 3. 20.
728x90
반응형