[-] salieri@lemmy.world 3 points 2 weeks ago

I'm running with the mesa drivers on version Mesa 24.2.0-devel. After some tinkering around it seems its a combination of things and gamescope fixes the black blocks but it still won't render in ultrawide, so I'll just stick with wine and lutris for now which seems to work fine.

Thanks for the help!!

32
submitted 2 weeks ago* (last edited 2 weeks ago) by salieri@lemmy.world to c/linux_gaming@lemmy.ml

Hi all!

I've recently come across an issue with launching games from steam. For now I've seen it happen on two games (or rather demos): Crow Country and Sophonce. They launch fine but have some flickering black blocks on the screen that make them unplayable. Here are some images:

https://pasteboard.co/qXH4H5gm7sIS.jpg

https://pasteboard.co/7k9XM394Zlsi.jpg

https://pasteboard.co/6vPC8GYxhHu8.jpg

This only happens when they go full-screen and on wayland, on X11 works fine. I've tried many versions of proton including eggroll variants.

The games work fine when launched with wine without steam in the middle if i do wine <game.exe> . If i do it this way the games detect that I'm running on an ultra-wide screen and play as such but through steam they stay on 16:9 instead.

My system:

Os: Nobara 40
Kernel: 6.8.12-200.fsync.fc40.x86_64
DE: Gnome 46.2
CPU: AMD Ryzen 7 7800X3D (16) @ 5,05 GHz
GPU 1: AMD Radeon RX 7900 XTX
RAM: 32GB

Any help is appreciated,

Thanks!

[-] salieri@lemmy.world 3 points 1 month ago

Seems to have the same issues as the other software. After digging for a while seems that AMD changed the way their driver works for RDN3 cards and the zero rpm “feature” is not exposed yet to the kernel. There are some issues tracking progress but as far as i can tell AMD isn’t prioritizing the issue so who knows when this will be fixed…

In one of the gh issues someone fixed it by bypassing the vrm connector directly to the motherboard. In their model it was doable without having to disassemble anything. I don’t feel comfortable doing that so for now the only thing to do is wait…

Thanks anyways though!!

6

Hi all!

I have an RX 7900 xtx AMD graphics card and by default it is enabled. In windows it is easy enough to disable through the adrenaline software but there is no such thing on Linux.

So far I've tried with both corectrl (1.3.11) and lact (0.5.4) and with lact i have been able to edit the fan curve but that only takes effect after the threshold of the zero rpm, which is annoying.

If it's of any help, my model is the sapphire vapor-X.

Thanks in advanced!!

8
submitted 2 months ago* (last edited 2 months ago) by salieri@lemmy.world to c/buildapc@lemmy.world

Hi all!

I’ve recently bought new components for my pc but i miss calculated what would fit in my current case (by about one or two millimeters). I have the arctix liquid freezer iii 280 which doesn’t fit in my current corsair crystal 570x. The problem was that the ram didn’t fit on the mb because it hit the fans below the radiator (top mounted).

I’ve looked into the fractal cases and the torrent seems the best bet but it also looks like it was designed for air cooling and putting the 280 radiator in the front defeats the purpose. I’ve also considered the North XL but im unsure if everything will fit with the top mount. I’m looking at Fractal cause i saw good reviews from GN but i’m open to everything!! (If it has a white variant even better:))

I previously researched and thought everything would fit so i kinda lost some faith in myself regarding this.

Any suggestions are welcome,

Thank you so muuch!!

[-] salieri@lemmy.world 2 points 6 months ago

Hi, I loved the new spider-man movies and also always loved the character. I would love to play Spiderman remastered these holidays!! Thank you for the giveaway OP!! Happy Holidays to everyone too!

1
[-] salieri@lemmy.world 2 points 7 months ago

Just started sea of stars myself! The music and the visuals for now are absolutely beautiful!!

6
submitted 7 months ago by salieri@lemmy.world to c/jellyfin@lemmy.ml

I find myself trying to stream a heavy movie, on a local network but it transcodes it due to the original file exceeding maximum bitrate. I've checked the settings but the only one which seem to control this is set at 0 which is unlimited (i guess). Is there any way to bypass this limit if so? The overall bitrate of the movie in question is 65Mb/s Thanks.

[-] salieri@lemmy.world 2 points 7 months ago

Yes! Usually the ones that come with the media are fine for me but i also have the open subtitles plugin to download extra ones in my language. There are no problems 98% of the time and the other 2% its just that they won't load and I just have to select/download different ones.

[-] salieri@lemmy.world 2 points 7 months ago

Oh that is an extremely different experience that what I'm having! Chromecast works fine for me and i never have to restart anything and no problems with scrubbing either, just a bit slow on shows with a lot of episodes (300+). I have given my friends access to my server and most of them are using it just fine (sure with some issue now and then, as you said its not perfect). And in iOS with the alternative Swiftfin client the experience feels phenomenal!!

1
[-] salieri@lemmy.world 18 points 10 months ago

With what money are they supposed to fight the multi billion dollar mega corpo exactly with dozens of lawyers??

Also, if they fight this in court then that would mean less money for development thus making your experience even worse….

[-] salieri@lemmy.world 2 points 10 months ago

I was just starting to fiddle with the Starr programs so i didn't realize that the proper way to use it is to sync the torrent clients directly to sonarr and radarr. The issue happened on those programs all the same though. (fixed it already though)

[-] salieri@lemmy.world 2 points 10 months ago

I think you are right! Now that you've explained it, it makes sense in my head, as someone else recommended i added hostnames and now i can work with those which makes it nicer, i don´t want to be opening a maze of ports xd

[-] salieri@lemmy.world 3 points 10 months ago

Bingo! This worked. I don't fully understand why because i expose the ports on the docker containers, i guess i must have something miss-configured. Thanks!!

[-] salieri@lemmy.world 4 points 10 months ago* (last edited 10 months ago)

Version information:

qBit: v4.5.4
prowlarr: 1.7.4.3769
19
submitted 10 months ago by salieri@lemmy.world to c/selfhosted@lemmy.world

Hi all, i'm having issues configuring prowlarr to use the qbit torrent downloader. I have everything setup in a docker container as such:

version: "3.2"
services:
  qbittorrent:
    container_name: qbittorrent
    image: linuxserver/qbittorrent
    logging:
      driver: json-file
    ports:
      - 4666:4666
      - 8082:6881
      - 8082:6881/udp
    environment:
      - WEBUI_PORT=4666
    volumes:
      - /docker/appdata/qbittorrent:/config
      - ./data:/data
  radarr:
    container_name: radarr
    image: cr.hotio.dev/hotio/radarr:latest
    restart: unless-stopped
    logging:
      driver: json-file
    ports:
      - 7878:7878
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /docker/appdata/radarr:/config
      - ./data:/data
  sonarr:
    container_name: sonarr
    image: cr.hotio.dev/hotio/sonarr:latest
    restart: unless-stopped
    logging:
      driver: json-file
    ports:
      - 8989:8989
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /docker/appdata/sonarr:/config
      - /data:/data
  bazarr:
    container_name: bazarr
    image: cr.hotio.dev/hotio/bazarr:latest
    restart: unless-stopped
    logging:
      driver: json-file
    ports:
      - 6767:6767
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /docker/appdata/bazarr:/config
      - ./data/media:/data/media
  prowlarr:
    image: cr.hotio.dev/hotio/prowlarr
    container_name: prowlarr
    ports:
      - 9696:9696
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Madrid
    volumes:
      - /docker/appdata/prowlarr:/config
    restart: unless-stopped
  sabnzbd:
    container_name: sabnzbd
    image: cr.hotio.dev/hotio/sabnzbd:latest
    restart: unless-stopped
    logging:
      driver: json-file
    ports:
      - 8080:8080
      - 9090:9090
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Madrid
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /docker/appdata/sabnzbd:/config
      - ./data/usenet:/data/usenet:rw
  jellyfin:
    container_name: jellyfin
    image: linuxserver/jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Madrid
    volumes:
      - /docker/appdata/jellyfin:/config
      - /etc/localtime:/etc/localtime:ro
      - ./data/media:/data/media
    ports:
      - 8096:8096
      - 8920:8290
    restart: unless-stopped

I can open localhost:4666 in firefox and see the qbit web interface. When i go to the prowlarr interface and try to connect to it the field for the adress goes red and says: unable eto connect tot qBittorrent. The logs say:

prowlarr     | [v1.7.4.3769] System.Net.Http.HttpRequestException: Connection refused (localhost:4666)
prowlarr     |  ---> System.Net.Sockets.SocketException (111): Connection refused
prowlarr     |    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
prowlarr     |    at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
prowlarr     |    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 331
prowlarr     |    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 307
prowlarr     |    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
prowlarr     |   
***
End of inner exception stack trace
***
prowlarr     |    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
prowlarr     |    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
prowlarr     |    at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
prowlarr     |    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 110
prowlarr     |    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Prowlarr.Common/Http/HttpClient.cs:line 171
prowlarr     |    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 70
prowlarr     |    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.IsApiSupported(QBittorrentSettings settings) in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 35
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.FetchProxy(QBittorrentSettings settings) in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 83
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.&lt;>c__DisplayClass7_0.b__0() in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 78
prowlarr     | 
prowlarr     |    at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Prowlarr.Common/Cache/Cached.cs:line 99
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxyCache(QBittorrentSettings settings, Boolean force) in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 78
prowlarr     | 
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxy(QBittorrentSettings settings, Boolean force) in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 61
prowlarr     |    at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.TestConnection() in ./Prowlarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 209
prowlarr     | 
prowlarr     | 
prowlarr     | 
prowlarr     | [Warn] ProwlarrErrorPipeline: Invalid request Validation failed: 
prowlarr     |  -- Host: Unable to connect to qBittorrent 

I've tried looking for help online but i haven't found much so some help would be appreciated.

Thank you!

0
submitted 11 months ago by salieri@lemmy.world to c/support@lemmy.world

Hi,

I remember reading that lemmy.world defederated from the exploding heads instance (rightly so imo), but now i’m seeing their posts on my feed.

Did the hack from the other day affect the defederation? is this a bug or something i have to change the settings of?

Thanks.

1

Hi all!

Instead of having the monthly reports as the pined post of the community I feel it would be better to have some sort of compendium of guides to help newcomers or the general userbase to delve deeper into Switch emulator, for example the basics: How to set up the emulator, brief explanation of the settings, how does EA work, etc..

Also maybe some guides on modding or other useful resources to help contribute to the project. I don't know things like that.

I'm open to suggestions! Which web content helped YOU get started / go deeper into the world of Yuzu?

1
submitted 1 year ago by salieri@lemmy.world to c/asklemmy@lemmy.ml

Hey, I'm subscribed to a variety of communities in different instances (my "home" instance is lemmy.world) all of them with varying degrees of activity but some nonetheless, when I enter the "subscribed" feed, all is overwhelmingly populated by one community. I guess its because this community is way bigger than the others and it overshadows the post coming from others. As its understandable i would like this feed to be more of a mix of all the c/ that I follow, so i guess my question is, Is there a new sorting algorithm in the works? Is it a feature its being worked on? Or is this by design and it will stay this way? Also, is this something that an instance can change on its own? I know lemmy is open source and that probably the host could change something like this but maybe it breaks the activitypub protocol something, I don't know.

[-] salieri@lemmy.world 2 points 1 year ago

Honestly im loving the experience and even though its getting big because of all the reddit drama, im loving the small communities feel that it has for now. I have to say though that navigation cross instances its being a bit of a headache and i hope it gets better, much better. At least it should notify me that i am not able to see the rest of the comments on a post because of some settings of the instances / my account no? Or am i missing something?

1

Hey eveeryone! This post is just so that there is something to start with. Fell free to post about anything yuzu . :)

view more: next ›

salieri

joined 1 year ago
MODERATOR OF