Константин
Anonymous
Is there a graphic module in fbsd which we have to load in kernel...
Anonymous
?
Krond
Yeah, now it is.
Anonymous
I have intel onboard graphics
Anonymous
Which de works fine with fbsd?
Anonymous
Kde is lagging
Krond
E17 fan here. Fluxbox is ok.
Anonymous
👍
Krond
Though I'm mostly on dfbsd, My graphics crash all the time on stable.
Константин
Anonymous
Is the driver issue fixed in fbsd 12?
Krond
Which one?
TheWhyteCrow
Which de works fine with fbsd?
https://wiki.freebsd.org/Graphics With the right driver, even KDE5 was fine. It just depends what onboard graphic you mean.
Arminio
Kde is lagging
It shouldn't lag if your hardware is supported. I've seen KDE5 on FreeBSD with excellent performance.
Anonymous
I have lenovo g50-80 machine with 8gb ram
Anonymous
Have deepin linux (debian)
Arminio
Anonymous
Once i install trueos and it worked perfectly fine
Anonymous
But now in project trident it does not detect audio
Arminio
I don't like TrueOS to be honest, but that hopefully shows that FreeBSD will work
Anonymous
Anonymous
Lets see... Next weekend i will start the fbsd os again to check what is not working
Anonymous
Anyone tried netbsd?
TheWhyteCrow
TheWhyteCrow
Only thing is - it's laptop and they have their caveats. Sometimes it's a kind of a hard job to get freebsd work perfectly on laptops, to configure all devices correctly.
Anonymous
Hmm.... Understand
Anonymous
Guys, do you have any English openbsd group?
Anonymous
How is it??? Better than fbsd?
Krond
Nah, go create one and wait a little.
Anonymous
I mean telegram groups!
Krond
This is english speaking group. You might consider joining russian FreeBSD chat.
Krond
https://t.me/freebsd_ru
数学の恋人
数学の恋人
数学の恋人
Sorry but I'm new to bsd
TheWhyteCrow
Read 'man mount'... the easy answer. And trysky slash after the dot.😁
数学の恋人
数学の恋人
Should i give -t flag?
Константин
maybe this slace haven't ufs filesystem
数学の恋人
Константин
so try mount -t ext2
数学の恋人
K one sec
数学の恋人
Константин
sorry, ext2fs 😊
数学の恋人
But it is ext4
Константин
check man ext2fs 😊
数学の恋人
Ok
数学の恋人
Константин
it's because backward compatibility, AFAIK
数学の恋人
数学の恋人
Btw do you know a way to add Linux in boot entry?
Константин
on MBR boot0cfg -B /dev/ada0 is enough
数学の恋人
My system is dual boot,
Linux and bsd
数学の恋人
Константин
is boot0 shows prompt like:
F1 FreeBSD?
数学の恋人
Let me check
数学の恋人
数学の恋人
Константин
this is boot2, boot0 should be before it
数学の恋人
But this is first screen i get
Константин
try boot0cfg -Bv -o noupdate -t 100 ada0 & reboot
数学の恋人
boot0cfg -B ada0
gpart bootcode -b /boot/mbr ada0
数学の恋人
Константин
i think gpart bootcode install another boot0, without boot manager
数学の恋人
数学の恋人
As this is already a fresh install
Константин
try boot0cfg -Bv -o noupdate -t 100 ada0
reboot and check
数学の恋人
数学の恋人
数学の恋人
Okay so this is what I'm getting
数学の恋人
It does nothing except I press F4
数学の恋人
F1, F2 has no effect
Константин
goot, boot0 works
on F4 FreeBSD must boot
looks like something bad with linux bootcode on ada0s1
Константин
you have 2 linux partition, ada0s1 & ada0s2, maybe one of this have linux and other is linux swap
Константин
if ada0s1 is linux-data check hexdump -C /dev/ada0s1 | head