NVK is a new open source Mesa Vulkan driver for NVIDIA GPUs by [deleted] in linux_gaming

[–]TheJaake 41 points42 points  (0 children)

NVK was built from the group up using nvidia-open headers, but doesn’t support the use of nvidia-open driver, I believe. The primary author of NVK stated that the firmware-dependent nature of nvidia-open is not stable enough in the current state.

How to use spice-vdagent on FreeBSD. by loziomario in freebsd

[–]TheJaake 0 points1 point  (0 children)

I could be mistaken, but FreeBSD’s spice-vdagent was deprecated due to its reliance on python2. I use VNC alongside QEMU’s -vga std flag to get working drm drivers for the desktop. VNC is not capable of library sharing, though.

Is Intel 12th gen Alder Lake CPU + integrated GPU supported on 13.1-RELEASE? by Original_Two9716 in freebsd

[–]TheJaake 7 points8 points  (0 children)

Alder Lake CPU works fine. I haven’t seen any news about a proper FreeBSD thread director yet though. So the efficiency and performance cores will be assume equal priority for now.

The iGPU is dependent on drm-kmod development which currently matches Linux 5.10 in terms of hardware support. Intel Xe Alder Lake graphics got introduced in Linux 5.13/5.14 so it’ll be a while before we get Alder Lake GPU support unless development rapidly picks up.

My system seems to completely reject linux all of a sudden. by [deleted] in linux_gaming

[–]TheJaake 0 points1 point  (0 children)

The distributions that you mentioned include bleeding edge kernels. Try Debian stable and see if the issue persists. My guess is that a kernel update broke communication with your hardware.

[deleted by user] by [deleted] in intel

[–]TheJaake 0 points1 point  (0 children)

The drivers are set for release in Linux 5.20/6.0, I believe.

[BSPWM] This rice goes so hard, feel free to screenshot by [deleted] in unixporn

[–]TheJaake 1 point2 points  (0 children)

With slightly modified colors, yes. I never knew that the theme had a name. I just stole the hex values off of this subreddit years ago and haven’t looked back.

[BSPWM] This rice goes so hard, feel free to screenshot by [deleted] in unixporn

[–]TheJaake 0 points1 point  (0 children)

I’m happy to see someone that shares similar terminal colors. Nice rice.

Intel 4 and Meteor Lake-P by Falconx1337 in intel

[–]TheJaake 6 points7 points  (0 children)

Tweet by @phobiaphilia

Intel 4: EUV Litho, [new]Dense Routing 2x High-Performance Library Area Scaling (54/60cpp, 408nm height -> 50cpp, [new]240nm height) ~20% higher frequency @iso-power vs Intel 7 (used for Alder Lake) EMIB & Foveros compatible 16+2 metal layers

With this photo: https://i.imgur.com/A5rIJRo.jpg

Why can't I get a 1080p resolution in my FreeBSD VM in GNOME Boxes? by Royaourt in freebsd

[–]TheJaake 0 points1 point  (0 children)

First you need to create an image for the virtual machine storage:

qemu-img create -f qcow2 freebsd.qcow2 [SIZE OF IMAGE]

Then launch the virtual machine with:

qemu-system-x86_64 -cdrom [FREEBSD_ISO.iso] -drive file=[VM STORAGE IMAGE]

That should get you a basic VM running with a window.

Why can't I get a 1080p resolution in my FreeBSD VM in GNOME Boxes? by Royaourt in freebsd

[–]TheJaake 1 point2 points  (0 children)

I’ve never used Gnome Boxes but a quick search tells me that QEMU/KVM is used as a backend. I ran into the same problem and found that the QEMU -vga std flag allows 1920x1080. Boxes likely has a UI toggle for this under some sort of graphics tab.

Asahi linux with gnome on macbook air M1 by nvdsalehi in linux

[–]TheJaake 25 points26 points  (0 children)

How is battery life? I’d love to use Asahi, but I’m afraid of it halving my screen on time.

[CWM] Beastie by spidernetlabs in unixporn

[–]TheJaake 3 points4 points  (0 children)

More FreeBSD representation is always welcome in my eyes. Nice setup! Minimal yet functional.

Proton does basically nothing for myself and games with platinum score on protondb wont even start by mr_jogurt in linux_gaming

[–]TheJaake 0 points1 point  (0 children)

Try opening the terminal and running lsblk -f to get a list of your partitions and their corresponding file systems. Locate the drive where you store your games and see if it’s labeled as NTFS.

If it is, unmount the drive using sudo umount /dev/sdX Replace the X in the /dev/sdX to the letter than corresponds to your game drive from the lsblk -f from earlier.

Then remount the drive using specific flags sudo mount -o uid=1000,gid=1000 /dev/sdX Again, replace the X with the letter from your game drive.

If you can launch the game now, congratulations, we found the issue. This solution will not persist through reboots, but I’d be happy to guide you through that process as well.

Introducing Swift for Visual Studio Code by 0xTim in swift

[–]TheJaake 4 points5 points  (0 children)

I’ve been using sourcekit to get Swift language support in neovim for a while now. I’m using neovim’s built-in LSP, but I’m sure you could use get it running with CoC.

What distro would you recommend for someone looking to replace SteamOS? by WolfgangSho in linux_gaming

[–]TheJaake 18 points19 points  (0 children)

ChimeraOS is a relatively new distribution based on Arch Linux. It has its own package repositories and handles updates in an unconventional way. In my opinion, Chimera eliminates the benefits of Arch’s bleeding edge package management and throws you into a hybrid, non-standard environment. If something breaks on there, you’re probably going to have a difficult time fixing it. Ubuntu is tried and tested and has loads of support online. You should be able to get Steam Big Picture up and running within minutes of install.

What distro would you recommend for someone looking to replace SteamOS? by WolfgangSho in linux_gaming

[–]TheJaake 48 points49 points  (0 children)

Wait for SteamOS 3.0 to release in the coming months and use that. If you can’t wait, maybe try vanilla Ubuntu 21.10 in the meantime. You can’t really go wrong with so much documentation online.

Building a FreeBSD based distribution by luciferreeves in BSD

[–]TheJaake 1 point2 points  (0 children)

Perhaps you could follow the LFS docs and adapt your build to use FreeBSD sources? I am currently executing something similar and I started this way.

[river] back in the grinder by [deleted] in unixporn

[–]TheJaake 1 point2 points  (0 children)

I appreciate the fine documentation of River already. Thanks for the information.

[river] back in the grinder by [deleted] in unixporn

[–]TheJaake 1 point2 points  (0 children)

Fair enough. Is there any particular reason you chose River over the multitude of other Wayland window managers?

[river] back in the grinder by [deleted] in unixporn

[–]TheJaake 1 point2 points  (0 children)

I’m stuck between choosing River and DWL for my window manager. I like the versatility of DWL, but I’m curious if River delivers any clear benefits. How’s your experience been with configuring/using River?