muhyb

joined 3 years ago
[–] muhyb@programming.dev 1 points 26 minutes ago

Why don't you try distros in a virtual machine first?

[–] muhyb@programming.dev 1 points 1 hour ago* (last edited 1 hour ago)

CEO: Why the fuck did you put twerk mode into teacher-bot?

Engineer: We didn't put it, we just used the models we had just like you said. We didn't think anyone could be able to wake up the sleeping agent.

[–] muhyb@programming.dev 1 points 13 hours ago

Then Sway might be a better fit for you. Though I definitely recommend Niri, since it's a fresh look for tiling WMs.

[–] muhyb@programming.dev 2 points 15 hours ago (3 children)

Sway is also nice if you prefer more traditional tiling WM.

[–] muhyb@programming.dev 4 points 15 hours ago (1 children)

I'm not a greybeard ^(yet)^ but xbps-src would like to have a word.

Also, Debian is bad for cognitive abilities since if you use it long enough you forget how to configure things. /j

[–] muhyb@programming.dev 3 points 15 hours ago (5 children)

I suggest Void Linux and putting Niri + noctalia-shell on it.

[–] muhyb@programming.dev 14 points 1 day ago (1 children)

I actually like systemd-boot more than GRUB. I see it for 1 second, so I really don't see the point of theming a bootloader but this is the world of freedom. Any preference is welcome.

[–] muhyb@programming.dev 2 points 1 day ago

"or you go to jail"

[–] muhyb@programming.dev 6 points 6 days ago

Technically it's a pop-up. You cannot use the window behind when that's open. If you try to carry the pop-up, it will also carry the main window.

[–] muhyb@programming.dev 13 points 1 week ago

To be fair that's an improvement over his previous photos where he looks like an alpha version.

[–] muhyb@programming.dev 5 points 1 week ago
[–] muhyb@programming.dev 3 points 1 week ago

Nöpe! Just makes me hungry. -_-

 
 
 

What's more interesting is, beaver castor sacs also used as a strawberry and vanilla flavour substitute, approved by FDA.

 

Hopefully it's also Monday for the mods

 
 

First time seeing this in KPatience. The game shouldn't even start if it isn't solvable though but it's something.

195
Oh no! (i.ibb.co)
submitted 7 months ago* (last edited 7 months ago) by muhyb@programming.dev to c/lemmyshitpost@lemmy.world
 

Look at these sponsors! I wouldn't use Ladybird in 1750 BC.

 

I have a Redmi Note 9 (merlinx) and currently have LineageOS 20 (which is the last official ROM). It's generally fine but I have some problems with a couple apps, so I need MicroG to fix this. I don't want to go bunch of hoops to install it on my current system if possible. Would dirty-installing the same ROM with MicroG pre-installed applicable? Or do I need a clean install if I want to go that way?

Edit: It seems it's not so feasible. I guess I'll just do clean install.

Edit 2: I did dirty install and everything works fine.

 

cross-posted from: https://programming.dev/post/38558693

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

19
submitted 9 months ago* (last edited 8 months ago) by muhyb@programming.dev to c/linux@lemmy.ml
 

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

 

Apparently gnome-schedule is quite old and unmaintained. I want to help a friend with this and it shouldn't be a commandline option, has to be GUI. Something like kcron, task scheduler on KDE.

 

Hi there!

I have a situation about a game that has problems with running via Steam but the same binaries run fine via Lutris.

ProtonDB page of the said game: https://www.protondb.com/app/214590 (Fairy Bloom Freesia)

I tried it years ago, probably around Proton 4-2 times, and I was getting the very same error I get today if I run the game from Steam.

DirectX error: StrecthRect is invalid call

I don't know what Steam does differently but in the meantime it causes this error. Probably it's game's own problem at some circumstances (regarding it's a custom Japanese engine) and what Steam does triggers this error. I'm using Glorious Eggroll's Proton 10-15 on both Steam and Lutris, that's why I think it's related to Steam client itself.

Also tried WINE and if I run the game with regular WINE from my system, the performance would be really poor, but at least it runs.

So, I'm trying to understand what would be the difference. Do we know what might Steam client does behind the doors? According to the latest reviews on ProtonDB, the game should run fine. That's why I wanted to try it again after so many years.

I tried every Proton version and I get the same error almost on every version. For some, it crashes right away. Launch options such as PROTON_USE_WINED3D=1 do not help either.

Any ideas what should I check or try?

I'm on EndeavourOS, my Steam is a native package.

view more: next ›