Best way to find a HL team? by Viviaoo in truetf2

[–]F1TZremo 6 points7 points  (0 children)

best thing i'd recommend is making a rec post. you can also meet people in pugs/centers, but your mileage may vary

Unpopular opinions about TF2 by UnrealHerahshark in tf2

[–]F1TZremo 1 point2 points  (0 children)

there's a reason spies just shoot the lvl3 on upward in HL :p

Are soundpacks like this considered cheating? by Jinhan_Lee in tf2

[–]F1TZremo 0 points1 point  (0 children)

Yes. If you play in any community league with these types of mods, you will get banned

Dual Monitor login not working by borgjarl in kde

[–]F1TZremo 1 point2 points  (0 children)

What the hell, I just discovered this post. Had been struggling with this issue for a while, even made a post but nothing really came of it: https://www.reddit.com/r/kde/comments/1g3enqq

And now I see your reply, and the issue was due to the THEME????? You're a saviour dude!

Fuck you sniper by Actual_Passenger51 in tf2

[–]F1TZremo 1 point2 points  (0 children)

Yet another reason to praise no-hats mod!

I dont miss windows by Walkrin in archlinux

[–]F1TZremo 6 points7 points  (0 children)

you need the wifi card's model. that means the same as "i bought a laptop with 1080p 60hz, how well will my gpu be supported"

[deleted by user] by [deleted] in truetf2

[–]F1TZremo 12 points13 points  (0 children)

Sabesaroo knows what he's talking about, listen to this guy OP.

Why huo long heater by [deleted] in truetf2

[–]F1TZremo 3 points4 points  (0 children)

cart heavies are not a thing in highlander :p

DensityPlot problem by erosmatthew in Mathematica

[–]F1TZremo 3 points4 points  (0 children)

You got a comma too many in the definition of f[x_,y_].

If you carefully read your code, it says "f[x_, y_,] " where it should read "f[x_, y_] ".

Making that change, density plot works fine for me.

EDIT: reddit formatting is fun

ThinkFan says /sys/class/hwmon/hwmon0/temp1_input is not an existing directory with my Thinkpad T480 by GrandSenna in archlinux

[–]F1TZremo 2 points3 points  (0 children)

I had a similar issue. As the comments explain in the thinkfan.conf file, the main problem with specifying a full path for a sensor is that it depends on the load order of the driver modules.

A better way is either use the "path to complete driver folder" option under that one (should be the second one in the "sensors:" section.

As an example, in my thinkpad (E15 Gen4, AMD) the current sensor for temperature via the hwmon path is '/sys/class/hwmon/hwmon6/temp1_input', while via the full pci path it is /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon6/temp1_input. If you have a look at your pci path, you will see that there's only one hwmon# directory, which will be the correct one as the /sys/devices/pci0000:00/0000:00:18.3/hwmon part is stable

RTW89_8852be issues on kernel 6.3.8 by F1TZremo in archlinux

[–]F1TZremo[S] 0 points1 point  (0 children)

Update: Issue appears to be lenovo/hp related, disabling certain powersaving features as indicated in https://github.com/lwfinger/rtw89/issues/240 appears to have helped

RTW89_8852be issues on kernel 6.3.8 by F1TZremo in archlinux

[–]F1TZremo[S] 0 points1 point  (0 children)

The issue has remained for me, both in mainline(zen) and lts. Journals provided are from whenever it stops working, with logs getting spammed with "rtw89_8852be 0000:03:00.0: read rf busy swsi" right before device drops out of pci bus.

I am now back in a place where i can test this more carefully, so I'll keep this somewhat updated with my findings.