- yay
- ibus ibus-hangul ibus-qt
영문 남겨둬야 하는 듯. (polybar때문인가?)- gnome
- 설정->지역 및 언어->입력 소스 에 한글 추가
- syncthing syncthing-gtk
- transmission-remote-gtk
- visual-studio-code-bin
- extensions
- Git Historydonjayamanne.githistory
- GitLens — Git supercharged
- Love2D Supportpixelbyte-studios.pixelbyte-love2d
- Godot Toolsgeequlim.godot-tools
- empty-indent dmitrydorofeev.empty-indent
- indent-rainbow oderwat.indent-rainbow
- markdownlint davidanson.vscode-markdownlint
- godot-bin
- gitflow-avh
- love
- mcomix
- keepassx2
- vlc
- steam
- steam-native-runtime
- pcmanfm-gtk3
- file-roller
- setup
- disable-turbo-boost
- disable-hyper-threading
- time setup
timedatectl set-local-rtc 1
- https://wiki.archlinux.org/index.php/System_time
timedatectl set-ntp true
https://wiki.archlinux.org/index.php/Systemd-timesyncd
- ssh-keygen
- alt-f1 issue
- Settings > Keyboard > Application Shortcuts, remove Alt+F1 bindings, done.
https://forum.archlabslinux.com/t/superkey-alt-f1-error/2504
2019년 5월 14일 화요일
archlabs setup 2019
ibus on antergos
- install ibus ibus-hangul
ibus-qt - gnome
- 설정->지역 및 언어->입력 소스
에
한국어(Hangul)없으면 추가 .profile같은 곳에..export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export QT4_IM_MODULE="ibus"
export XMODIFIERS="@im=ibus"
ibus-daemon &추가- backspace, enter 키 이상하게 먹을 때
- dconf-editor에서
/org/freedesktop/ibus/engine/hangul/use-event-forwarding 값을 false로 바꾸고
ibus를 재시작한 후 입력해보시기 바랍니다. - https://github.com/libhangul/ibus-hangul/issues/70
antergos - Problem with pacman-mirrorlist being corrupted
sudo pacman -S haveged
sudo haveged -w 1024
sudo pacman-key --init
sudo pacman-key --populate archlinux antergos
sudo pkill haveged
sudo pacman -S antergos-keyring
https://forum.antergos.com/topic/2604/problem-with-pacman-mirrorlist-being-corrupted/37
antergos install with minimal iso
- setup wifi: create wifi connection
- launch midori : with add panel (launch app?)
- search arch mirrorlist
- update /etc/pacman.d/mirrorlist with search results
- test mirrorlist
- sudo pacman -Syu
- launch cnchi
2019년 5월 1일 수요일
antergos install issue - unable to install grub
- boot with cd/dvd option
- usb option may cause trouble: booting bios mode instead of uefi
2019년 4월 16일 화요일
How To Fix “Warning: local is newer than community” Error In Arch Linux
https://www.ostechnix.com/how-to-fix-warning-local-is-newer-than-community-error-in-arch-linux/
sudo pacman -Syu
sudo pacman -Suu
sudo pacman -Syyu
2019년 3월 1일 금요일
linux comparison 2019
- mx linux
- stable and fast
- not quite easy to install newest software
- slow to fix security update(RDS issue)
antergos(discontinued)easy to install new softwareso much updates per daymirror server is down sometimes and no nearest server(low popularity?)installer broken many times(19.2)- manjaro
- almost same as antergos
- default theme is too green
- archbang
- unable to install bootloader for efi
- discontinued? no guide or wiki
- zen installer - pure arch?
- broken after 2nd upgrade -.-
2018년 7월 26일 목요일
antergos skylake booting 2016
nouveau.modeset=0 i915.preliminary_hw_support=1
설치는 잘 넘어가서는 업데이트 하니 부팅이 검정 화면에서 멈춤..
커널 4.4.1-2-arch
Xorg 1.18.1-3
커널 nomodeset i915.modeset=0 하면 뜨지만 가속이 풀려서 느려짐
설치는 잘 넘어가서는 업데이트 하니 부팅이 검정 화면에서 멈춤..
커널 4.4.1-2-arch
Xorg 1.18.1-3
커널 nomodeset i915.modeset=0 하면 뜨지만 가속이 풀려서 느려짐
2018년 7월 25일 수요일
openbox antergos dpi
* DPI
* xrandr --dpi 118x118
* .config/openbox/autostart ?
* applet
* nm-applet
* blueman-applet
* fcitx
* volti
.Xresources
Xft.dpi: 118
• tint2
• tin2rc에서 panel size 각종 font 크기를 적당히 1.33 또는 1.5배 적용
http://icculus.org/pipermail/openbox/2016-February/009084.html
* xrandr --dpi 118x118
* .config/openbox/autostart ?
* applet
* nm-applet
* blueman-applet
* fcitx
* volti
.Xresources
Xft.dpi: 118
• tint2
• tin2rc에서 panel size 각종 font 크기를 적당히 1.33 또는 1.5배 적용
http://icculus.org/pipermail/openbox/2016-February/009084.html
arch manjaro skylake intel 아치 만자로 스카이레이크 인텔 antergos
https://wiki.archlinux.org/index.php/intel_graphics#Xorg_configuration
여기에 Option "TearFree" "true" 만 추가
아래 대로 하면 동영상 느려짐
https://wiki.archlinux.org/index.php/intel_graphics#Skylake_support
https://github.com/Antergos/web-greeter/issues/65
Option "DRI" "2" # DRI3 is now default
추가 하지 않으면, 전반적으로 느림. lightdm-webkit2-greeter에서 더 느낄 수 있음
여기에 Option "TearFree" "true" 만 추가
아래 대로 하면 동영상 느려짐
https://wiki.archlinux.org/index.php/intel_graphics#Skylake_support
https://github.com/Antergos/web-greeter/issues/65
Option "DRI" "2" # DRI3 is now default
추가 하지 않으면, 전반적으로 느림. lightdm-webkit2-greeter에서 더 느낄 수 있음
antergos setup 2018
* tzselect
https://askubuntu.com/questions/63681/how-can-i-make-xrandr-customization-permanent
# ln -sf /usr/share/zoneinfo/Zone/SubZone /etc/localtime
* disable internal monitor
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "LVDS1"
Option "ignore" "true"
EndSection
Section "Monitor"
Identifier "HDMI1"
Option "Primary" "true"
Option "PreferredMode" "1920x1080x60.0"
EndSection
* xrandr not working correctly before login
display-setup-script=/etc/lightdm/hdmi_only.sh
*hdmi_only.sh
#!/bin/sh
#xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output LVDS1
--off --output VIRTUAL1 --off --output DP1 --off --output VGA1 --off
xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUA
L1 --off --output DP1 --off --output VGA1 --off
* hangul
ibus ibus-hangul
지놈 -> 설정 -> 지역 & 언어 -> 한국어 (Hangul) 추가.. 한국어만 보이면 지웠다가 다시 찾아 추가
* profile
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
# ibus-daemon &
export XMODIFIERS=@im=ibus
setxkbmap -option caps:super
mate : System >> Preferences >> Startup Applications
Click the button: Add
Name: IBus daemon
Command: /usr/bin/ibus-daemon -d
* clock font size
sudo vi /usr/share/lightdm-webkit/themes/antergos/css/style.css
Clock Widget .time font-size
* lightdm-mini-greeter
/etc/lightdm/lightdm-mini-greeter.conf
https://askubuntu.com/questions/63681/how-can-i-make-xrandr-customization-permanent
# ln -sf /usr/share/zoneinfo/Zone/SubZone /etc/localtime
* disable internal monitor
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "LVDS1"
Option "ignore" "true"
EndSection
Section "Monitor"
Identifier "HDMI1"
Option "Primary" "true"
Option "PreferredMode" "1920x1080x60.0"
EndSection
* xrandr not working correctly before login
display-setup-script=/etc/lightdm/hdmi_only.sh
*hdmi_only.sh
#!/bin/sh
#xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output LVDS1
--off --output VIRTUAL1 --off --output DP1 --off --output VGA1 --off
xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUA
L1 --off --output DP1 --off --output VGA1 --off
* hangul
ibus ibus-hangul
지놈 -> 설정 -> 지역 & 언어 -> 한국어 (Hangul) 추가.. 한국어만 보이면 지웠다가 다시 찾아 추가
* profile
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
# ibus-daemon &
export XMODIFIERS=@im=ibus
setxkbmap -option caps:super
mate : System >> Preferences >> Startup Applications
Click the button: Add
Name: IBus daemon
Command: /usr/bin/ibus-daemon -d
* clock font size
sudo vi /usr/share/lightdm-webkit/themes/antergos/css/style.css
Clock Widget .time font-size
* lightdm-mini-greeter
/etc/lightdm/lightdm-mini-greeter.conf
antergos lightdm baytrail blackscreen standby
https://bbs.archlinux.org/viewtopic.php?id=199200
모니터만 대기모드에 들어갔다가 돌아오면 X가 뜨지 않음...
myk1985 제안대로 해보자
모니터만 대기모드에 들어갔다가 돌아오면 X가 뜨지 않음...
myk1985 제안대로 해보자
antergos cnchi 설치 에러 18.4 -> 18.5 해결
manjaro j1900 설치하려다 실패(부팅 실패함)
usb uefi 로 해서 안된듯. 그냥 antergos로 설치.
* hdmi audio
.profile에 pacmd set-card-profile 0 output:hdmi-stereo
gnome - 추가 소프트웨어에서 bluetooth 선택하니 can't install necessary packages // 다음에는 기본 선택 상태로 진행
usb uefi 로 해서 안된듯. 그냥 antergos로 설치.
* hdmi audio
.profile에 pacmd set-card-profile 0 output:hdmi-stereo
gnome - 추가 소프트웨어에서 bluetooth 선택하니 can't install necessary packages // 다음에는 기본 선택 상태로 진행
disable turbo boost on boot
- opensuse(intel, 2025)
- [Unit]
Description=Disable Turbo Boost on intel CPU
[Service]
ExecStart=/bin/sh -c "/usr/bin/echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo"
ExecStop=/bin/sh -c "/usr/bin/echo 0 > /sys/devices/system/cpu/intel_pstate/no_turbo"
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target - arch + recent kernel?(2024?)
- https://bbs.archlinux.org/viewtopic.php?id=291561
- arch
- arch+recent pop!os(+debian11) (AMD)
- create service
[Unit]
Description=Disable Turbo Boost on AMD CPU
[Service]
ExecStart=/bin/sh -c "/usr/bin/echo 0 > /sys/devices/system/cpu/cpufreq/boost"
ExecStop=/bin/sh -c "/usr/bin/echo 1 > /sys/devices/system/cpu/cpufreq/boost"
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target- ubuntu(mx linux, debian?, void?)
- /etc/rc.local
echo "1" | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo - enable rc.local
- http://www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html
- if those method does not work,
install msr-tools- yay -S msr-tools
create service[Unit] Description=Disable Turbo Boost on Intel CPU [Service] ExecStart=/bin/sh -c "wrmsr --all 0x1a0 0x4000850089" ExecStop=/bin/sh -c "wrmsr --all 0x1a0 0x850089" RemainAfterExit=yes [Install] WantedBy=sysinit.targethttps://askubuntu.com/questions/619875/disabling-intel-turbo-boost-in-ubuntu/619881#619881load kernel module manually/etc/modules-load.d/msr.conf # Load msr.ko at boot msrhttps://wiki.archlinux.org/index.php/Kernel_module#Automatic_module_loading_with_systemd
2018년 7월 23일 월요일
logitech k380 fn off by default
aurman -S k380-function-keys-conf-git
k380-function-keys-conf-enable.sh -f on
reference
for ubuntu/pop!os
https://github.com/jergusg/k380-function-keys-conf
피드 구독하기:
글 (Atom)
void vscode/firefox open dialog not working
install nautilus
-
Requirements PC text editor vscode, notepad++, sublime text, atom, whatever... image editor gimp, MS paint, photoshop, ... too...
-
pro 많은 GUI 부품들 멀티플랫폼 con script 검색!!!. (전체 script검색이 귀찮음) vscode debug plugin이 업데이트 되면 좋을까? 분리.(include?기능 지원...) 문서화. GUI에서 선택할 수 있...
-
단점 async 프로그래밍이 어렵다. funcref + call_deferred + emit_signal 으로 비슷하게 만들 수 있지만. 예외 처리가 가능할지 모르겠다. 씬 변화 추적이 어렵다 tscn이 텍스트 파일이지만, 변화 내역을 git에서 추적...