Miguel
@RSKYS
Can you play DRM content on any browser? Looks nice btw
Jaco
Can you play DRM content on any browser? Looks nice btw
You can install brave and chrome through the linuxulator yes😊i see firefox also has an option to enable drm content but i haven't tested it yet
Jaco
One of the laptops is a low spec i3 from 2013
I have amd A6 1.8ghz with 6gb ram😊
ɴꙩᴍᴀᴅ
You can install brave and chrome through the linuxulator yes😊i see firefox also has an option to enable drm content but i haven't tested it yet
Firefox's default DRM button is hidden on FreeBSD iirc. You can unhide it in the settings and enable it but the key part is the Widevine plugin, which isn't available natively on FBSD. So I guess it's not going to work without a browser running via Linux emulation layer
zaGku
The September/October issue of the FreeBSD Journal is here! With a focus on FreeBSD Development, this article examines FreeBSD code review, FreeBSD USB drivers, and kernel development. https://freebsdfoundation.org/past-issues/freebsd-development/ #freebsd #magazine #drivers
Good stuff! Keep it up! Include this group in all your communiques/posts. I notice your LinkedIn updates are frequently updated. Would be nice if this group was kept in sync too. Keep it up!
Jackie
I ran sudo freebsd-update fetch install and then reboot and got this output from freebsd-version -kru : 13.0-RELEASE-p4 13.0-RELEASE-p4 13.0-RELEASE-p5
Jackie
what am I missing?
ɴꙩᴍᴀᴅ
$ doas freebsd-update fetch && freebsd-update install?
ɴꙩᴍᴀᴅ
I'll run them separately just in case, and if anything goes wrong, do a $ freebsd-update rollback
Jackie
now fetch says nothing to fetch and install says nothing to install
ɴꙩᴍᴀᴅ
Do $ freebsd-version -k and $ uname -r output the same?
Jackie
Saw this thread :https://forums.freebsd.org/threads/uname-shows-different-patch-level-than-freebsd-version.81378/
Jackie
so userland is not involved?
Jackie
no, kernel not involved? but it seemed to have installed a new kernel
Anonymous
alternatif sandboxing browser ? https://forums.freebsd.org/threads/why-dont-browsers-use-sandbox-on-freebsd.71664/
Jackie
Then it’s fine as is
thanks. that's new to me😂
Jaco
Anybody here successful in setting up linux-steam-utils? I followed handbook and guides but i keep getting a message saying i have to run "gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10/loaders.cache"? I ran the above command but with no success. Google doesn't seem to satisfy my searches
Alexander
I ran sudo freebsd-update fetch install and then reboot and got this output from freebsd-version -kru : 13.0-RELEASE-p4 13.0-RELEASE-p4 13.0-RELEASE-p5
This means you have -p5 world and -p4 kernel, because -p5 just did not affect kernel/modules (and there were no need to reboot). fetch shows which files will be affected by subsequent install
Prakash
Hi, Using FreeBSD since an year or so. Upgraded from 12.2 to 13.0 Release. But, few issues cropped in, after the update: (1) No Sound on HDMI. It's pcm4: <Intel Cougar Point (HDMI/DP 8ch)> at nid 7 on hdaa1 (Intel DH67CL mainboard). Audio was working fine in 12.2. (2) Shutdown from Gnome-41 restarts the system. System shuts down; But, when the monitor display turns ON, system restarts. (3) Pixelation with Intel graphics i915kms. So, I just used a GhostBSD liveUSB and checked the system. Sound and everything working fine as it was on 12.2. I'm thinking of removing all packages aside base (those installed in /usr/local) and then reinstall those packages. How do I do this? Is there a way to backup the installed packages list and using pkg to reinstall all of them. Regards
🇵🇸🍉
i wanna install dwm in freebsd what depends i need for this?
ɴꙩᴍᴀᴅ
i wanna install dwm in freebsd what depends i need for this?
Try $ doas pkg install dwm or maybe look at the port makefile deps
Anonymous
does pkg info -d dwm work ?
ɴꙩᴍᴀᴅ
does pkg info -d dwm work ?
Good one! Yes, it does, but change info with search since it's supposed not to be installed yet
Anonymous
i wanna install dwm in freebsd what depends i need for this?
$ pkg rquery "%dn" dwm You can see the dependencies.
Anonymous
there ya go Bash
🇵🇸🍉
what's port mean
ɴꙩᴍᴀᴅ
port??
ports are collections of software that you can compile in your system. You can find the same programs that come as packages there, but you need to build them up from source
Anonymous
what's port mean
read ports(7).
ɴꙩᴍᴀᴅ
thanks i'm Newbie in freebsd btw
Welcome to the awesome world of BSDs then (:
ɴꙩᴍᴀᴅ
I suggest you to do as the users here say, learn from reading man pages, and also from the handbook at freebsd.org
Anonymous
Hi guys. I'm using a program that needs a binary file that called textwidth or dzen2-textwidth. How can I find this? on GNU/Linux distributions(I'm sure on the Arch Linux) that binary file has provided by the dzen2 package.
ɴꙩᴍᴀᴅ
Hi guys. I'm using a program that needs a binary file that called textwidth or dzen2-textwidth. How can I find this? on GNU/Linux distributions(I'm sure on the Arch Linux) that binary file has provided by the dzen2 package.
I'm looking at the port version and it comes with Gadgets OFF, could turning it on make the work? I see that Linux considers the textwidth as a separate module, but it doesn't seem to be the case for fBSD
XS
I've never used dzen, sorry
ɴꙩᴍᴀᴅ
What is Gadgets OFF? I did not understand.
A configuration option for the dzen2 port
ɴꙩᴍᴀᴅ
Configuration Options: ===> The following configuration options are available for dzen2-0.9.5: EXAMPLES=on: Build and/or install examples GADGETS=off: Build and install gadgets XFT=on: Xft font library support XINERAMA=on: X11 Xinerama extension support XPM=on: XPM pixmap image format support ===> Use 'make config' to modify these settings
Anonymous
ɴꙩᴍᴀᴅ
Maybe "gadgets on" install the textwidth feature
ɴꙩᴍᴀᴅ
You have found this from freshports website?
Yeah, I'm afk right now from the laptop
Anonymous
Yeah, I'm afk right now from the laptop
OK. Thanks man. Have a good day.
D.M
https://dwm.suckless.org/
🇵🇸🍉
u didn't even read my question
D.M
u didn't even read my question
I think you can find what you need on the dwm website if you read it. It consists of reading I think
D.M
@gentooyy
D.M
if you look in MASTER_SITES you will notice that it points to the suckless repo
D.M
@gentooyy
D.M
I clone the repo, and then modify the config.mk in the corresponding paths.
D.M
and if you have two monitors, obviously you need libXinerama
Anonymous
u didn't even read my question
Your answer is: $ pkg rquery "%dn" dwm
Anonymous
Your answer is: $ pkg rquery "%dn" dwm
*If you are installing from repository.*
D.M
Your answer is: $ pkg rquery "%dn" dwm
and what that line says, I think, is made clear on the suckless website. although it is optional for both dmenu and st. I have rofi instead of dmenu and xterm instead of st.
D.M
is there bsd package like base-devel
https://cgit.freebsd.org/ports/tree/devel
🇵🇸🍉
@gentooyy
make clean install??
D.M
http://suckless.org/sucks/
D.M
make clean install??
no, look what's in that port
D.M
@gentooyy I installed xorg,(libXinerama is installed if you used Xorg, if you did pkg install xorg-minimal, you won't have it), then install git to clone from suckless repo and later edit in config.mk. inside the directory where you have cloned dwm, just do a make && doas make clean install
Anonymous
i wanna install dwm in freebsd what depends i need for this?
FreeBSDs package manager has automatic dependency resolution, you don't need to worry about installing dependencies yourself
Anonymous
i wanna build it from source
Ports handles dependencies too
🇵🇸🍉
Anonymous
It will help you get up to speed
Anonymous
Hi guys, Fbsd 13 secure boot can be enable ?