레이블이 antergos인 게시물을 표시합니다. 모든 게시물 표시
레이블이 antergos인 게시물을 표시합니다. 모든 게시물 표시

2019년 5월 14일 화요일

archlabs setup 2019

  1. yay
  2. ibus ibus-hangul ibus-qt
    1. 영문 남겨둬야 하는 듯. (polybar때문인가?)
    2. gnome 
      • 설정->지역 및 언어->입력 소스 에 한글 추가
  3. syncthing syncthing-gtk
  4. transmission-remote-gtk
  5. visual-studio-code-bin
    1. extensions
      1. Git Historydonjayamanne.githistory
      2. GitLens — Git supercharged
      3. Love2D Supportpixelbyte-studios.pixelbyte-love2d
      4. Godot Toolsgeequlim.godot-tools 
      5. empty-indent dmitrydorofeev.empty-indent
      6. indent-rainbow oderwat.indent-rainbow
      7. markdownlint davidanson.vscode-markdownlint
  6. godot-bin
  7. gitflow-avh
  8. love
  9. mcomix
  10. keepassx2
  11. vlc 
  12. steam
    1. steam-native-runtime 
  13. pcmanfm-gtk3
    1. file-roller
  14. setup
    1. disable-turbo-boost
    2. disable-hyper-threading
    3. time setup
      1. timedatectl set-local-rtc 1
      2. https://wiki.archlinux.org/index.php/System_time
      3. timedatectl set-ntp true
      4. https://wiki.archlinux.org/index.php/Systemd-timesyncd 
    4. ssh-keygen
    5. alt-f1 issue
      1. Settings > Keyboard > Application Shortcuts, remove Alt+F1 bindings, done.
        https://forum.archlabslinux.com/t/superkey-alt-f1-error/2504

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 키 이상하게 먹을 때

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일 수요일

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 software
    • so much updates per day
    • mirror 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 conky

conky가 자주 죽음

phwmon.py

https://gitlab.com/o9000/phwmon

yaourt -S python2-psutil

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 하면 뜨지만 가속이 풀려서 느려짐

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

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에서 더 느낄 수 있음

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

antergos lightdm baytrail blackscreen standby

https://bbs.archlinux.org/viewtopic.php?id=199200

모니터만 대기모드에 들어갔다가 돌아오면 X가 뜨지 않음...
myk1985 제안대로 해보자

rank mirrors for arch linux

https://wiki.archlinux.org/index.php/mirrors
List by speed

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 // 다음에는 기본 선택 상태로 진행

disable turbo boost on boot

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

void vscode/firefox open dialog not working

 install nautilus