Installed OpenRGB

Installed OpenRGB and weny to change a colour and then all RGB lights went off. Got all them to sort of work with exception of my Arctic AIO 420. This LEDs just won't come back on. OpenRGB see them but I'm unable to them back on. I'm using a MSI Carbon x8703e motherboard.

Any suggestions?

reddit.com
u/hangint3n — 3 days ago
▲ 43 r/Gentoo

Current Gentoo Install

Been working on this system for a bit and I think I got is just right. the most recent upgrade was the PSB speakers and Sub. Which are connected to my external Cambridge DAC Plus Pro 200m. I pipe the music directly to the DAC so the OS does not processing to the signal. That took quiet a bit of research to figure out.

u/hangint3n — 19 days ago

Hydration breaks have got to go. They are disruptive

These hydration breaks have got to go! They should only exist in extreme heat situations. They are very disruptive to the flow of the game.

reddit.com
u/hangint3n — 2 months ago
▲ 0 r/OttawaFood+1 crossposts

Hamburger

Looking for a big thick (not smashed) juicy burger? Preferably in South/central Ottawa.

God I hate smashed burgers . What a horrible trend.

reddit.com
u/hangint3n — 2 months ago
▲ 22 r/Archery

Canada Cup East

Well I was eliminated in the first round of the eliminations in the Master Barebow division, of Canada Cup East. Thanks Glenn Blanchard 😁. Glen, would later win the gold medal.

u/hangint3n — 2 months ago

Samsung Pro 990 2Tb

I'm run Gentoo Linux and my root this drive has now reached 1.6tb capacity. I've cleaned of all unnecessary files and programs. This drive contains my Boot, EFI, and Root partitions.

At what point to I consider moving to a higher capacity drive? Things I'm considering are effect of wear on drive and decreased speed. Are any of these legitimate concerns at this stage?

reddit.com
u/hangint3n — 3 months ago
▲ 14 r/Archery

Another Practice Day

Another practice at Ottawa Archers . The weather was clear with a light breeze. Got my first sunburn of the season. UGH. By the time I left things where getting busy was I was happy to be done. I'd rate my shooting just as below average as I struggle with the rebuilding of strength particularly in my bow arm.

u/hangint3n — 3 months ago
▲ 9 r/Gentoo

Set -j for qtwebengine

How to I set -j for just one package. For example if I want to set it on -j25 on qtwebengine?

reddit.com
u/hangint3n — 3 months ago
▲ 13 r/Gentoo

My Make.config Review

This is my current make.conf. I've not reviewed it since I installed my box some years ago. I did change one thing and that was the "znver5" flag.

Suggestions, additions, deletions welcome.

===================================================================

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.

#Super-Ultra-Mega-Force Colors on: (by sam_)
CLICOLOR_FORCE=1
CMAKE_COLOR_DIAGNOSTICS=ON
CMAKE_COMPILER_COLOR_DIAGNOSTICS=ON
DIAG_COLOR="-fdiagnostics-color=always"

WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"

COMMON_FLAGS="-O2 -march=znver5 -pipe -flto=auto ${WARNING_FLAGS}"
#COMMON_FLAGS="-O2 -march=native"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 ss
e4a ssse3"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_ALL=en_CA.UTF-8
LC_MESSAGES=en_CA.UTF-8
LC_CTYPE=en_CA.UTF-8
L10N=en-CA

MAKEOPTS="-j30 --load-average 33"
PORTAGE_NICENESS="15"

GRUB_PLATFORM="efi_64 pc"
INPUTS_DEVICES="libinput"

PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error info log"
PORTAGE_LOGDIR="/var/log/portage"
PORTAGE_LOGDIR_CLEAN="find \"\${PORTAGE_LOGDIR}\" -type f ! -name \"summary.log*\" -mtime +7 -delete"

USE="lto amd64 wayland elogind mtp networkmanager cuda -webengine -systemd -systemd-boot"

PERL_FEATURES="ithreads"
PHP_TARGETS="php8-3"
accept_license="*"

GENTOO_MIRRORS="http://mirror.reenigne.net/gentoo/"

reddit.com
u/hangint3n — 3 months ago