ɴꙩᴍᴀᴅ
We weren't fighting lol
Oh, don't get me wrong. I was referring to the offtopic ish stuff. Rather fun I admit
polyduekes
https://docs.freebsd.org/en/books/handbook/introduction/#goals
https://docs.freebsd.org/en/books/faq/#FreeBSD-goals
polyduekes
Oh, don't get me wrong. I was referring to the offtopic ish stuff. Rather fun I admit
sorry, i will refrain from discussing offtopic stuff from now on
Sudarshan
So basically The FreeBSD Project aims to provide open, unrestricted code for all uses, prioritizing wide accessibility and benefit, preferring the permissive BSD license over the GPL to avoid complexities in commercial use, but still have some GPL code for whatever reason... Now if I append a "secure" word, then it becomes OpenBSD goals, right? The OpenBSD Project aims to provide open, secure, unrestricted code for all uses, prioritizing wide accessibility and benefit, preferring the permissive BSD license over the GPL to avoid complexities in commercial use.
ɴꙩᴍᴀᴅ
https://docs.freebsd.org/en/books/faq/#FreeBSD-goals
versatile platform suitable for a wide range of computing needs, from servers and workstations to embedded systems and beyond.
Sudarshan
sorry, i will refrain from discussing offtopic stuff from now on
Lol I didn't notice it was general forum. My bad. It was me who talked about that podcast first, ain't it?
ɴꙩᴍᴀᴅ
sorry, i will refrain from discussing offtopic stuff from now on
Keeping things completely on topic is hard. We are humans after all. I don't like to act as some sort of policeman in here, but sometimes when the conversation derails for some amount of messages it can overwhelm or annoy users that came here for the fbsd topic. I try to maintain a healthy balance when possible
ɴꙩᴍᴀᴅ
thanks :)
Anytime (: it's refreshing seeing the chat more "alive" after all
Sudarshan
polyduekes
polyduekes
well in defense to the fbsd guys i guess it gets hard to maintain balance between the three more and so when there is a significant lack of contributors compared to other projects
Sudarshan
When there will be more users, it will bring in more contributors too, along with redhatware (if you like)
polyduekes
btw if anyone updated to 14.1 p6, they would notice that fetches like neofetch and fastfetch shows the kernel as p5 this is because only the version of userland has been bumped not the kernel as you may notice with the command freebsd-version -uk
Mohammed Alnahdi
@n0madcoder , in freebsd 13 the sound is working fine but the fans are still make noises (not like freebsd 14)
Mohammed Alnahdi
when make upgrade every thing will gone and return the zero point (upgrade using this article https://www.freebsd.org/releases/14.1R/installation/ )
Mohammed Alnahdi
it take long time to troubleshooting and test between and find the issues.I will upgrade last time and I will send you the details for fbsd 14
rails
This is another reason why Google is developing a C++ replacement Carbon
rails
To comply with the government
ɴꙩᴍᴀᴅ
@n0madcoder , in freebsd 13 the sound is working fine but the fans are still make noises (not like freebsd 14)
two things from the file I can spot: your dmesg says hwpstate_intelN: <Intel Speed Shift> on cpuN so powerd_enable="YES" isn't likely to have any effect on cpu fans, you need to use the intel management settings. Second thing is on pciconf, it seems like you have an amd/ati card vgapci1@pci0:3:0:0: class=0x038000 rev=0xc0 hdr=0x00 vendor=0x1002 device=0x699f subvendor=0x17aa subdevice=0x5073 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X]' class = display so this line in your config: kld_list="i915kms" is not going to load the proper gpu kmod. It should be kld_list="amdgpu" iirc. Sadly, getting tweaks for amd gpus is far more limited than intel ones due to the amount of exposed settings to the module
Mohammed Alnahdi
any way, I follow your structure.
ɴꙩᴍᴀᴅ
I am making kld_list=i915kms as tutorials and documentation that say if vga was intel put i915kms. like in this link https://docs.freebsd.org/en/books/handbook/x11/#x-graphic-card-drivers
yeah, and if vga is intel, then`i915kms` is the correct module to load. Your pciconf list shows that you have an hybrid system where cpu is from intel, and gpu is from amd. Old amd gpus use the radeonkms module, and newer ones the amdgpu module
Mohammed Alnahdi
this misundersanding point to me.
Mohammed Alnahdi
because hybrid system
ɴꙩᴍᴀᴅ
because hybrid system
they make a bit of headaches indeed
theronard
Dont forget to add acpi_video
ɴꙩᴍᴀᴅ
sorry again, you say It should be kld_list="amdgpu" is mean replace it or put both of them.
now this got me thinking. I never did that to the L460 I had with that cpu/gpu combination
Mohammed Alnahdi
Now, xinit error
polyduekes
man, i hate how even after installing xfce4-screensaver, xfce lock screen isn't working properly, like after it goes blank and locks it just shows up blank screen after that when i try to unlock the sytem
ɴꙩᴍᴀᴅ
Now, xinit error
could happen. Share a screenshot or log if you can
theronard
Now, xinit error
You must install your xf86 driver as well
theronard
Xf86-video-amdgpu
Mohammed Alnahdi
.
Let me try it
theronard
X is missing the xf86 driver
ɴꙩᴍᴀᴅ
oh, did you install drm-kmod and amdgpu firmware (https://www.freshports.org/graphics/gpu-firmware-amd-kmod/) ?
ɴꙩᴍᴀᴅ
polyduekes
Xf86-video-amdgpu
it's sad that the installation of it isn't mandated in the docs
theronard
Lol, wrong reply
theronard
Based on my experience drm-61-kmod is enough to get drm and gpu working
ɴꙩᴍᴀᴅ
Of course
the gpu-firmware package can be installed as a whole (and let the os check the correct one) or by performing a tailored search, installing just the firmware that targets your gpu codename
ɴꙩᴍᴀᴅ
last time I installed fbsd on an amd apu, I had to install the gpu-firmware package too
theronard
Maybe it depends, for me it works :), without the whole gpu firmware package.
theronard
Did u run kldload amdgpu?
theronard
Or atleast included it in the rc.conf and then restart?
theronard
I ve been installing freebsd in all kind of laptops, never had X problems
Mohammed Alnahdi
Mohammed Alnahdi
But I have point
polyduekes
But I have point
is the error also same?
ɴꙩᴍᴀᴅ
Did u run kldload amdgpu?
running kldstat can double check if it has been loaded
ɴꙩᴍᴀᴅ
oh, I meant to reply @senior_moe811
Mohammed Alnahdi
is the error also same?
As /var/log/Xorg.0.log in picture above it is said faild to load intel and ati
theronard
Are u a part of video group!
Mohammed Alnahdi
Here
Mohammed Alnahdi
theronard
Are u a part of video group!
Pw groupmod video -m $USER
Mohammed Alnahdi
I hope will be clear image
Mohammed Alnahdi
@n0madcoder
ɴꙩᴍᴀᴅ
seems all are loaded (amdgpu + firmware ones)
theronard
Try to run X within root user