Miguel
Can you play DRM content on any browser? Looks nice btw
K
Jaco
Jaco
zaGku
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
Jackie
Saw this thread :https://forums.freebsd.org/threads/uname-shows-different-patch-level-than-freebsd-version.81378/
Jackie
so userland is not involved?
K
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/
ɴꙩᴍᴀᴅ
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
Jaco
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?
Anonymous
does pkg info -d dwm work ?
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
🇵🇸🍉
ɴꙩᴍᴀᴅ
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.
Anonymous
ɴꙩᴍᴀᴅ
XS
I've never used dzen, sorry
Anonymous
ɴꙩᴍᴀᴅ
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
Anonymous
ɴꙩᴍᴀᴅ
Maybe "gadgets on" install the textwidth feature
Anonymous
Anonymous
D.M
D.M
https://dwm.suckless.org/
🇵🇸🍉
🇵🇸🍉
u didn't even read my question
D.M
D.M
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
Anonymous
🇵🇸🍉
🇵🇸🍉
D.M
http://suckless.org/sucks/
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
Anonymous
It will help you get up to speed
Anonymous
Hi guys, Fbsd 13 secure boot can be enable ?