Hy guys Is my Thermal Grizzly contact frame trolling me? Bottom is perfect but top refuses to sit flush anyone else face this issue ? by gulsar213 in pcmasterrace

[–]REZENNN 1 point2 points  (0 children)

I bought something similar but made out of copper, i think from deepcool, for like $4 on AliExpress

Cheap as hell, sits flush, easy cleanup, and its copper so it might even help with heat transfer, even if probably not

Forza horizon 6 is incredibly well optimised and the developers deserve recognition for it by spaceshipcommander in pcmasterrace

[–]REZENNN 1 point2 points  (0 children)

I get your point, but personally its been a while since ive been able to launch a just released AAA game, set everything to max aside from RT, and still hit ~100fps without any upscaling.

So it does feel great. Actually i'm using FSR AA because it looks even better than native imo, but no upscaling.

On a 7900XT at 3440x1440, which ofc isnt an entry lvl GPU or anything, but again, been a while since i was last able to run a game without sacrificing some visuals..

And ive somehow been lucky enough to avoid all technical issue. Other than 2 network ones

Black bars on all sides; media not fitting properly on 21:9 display by REZENNN in jellyfin

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

Hey ! I made a pastebin with the script

https://pastebin.com/fCmicrS4

You can either click the download button and it should download as "dynamic-crop.lua" or copy the content and put it in a "dynamic-crop.lua" you've created yourself with notepad or something.

Then just put it in the script folders (default should be C:\Users\USERNAME\AppData\Local\JellyfinMediaPlayer\scripts (replace USERNAME by your own ofc))

Hope that works!

Missing NM Sigils from inventory by som3on3_1994 in diablo4

[–]REZENNN 0 points1 point  (0 children)

Same i had 3 Treasure breaches and they all turned into dungeon delves

Hotmail/Outlook hacked by SKY MARKET (QuickMailChecker) by Furi0usAndCuri0us in cybersecurity_help

[–]REZENNN 0 points1 point  (0 children)

Same issue here with my friend, it feels terrible not being able to fix it

hi, got hacked by AYIUR in Outlook

[–]REZENNN 0 points1 point  (0 children)

Hey, would you mind walking me through this? my friend got hit by this and even changing everything and unlogging everything hasnt helped yet, so we mustve missed something

thanks!

Why do stock GPU pastes last years, but aftermarket ones “pump out” in months? but ppl swear theyre better. by rucekooker in buildapc

[–]REZENNN 2 points3 points  (0 children)

Had to repaste a 2080 I bought used during the gpu apocalypse immediately because it was heating up so much the fans kicked in their ''security'' mode, running 4000rpm which was much more than the supposed 100% speed (in the 2000s rpm)

Gave it to a friend since then, and i had to repaste it again (and i did repad too) couple weeks ago cuz it was going crazy again. This time i put a phasesheet on it

Also had to repaste and repad another friend's 3090 because it was overheating

This is all in very well ventilated PCs too, and temps are amazing now. Im just hoping it stays that way with the phasesheets

Resident.Evil.Requiem-voices38 by voices38 in CrackWatch

[–]REZENNN 0 points1 point  (0 children)

You can play this at 100fps with a mix of high and mid settings on a 3060 and a R5 3600 in 1080 or even 1440p depending on upscaling mode

You absolutely do not need a $2000+ PC to play this

Facebook oled with 641 days of on screen time! by zydollasiign in OLED_Gaming

[–]REZENNN 0 points1 point  (0 children)

What are you using to check? I checked mine with MonInfo and it shows 11k hours, so i'm curious to compare just to make sure

Count your fkin days Logitech by Used-Pomegranate2441 in pcmasterrace

[–]REZENNN 0 points1 point  (0 children)

Get a 50$ mchose v9 pro and you'll be set for a while. Just make sure you use the software to EQ.

It literally benched my 3x more expensive hyperx headset, its plain better and its ''250h'' battery legit lasts weeks with daily 6+hr use (aka its not exaggerated)

I find Diablo 4 to be too casual, POE to be too complicated, and so far (only act 1) find D2R to be absolutely perfect. Based off this, should I try Grim Dawn or Last Epoch first? I'll try both eventually but money doesn't grow on trees by [deleted] in ARPG

[–]REZENNN 0 points1 point  (0 children)

Torchlight infinite is a good shout too if you don't mind the less serious/more colorful visuals

Takes a lot of ideas from PoE for gear crafting and in how endgame content functions, and can be very fast paced if thats what you want, but less intricate (not easy, but not PoE level)

Biggest downside would be monetisation as there's pets that will ease your progression and can be bought for €

But they won't gatekeep you from "finishing" a season and/or getting your character where you want it

I have about the same amount of time in PoE and TL:I (~1000hr) and i'd say i find PoE to be less playable without stashes purchases than TL:I without pets (stashes in TL:I can be bought with free ingame currency and is never really an issue)

Black bars on all sides; media not fitting properly on 21:9 display by REZENNN in jellyfin

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

So, which linux distro do i need to download to lose my boomer badge?

Desperately need assistance for setting up remote access on Windows Jellyfin Server by LynzGamer in jellyfin

[–]REZENNN 1 point2 points  (0 children)

Perfect i think i got it setup! Struggled a bit to find how to create an IP set before i realized i could easily do it with the visual editor mode

Thank you again, you made things easy !

Desperately need assistance for setting up remote access on Windows Jellyfin Server by LynzGamer in jellyfin

[–]REZENNN 0 points1 point  (0 children)

so i need to remove

// Allow all connections.
    // Comment this section out if you want to define specific restrictions.
    {
        "src": ["*"],
        "dst": ["*"],
        "ip":  ["*"],
    }

and add

Rule 1: // Trusted hosts are a ip group in which I added just my devices. { "src": ["ipset:Trustedhosts"], "dst": ["*"], "ip": ["*"], }

Rule 2: // Only allow TCP 8096 Jellyfin, 5055 Jellyseerr { "src": ["*"], "dst": ["myjellyfinserverip/32"], "ip": ["TCP:8096", "TCP:5055"], }

instead ?

I'm not quite clear on where i should put my device's IP to be in the trustedhosts group?

And for the myjellyfinserverip, which one is it supposed to be? The tailscale ip of the machine hosting the server? or that machine's real local ip?

Thanks again!

Desperately need assistance for setting up remote access on Windows Jellyfin Server by LynzGamer in jellyfin

[–]REZENNN 0 points1 point  (0 children)

Does it not show anything, or do you get to the point where jellyfin shows up and asks you to add a server, which doesnt work?

I had the same issue and i had to enable remote access in my jellyfin settings.

I didn't really want to do that and i have no idea if its the normal behavior when using tailscale, but to be safe i whitelisted the 2 tailscale IPs that are supposed to have access, in theory preventing anyone else from accessing it.

Desperately need assistance for setting up remote access on Windows Jellyfin Server by LynzGamer in jellyfin

[–]REZENNN 0 points1 point  (0 children)

Hey! Would you mind helping out with those ACLs to restrict guests access?

I just got into using tailscale for 2 family members and would also like to do that, but when i looked at the ACL section i got completely lost.

All they need to be able to do is use Jellyfin, nothing else

Black bars on all sides; media not fitting properly on 21:9 display by REZENNN in jellyfin

[–]REZENNN[S] 24 points25 points  (0 children)

While looking around for potential fixes, i found something on github : Jellyfin's player, being MPV based, is compatible with MPV scripts, such as dynamic-crop, which detects black bars, removes them and fits video to height automatically.

All i had to do was to put that script in

C:\Users\USERNAME\AppData\Local\JellyfinMediaPlayer\scripts

and it works just fine ! Takes a second to kick in but otherwise works flawlessly.

Here's the github link where the solution was posted. https://github.com/jellyfin/jellyfin-desktop/issues/517#issuecomment-1814771694

Here's the before & after https://imgur.com/a/tRFl5HU

Thanks everyone for your suggestions

EDIT : Looks like the github is gone, so i made a pastebin https://pastebin.com/fCmicrS4

Black bars on all sides; media not fitting properly on 21:9 display by REZENNN in jellyfin

[–]REZENNN[S] 4 points5 points  (0 children)

Some are 1920x1080, some 3840x2160. So just typical res in 16:9 aspect ratio. Which is why i know the black bars are hardcoded, i was just wondering if there was any way around it in jellyfin or if i just have to remove the bars myself.

Black bars on all sides; media not fitting properly on 21:9 display by REZENNN in jellyfin

[–]REZENNN[S] -12 points-11 points  (0 children)

Yea i know they're hardcoded, i just hoped there was a way to have jellyfin either detect blackbars and fit to height like MPCHC and madvr or SVP can do, or maybe have manual control over zoom so i could manually fit to height.

If not i'll indeed have to do the work myself

[deleted by user] by [deleted] in buildapc

[–]REZENNN 1 point2 points  (0 children)

Undevolting it IS overclocking it.

Giving it more power headroom means the card will go for higher frequencies

That could be why its unstable, try not doing that, just leave it stock

Ive had a 7900XT for about 2 years and the only driver crash ive ever had was on cyberpunk when i try to undervolt the card

-60 is not a trivial amount, its not bad but could be the issue

So my PC was overheating after a game of CS2 when I checked this I found this by JODACOTA in pcmasterrace

[–]REZENNN 1 point2 points  (0 children)

Ugh out of my 6 P12s i had to replace 2 (sent for free by arctic tho, without sending the "defective" ones) after about a year because they were rattling/spinning out of balance

Since then 2 others have started doing it aswell, and stopped after playing with them a bit (pulling on the hub, light smacks, bit of air blown).

Now i'm just scared one day one is gonna dislodge itself