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
rc.conf
(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
(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
