Dead freeze at start steam

At the beginning, my characteristics(1) and configs(2), and how I installed linux-steam-utils(3)

(1)
HD620/MX110(using environment prime)
8GB/256GB RAM/SSD
I3-7020U(installed cpu-microcode-intel)

(2)
sysctl.conf
Code:
sys.class.drm.card0.gt_max_freq_mhz=400
sys.class.drm.card0.gt_min_freq_mhz=400
sys.class.drm.card0.gt_RP0_freq_mhz=400
sys.class.drm.card0.gt_boost_freq_mhz=400
security.bsd.unprivileged_chroot=1
vfs.usermount=1
#security.bsd.see_other_uids=0

rc.conf
Code:
hostname="bsd"
ifconfig_ue0="DHCP"
ifconfig_ue0_ipv6="inet6 accept_rtadv"
ntpd_enable="YES"
moused_nondefault_enable="NO"
dumpdev="AUTO"

kld_list="i915kms nvidia-modeset nullfs"
asus_load="YES"
asus_wmi_load="YES"
sound_load="YES"
linux_enable="YES"
cuse_load="YES"
dbus_enable="YES"

linux32_enable="YES"

(3)
installed via pkg, and launched steam according to the instructions
-=-=-=-=-

The system itself freezes when starting the window manager, just like other Unix-like systems. To do this, sysctl.conf contains options for changing the frequency of the built-in video card; the discrete card itself works without lowering the frequencies. But when you launch Steam itself using prime offload variables and integrated card, the system freezes completely.

In addition, I identified some linuxulator system call errors, and as it was clear, the system itself did not indicate the reasons for the kernel panic or dead freeze
link to logs in /var/log/messages: https://pastebin.com/XHwdL148

steam logs: https://ibb.co/xXZXnXF
 
my settings

Code:
/etc/rc.conf

Code:
kld_list="nvidia-modeset nvidia-drm linux linux64 i915kms"
linux_enable="YES"

Code:
/boot/loader.conf

Code:
cuse_load="YES"

root config

As far as I understand, there must be a solution to the problem here?

Why am I suffering so much? Why can't I just ask for help with all the details of my problems? Why does a person just say his configs and immediately disappear
 
Why am I suffering so much? Why can't I just ask for help with all the details of my problems? Why does a person just say his configs and immediately disappear
Not sure what you are expecting.

These are user forums and another user has tried to help by giving you details of their working configuration because something in that configuration might help you solve your problem(s).
 
Why does a person just say his configs and immediately disappear
eating pie and mash

have you tried adding linux linux64 to your kld

Code:
kld_list="nvidia-modeset nvidia-drm linux linux64 i915kms"

people can give you a nudge in the right direction
but you still need to put in the work yourself to fix the issue

if in doubt read the handbook

 
Why does a person just say his configs

people can give you a nudge in the right direction

I sometimes/often do the same sophr.temin please don't take it personally.

kld_list="nvidia-modeset nvidia-drm linux linux64 i915kms"

Code:
% kldstat | grep linux
14    2 0xffffffff84233000    32360 linux.ko
16    6 0xffffffff8426d000     d050 linux_common.ko
17    1 0xffffffff8427b000    2e480 linux64.ko
% grep linux /etc/rc.conf
linux_enable="YES"
%

– a nudge?

man -P cat 4 linux | head -n 11
 
1729901279233.png

1729901429768.pngI applaud the author's enthusiasm (to the right), however it's stretching things. The book is not comprehensive.
 
with all the details

I see the intel tag, however I think we're missing some basics, which (unless I'm missing something) I can't infer from the messages in the pastebin and so on.

Which version of FreeBSD, exactly?

Port packages from quarterly, or latest?

freebsd--version -kru ; uname -aKU

pkg -vv | grep -B 1 -e url -e priority
 
Back
Top