2024년 1월 23일 화요일

windows 11 korean keyboard layout 3 (shift-space) 윈도11 한글키보드 레이아웃3

 설정 - 시간 및 언어->언어 및 지역->언어->한국어->언어옵션->키보드->레이아웃변경

 또는

https://badayak.com/entry/WinHanEng-jwShiftSpaceKey

2024년 1월 19일 금요일

xfce4 use volume key globally

xfce4-pulseaudio-plugin

  1. Right click a panel -> Panel submenu -> Add New Items...
  2. Add an instance of PulseAudio Plugin

 

 

Settings->Keyboard->Application Shortcuts  

  • amixer set Master toggle
  • amixer set Master 5%+
  • amixer set Master 5%-

 https://unix.stackexchange.com/questions/355665/how-to-increase-or-decrease-volume-in-xfce-with-keyboard-shortcuts

 

 

2023년 12월 28일 목요일

windows 11 guest on hyper-x

Security->Ecryption Support->Enable Trusted Platform Module

 

https://techcommunity.microsoft.com/t5/itops-talk-blog/how-to-run-a-windows-11-vm-on-hyper-v/ba-p/3713948

 

install without ms account


https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account

2023년 12월 19일 화요일

gnome files mounting local disk "not authorized to perform operation"

Open as root for editing a /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy file:

sudo nano /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy

Here we find the rule beginning with the following:

<action id="org.freedesktop.udisks2.filesystem-mount">

And at the bottom of this block, modify the following sections about this:

    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>

to:

    <defaults>
      <allow_any>yes</allow_any>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>

Then save the file.

https://en.linuxportal.info/tutorials/troubleshooting/how-to-clear-the-not-authorized-to-perform-operation-error-message-when-automatically-attaching-USB-flash-drives-and-other-external-USB-storage-devices

2023년 11월 27일 월요일

linux rtw89_8852ce dead

And after many failed attempts I was able to put an end to it.

I added the kernel parameter:

amdgpu.dcdebugmask=0x10

… and it’s gone, for good!

In the specific case of Endeavour OS, using Dracut and systemd-boot, I added that parameter to /etc/kernel/cmdline to make the fix permanent. If using GRUB, you need to append it to /etc/default/grub instead.

 

run sudo reinstall-kernels

https://discovery.endeavouros.com/installation/systemd-boot/2022/12/

https://forum.endeavouros.com/t/desktop-freezes-on-amd-notebook/47111

 

replace with  intel ax210

2023년 11월 9일 목요일

2023년 11월 5일 일요일

hyprland config + fcitx5

  • ibus not works -> fcitx5 

exec-once = waybar & hyprpaper & dunst & fcitx5

  • toggle fullscreen

bind = $mainMod, F, fullscreen

  • hyprpaper.conf
    • wallpaper = eDP-1,contain:~/evening.jpg


debian 13 trixie setup

install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...