2025년 8월 9일 토요일

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 libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev
    • vscode
      • official site
    • zig
      • official site
    • horizon client
      • https://customerconnect.omnissa.com/downloads/details?downloadGroup=CART26FQ2_LIN64_DEBPKG_2506&productId=1616&rPId=119132
    • flatpak
      • https://flatpak.org/setup/Debian

2025년 5월 17일 토요일

windows 11 laptop insomnia issue

Still not working?

powercfg /requests 

실행:  [process] 로 시작하는 것 지우기

MoUsoCoreWorker만 있는 경우 다음 실행

powercfg /requestsoverride process MoUsoCoreWorker.exe execution

Note: If you want to remove the restriction in the future, just give this command in PowerShell (Admin):

powercfg /requestsoverride process MoUsoCoreWorker.exe

2025년 4월 30일 수요일

void sddm hidpi

 sudo vi /etc/sddm.conf.d/kde_settings.conf

[General]
GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192


2025년 4월 12일 토요일

sdl dev summary

  •  rust
    • sdl2
      • old?
    • sdl3
      • gui
        • microui
          • hidpi support?
        • nuklear
          • discontinued?
        • dearui
      • no easy ui
    • raylib
      • raygui(+)
      • sound(-)... beep  - hmm. we need safe AudioCallback support here
  • zig
    • sdl2
    • sdl3
    • raylib
      • raygui(ok)
      • sound(ok) - with callback

2025년 3월 28일 금요일

3mode keyboard comparsion

  • cidoo abm066 / 0.8kg (780g mine)
  • aula f65 / 0.804kg (740g mine)
  • gdevil g712ls / 0.705kg (690g mine)
  • gmk67 / 450g (barebone only), (620g dsa 640g xda 650g cherry 690g sa) 
  • abko ak84bt / 485g (no 3mode bt+wire, hot swap, via)
  • logitech k380 / 0.423kg (450g mine+10g keyskin)
  • keychron b1 / 0.410kg  (430g mine)

2025년 3월 10일 월요일

flatpak vscodium issue

  • 내장 터미널에서 환경 설정문제
    • cargo 실행 불가
      • flatpak --user override com.vscodium.codium --env=PATH=/app/bin:/usr/bin:/home/$USER/.cargo/bin
    • 여전히 sdl로딩 불가
      • flatpak override --env=LD_LIBRARY_PATH --env=LIBRARY_PATH
      • flatpak  사용 포기

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...