Alaknar

joined 1 month ago
[–] Alaknar@lemm.ee 2 points 7 hours ago (1 children)

How about this - I configured Kate to have full Markdown support, with preview.

There was an update today. The Document Preview plugin got disabled and once I enabled it, it's no longer able to display Markdown preview.

That's what I call "unstable". Shit randomly breaking for no reason at all. And I know it's probably SOME dependency SOMEWHERE that got updated which broke a DIFFERENT dependency, but that's kind of my point - things like this just don't happen on Windows (since around Win10).

[–] Alaknar@lemm.ee 2 points 7 hours ago

Do you get a window?

I run games in full screen mode, so maybe it would work. Seems like Wayland has Ctrl+Meta+Esc as the equivalent of xkill. I'll try this if it happens again.

[–] Alaknar@lemm.ee 2 points 14 hours ago (3 children)

To me "stable" means: "fire and forget". Maybe a reboot needed every couple of months because something broke, or having to kill a hung process. That's my experience with Windows nowadays.

I'm on Garuda Linux, which is based on Arch Zen, and every now and again something random breaks. Network connection doesn't stand up after sleep. Steam randomly breaks. Signal refuses to connect. One monitor's brightness doesn't go back to default value after the OS dimmed it due to inactivity. Uninstalled application still shows up in Application Launcher's search results, even though I deleted it from the KDE Menu Editor.

Lots and lots of little things like that.

[–] Alaknar@lemm.ee 4 points 16 hours ago (2 children)

Steam does something weird when running a Windows game via Proton. I haven't figured out which task to kill to kill a game it's running.

[–] Alaknar@lemm.ee 21 points 1 day ago (11 children)

More stable

Wellllll, I wouldn't go that far.

I just had to reboot because clicking anything in the browser randomly started sending the CPU utilisation to higher 70s, which was triggering the fans to spin at full power.

Then I ran a game on Steam and Steam said it's running, but it was nowhere to be found. Had to reboot again.

Both of these happened completely randomly after I changed nothing, just browsing the web.

[–] Alaknar@lemm.ee 7 points 1 day ago

I mean, he always calls trade deficit a "subsidy", and has since 2016. I honestly don't think he understand what that concept means, he's not that subtle with manipulation.

[–] Alaknar@lemm.ee 28 points 1 day ago (2 children)

He doesn't understand what "trade deficit" means.

[–] Alaknar@lemm.ee 6 points 2 days ago (1 children)

Most people also forget about another element in this puzzle.

Usually what happens is, you buy goods in bulk, and plan for that in advance. Say, you've planned a shipment of 1 million dollars worth of telescopes, $800 each. But now with the tariffs hit you can afford fewer telescopes per 1 million dollars. Which mans that - because you're now ordering them at $1k - you can afford 250 fewer telescopes which rises the price per telescope due to a smaller order. So now you're not paying 1.25 on the dollar from 800, but rather from 1k! Which makes you afford fewer, which rises the price, etc., etc., etc.

GamersNexus has a great documentary on this shit show of a situation, I do recommend giving it a watch. :) It's oh so optimistically titled The Death of Affordable Computing.

[–] Alaknar@lemm.ee 3 points 2 days ago

The only way the dumbest among us can learn is through personal suffering. So that’s the way it’s going to be.

I'm a bit worried that, instead of learning on their mistakes, they'll just find another scapegoat. Like, "if we had Canada and Panama none of this would've happened", or some other inane shit like that.

[–] Alaknar@lemm.ee 1 points 2 days ago

Maybe they're going to go hungry for a month or three, but at least they owned the libs!

[–] Alaknar@lemm.ee 7 points 2 days ago (3 children)

Yup, there-abouts. Someone said the last ships from China will reach the east coast on the 8th (that one takes longer). So, starting on the 8th, there will be NO import from China in the US.

Prep for some spicy times.

[–] Alaknar@lemm.ee 2 points 2 days ago

You're talking about "a country", the guy in the OP talks about "a nation". Pretty vast difference between the two.

 

Hi!

I'm a new Linux user, so far so good, but one thing that grinds my gears is that if I log in fairly quickly after a boot, I have to wait ~5-10 seconds before I can start using my BT mouse (Logitech MX Master 3S).

Is there a way to speed up the initialisation of Bluetooth on Linux so that it starts immediately, like the USB drivers do?

OS Garuda Linux x86_64
├ Kernel Linux 6.14.4-zen1-1-zen
├ Packages 1382 (pacman)[stable], 5 (flatpak)

DE KDE Plasma 6.3.4
├ Window Manager KWin (Wayland)
├ Login Manager sddm 0.21.0 (Wayland)

Solution

Thanks to /u/floofly on r/linux4noobs for this!

Yup, assuming you're using systemd as you innit system. The following will change it so your bucktooth will initialise before the GUI.

sudo systemctl edit bluetooth.service

change:

[Unit]

Before=graphical.target

And from myself, I'll add this for the other noobs out there: when you run that command you'll see something like this:

### Editing /etc/systemd/system/bluetooth.service.d/override.conf
### Anything between here and the comment below will become the contents of the drop-in file



### Edits below this comment will be discarded


### /usr/lib/systemd/system/bluetooth.service
# [Unit]
# Description=Bluetooth service
# Documentation=man:bluetoothd(8)
# ConditionPathIsDirectory=/sys/class/bluetooth

Make it look like this:

### Editing /etc/systemd/system/bluetooth.service.d/override.conf
### Anything between here and the comment below will become the contents of the drop-in file

[Unit]

Before=graphical.target

### Edits below this comment will be discarded


### /usr/lib/systemd/system/bluetooth.service
# [Unit]
# Description=Bluetooth service
# Documentation=man:bluetoothd(8)
# ConditionPathIsDirectory=/sys/class/bluetooth
 

To check which version of glibc you have, run ldd --version in the terminal.

 

cross-posted from: https://lemm.ee/post/60562469

Hi all!

I know that AMD has software for controlling RGB on Windows. I found some old threads where someone suggested disconnecting the LEDs themselves, which is not something I'm willing to do with my 2-day old card.

I also would love not having to switch to Windows just to turn the bloody RGB off.

I've never used OpenRGB and I don't quite understand their compatibility guide for the 9070, so I'm not sure if it's doable there.

So! Does anyone here have that card and was able to disable RGB on Linux?

As a sidenote: I just realised that my OS sees two GPUss - the dGPU and the iGPU. Is there a way I can turn iGPU off so that it doesn't get in the way?

Any help appreciated!

Oh, I should probably mention - I'm on:

OS Garuda Linux x86_64
├ Kernel Linux 6.13.8-zen1-1-zen
├ Packages 1366 (pacman)[stable]
├ Shell fish 4.0.1

DE KDE Plasma 6.3.4
├ Window Manager KWin (Wayland)
 

Hi all!

I know that AMD has software for controlling RGB on Windows. I found some old threads where someone suggested disconnecting the LEDs themselves, which is not something I'm willing to do with my 2-day old card.

I also would love not having to switch to Windows just to turn the bloody RGB off.

I've never used OpenRGB and I don't quite understand their compatibility guide for the 9070, so I'm not sure if it's doable there.

So! Does anyone here have that card and was able to disable RGB on Linux?

As a sidenote: I just realised that my OS sees two GPUss - the dGPU and the iGPU. Is there a way I can turn iGPU off so that it doesn't get in the way?

Any help appreciated!

Oh, I should probably mention - I'm on:

OS Garuda Linux x86_64
├ Kernel Linux 6.13.8-zen1-1-zen
├ Packages 1366 (pacman)[stable]
├ Shell fish 4.0.1

DE KDE Plasma 6.3.4
├ Window Manager KWin (Wayland)
 

cross-posted from: https://lemm.ee/post/59831665

Hi all!

I recently installed Tuxedo OS with KDE and Wayland. I'm fairly new to Linux and, so far, the distro is great. With one caveat.

As far as power options go, everything works fine EXCEPT for Sleep. I can put the PC to sleep, but when I wake it up, I land on the login screen wallpaper with the login/password fields barely visible, as if frozen around the second frame of a fade-in animation.

Nothing works. The mouse cursor doesn't move, the keyboard doesn't do anything. The only way out of this state is to hold the power button until the PC shuts down and then turn it back on again.

I did some digging, but couldn't find a solution. Some threads mentioned modifying something in systemd, but those were from years ago, so I didn't want to risk that.

One fairly recent thread had a proposed solution of adding "mem_sleep_default=deep" to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub.

That didn't work for me, though.

I'd love to fix this, but I'm out of ideas. Any help welcome!

 

Hi all!

I recently installed Tuxedo OS with KDE and Wayland. I'm fairly new to Linux and, so far, the distro is great. With one caveat.

As far as power options go, everything works fine EXCEPT for Sleep. I can put the PC to sleep, but when I wake it up, I land on the login screen wallpaper with the login/password fields barely visible, as if frozen around the second frame of a fade-in animation.

Nothing works. The mouse cursor doesn't move, the keyboard doesn't do anything. The only way out of this state is to hold the power button until the PC shuts down and then turn it back on again.

I did some digging, but couldn't find a solution. Some threads mentioned modifying something in systemd, but those were from years ago, so I didn't want to risk that.

One fairly recent thread had a proposed solution of adding "mem_sleep_default=deep" to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub.

That didn't work for me, though.

I'd love to fix this, but I'm out of ideas. Any help welcome!

EDIT

Forgot it might be a driver issue, people were complaining about Nvidia gear!

I currently don't have a dedicated GPU. I only have Ryzen 7 7800X3D running on MSI B650 Gaming Plus WIFI ATX AM5 MoBo.

 

cross-posted from: https://lemm.ee/post/59450953

Hi!

I JUST switched over to Linux and am trying my hand at gaming. Learned about Luanti and got VoxelLibre going. Game's great, but the lack of sprint is killing me... Looked for mods that would support it, but people were saying that the only one made stopped working.

Are there any good and active (in development) Minecraft clones that have that feature?

 

Hi!

I JUST switched over to Linux and am trying my hand at gaming. Learned about Luanti and got VoxelLibre going. Game's great, but the lack of sprint is killing me... Looked for mods that would support it, but people were saying that the only one made stopped working.

Are there any good and active (in development) Minecraft clones that have that feature?

view more: next ›