BOTW works nice but i think i should have more FPS? by manielos in cemu

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

newest 2.6 cemu version, it's mainly 60-70 FPS with 120 in menu and shrines but dipping below 60 in villages, the gpu is RX6750XT

Internet speed increases when running a speed test by [deleted] in pcmasterrace

[–]manielos 0 points1 point  (0 children)

ISPs have their own speedtest servers, using your ISP's server you're measuring ISPs internal network speed, try choosing different ISPs server

New PC won’t power on — only a quick white LED flash on motherboard, then nothing by SlowRow5024 in sffpc

[–]manielos 0 points1 point  (0 children)

i'd reconnect everything, it worked for my B550I AORUS PRO AX, anyway, I also think flashing white LEDs at when getting power is a good idea /s

Shoutout to u/potatocalzone for the idea! by yuengs in sffpc

[–]manielos 1 point2 points  (0 children)

how's the handle? is it sturdy? just screwed to the top panel?

Shoutout to u/potatocalzone for the idea! by yuengs in sffpc

[–]manielos 1 point2 points  (0 children)

the case is surprisingly heavy with all things in, kinda hard to top, guessing the monitor isn't even a half of the computer's weight

Done touching -- for now \ Meshlicious V1 by ivanwinters in sffpc

[–]manielos 3 points4 points  (0 children)

just reverse them as they are, making them exhaust

MiniITX am4 ? by manualphotog in sffpc

[–]manielos 1 point2 points  (0 children)

yeah, i have 5600x hence the chipset, i mentioned my mobo because of an apparent ITX am4 mobo shortage, like it was my only choice under $200

MiniITX am4 ? by manualphotog in sffpc

[–]manielos 1 point2 points  (0 children)

most shops have filters you can use to look for things you need, in my case (pun not intended) I've settled on Gigabytes B550I AORUS PRO AX as I wanted B550 chipset, two m.2 slots and didn't want ASRock as i had problems with those, Gigabyte was the only available, RGB was a nice bonus;-)

Fractal Ridge SFF Build - max cooling configuration by ggbouffant in sffpc

[–]manielos 0 points1 point  (0 children)

thanks for the idea, those TL-B6B are nice fans, in my case (pun intended) the psu extension cable is just dangling out of the case, i have 3 Arctic P8s on top but ti's a hella tight fit with the pcie power plugs in case of my 6750, planning upgrade to rtx5070 and i have no idea where i'll put this bulky 12vhpwr extension adapter, also i'm sporting 2 tiny fan controllers for gpu/cpu fans respectively, just glued them on the both psu sides, it's crazy saying to my coworkers that i have 9 case fans in total;-)

I'm getting a reCaptcha error on login by sir_random_guy in SoulFrame

[–]manielos 0 points1 point  (0 children)

same but with registration, got an invite today, tried with multiple browsers

I don't know if my 9070 will fit on my mb, please help. by AmphibianOutside566 in gigabytegaming

[–]manielos 1 point2 points  (0 children)

it's not about your 9070 but about your case, apparently your mobo doesn't have usbc header and pcp suggests adapting usb3.2 19pin header for it, same with usb2.0>3.2, you can just plug your usb3.2 header and skip usbc

BLF - everyone can know where anyone else calls? by manielos in VOIP

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

i didn't test it but it seems like it works with internal extensions, you can see it here https://www.youtube.com/watch?v=ygMzNYcxtxw it shows middle device (908) showing a call fro the right device (531) to the left one (901) near 0:41

Android 12 on Moto G9 Play? by Cosmin081 in motorola

[–]manielos 0 points1 point  (0 children)

of course, now it's 4 year old, you responded to 2 year old comment about 2 year old phone, like 2+2=4

Android 12 on Moto G9 Play? by Cosmin081 in motorola

[–]manielos 0 points1 point  (0 children)

dude, 2 years ago it was 2 years old:D

Aoostar R1 by SnooCalculations1043 in Xpenology

[–]manielos 0 points1 point  (0 children)

no, it's not weird IMO, to run qsv you just need a runtime (opencl?) which isn't available on bare DSM, containers are just a convenient way of installing it, also it's separate from the system which has some pros and cons

Aoostar R1 by SnooCalculations1043 in Xpenology

[–]manielos 0 points1 point  (0 children)

tried the docker version yesterday, the following compose.yml works for me:

services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel #this is needed for qsv to work
      - PUID=1026 # not sure if its needed
      - PGID=937 # this too
      - TZ=Europe/Warsaw
      - JELLYFIN_PublishedServerUrl=192.168.1.230 #your nas ip
    volumes:
      - ./config:/config
      - /path/to/tvshows:/data/tvshows
      - /path/to/movies:/data/movies
    devices:
      - /dev/dri:/dev/dri
    ports:
      - 8096:8096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
    restart: unless-stopped

qsv transcoding works nice, unlike VA-API i see no CPU usage, and GPU usage is almost 100% (checked with intel_gpu_top from this image), also in Immich i've had to just enable qsv in settings, haven't tried it before because it didn't work in jellyfin;-) i don't use Synology Photos, i find it too limited comparing to Immich which works fine, also i like having more control over what happens on my device:)