
r/openbsd

My lil openbsd install with cool Firefox
I love this Firefox extension
Ctl key not working on mid 2012 macbook pro
Anyone familiar with this issue ? Control key on 2012 macbook not registering for some reason, haven't seen this problem before.
Bass sounds weaker on OpenBSD across all hardware?
Hi, I have been using OpenBSD since 7.6. Since the start, I noticed that bass (audio) sounds weaker on OpenBSD. I listen to electro/techno, so it's kinda obvious to me.
Dell, Lenovo, MSI, ASUS, Realtek, IDT, etc, all have this issue. While on Linux, the same hardware would punch.
Searched around and asked A.I. Couldn't find any definitive answer. Am I the only one having this issue or am I hallucinating like A.I.? LOL
Thanks.
Additional Info: No equalizer/sound effect/pulseeffects/easyeffects on Linux. Just plain audio, pulse/ pipewire and Windows sound the same to me. Only on OpenBSD, bass is weaker.
I use stock audio chips shipping with computers, no software or external modification.
I ENJOY OPENBSD TREMENDOUSLY and it has become my daily driver. NOT bashing on it.
terminal emulator
hello guys! can someone tell me what a terminal good choice for a OBDS with philosophy KISS/suckless/harmful - Set, set and forget
mp3 player on less than 100 MB of RAM
I absolutely love this OS.
Running OpenBSD 7.9 (32 bits) on a 21 years old Thinkpad T43 playing my mp3 collection (over 20 GB of files) via cmus.
It doesn't even break a sweat on OpenBSD...
cmus loads in less than a second.
Only issue was compiling cmus-fm [in order to scrobble tracks to Last FM] had to fumble a bit with ln and a couple of libraries.
working on broadcom wifi driver
most people will tell you OpenBSD does not support the mid 2012 macbook pro's BCM4331 and they would be right, but I'm an idiot and I have some extra ai tokens laying around so I figured why not say, "magic genie, stop making cat pictures and print working unix driver." while I take a nap. Probably won't work for a million reasons but I thought I'd ask a bit about what people thought, if this was a reasonable waste of time or not.
LibreWolf on OpenBSD
Hi all. Longtime OpenBSD user here, running 7.9 now
I know LibreWolf is a third-party Firefox fork and not something the project maintains, and I understand keeping Firefox-derived browsers current on OpenBSD is significant work. I'm not asking anyone to take that on lightly.
My question: is a LibreWolf port to OpenBSD technically feasible given how closely it tracks upstream Firefox, or are there blockers that make it impractical? And if it's mostly a matter of someone doing the work, is there appetite for a maintainer to step up — or has this been considered and rejected before?
For now I'm on Chromium, which works well. Just curious whether LibreWolf is a realistic option down the line. Thanks for all the work on the ports tree. 🙏
Fan control ?
Hi all,
Running OpenBSD 7.9 on a ThinkPad T490 (Intel UHD 620) 32 GB ram. The fan noise is wearing me down. It's not constant — it's that every single time I open something, or even just log in, the fan ramps up for a few seconds and then settles again. Feels like it's reacting to short CPU load spikes rather than actual heat.
What I've already done:
- apmd in -A mode (auto). -L makes the machine too sluggish, so that's out.
- Installed VA-API for Chromium (intel-media-driver), so video decode is off the CPU.
Still, the fan acts like a bunch of raccoons every time the CPU twitches.
Is there any OpenBSD-side workaround or fix to soften that fan response — something to smooth the ramp on brief load spikes — short of patching the kernel? Or is the fan curve purely firmware/EC and there's nothing the OS can do? Just trying to understand what's actually possible here before I give up and live with it.
I really hope someone out there has some tips and tricks, or developers are reading this ?
Upload ports to the official mirror
Hi guys. I've built a couple of ports on my local machine because mirrors have outdated packages. And I tired of moving them to my local mirror.
How I can upload updated ports to the official mirror?
libaui - Tk clone in XCB + C
I've been working on this project for a couple of weeks now and its been progressing smoothly. If you're interested in testing and giving feedback, here is the repository (note that only button and frame widget work for now): https://github.com/onanaxm/libaui
Questions about pkg_* tools
Is there an equivalent of
pacman -Sp? Here are the details of the commandAre there any
OpenBSD::modules that can be used to print the entire resolved dependency tree for a certain package toSTDOUT?If I download a package, with its required depenedencies on a local directory, can I install the package with
pkg_add?How does
pkg_addhandle package verification? Do I need to do anything after downloading the package files, or willpkg_addtake care of it on its own?