tsukinaha / tsukimi

A simple third-party Emby client
GNU General Public License v3.0
878 stars 24 forks source link

Render incorrectly when enable high performance Nvidia processor #34

Closed Willtoseu closed 4 months ago

Willtoseu commented 4 months ago

I installed tsukimi using Scoop. After version 0.4.2, if you turn on the N-card graphics settings, the pictures will not be displayed, and trying to clear the cache will not work. After the N-card graphics card setting is disabled, the picture can be displayed.

tsukinaha commented 4 months ago

@Willtoseu I cant reproduce, can you provide more detailed steps

Kosette commented 4 months ago

Can you tell more about which settings break the display? Better with screenshots or videos.

Willtoseu commented 4 months ago

@Kosette @tsukinaha When I make the following settings 屏幕截图 2024-04-14 140241 The following screen appears 屏幕截图 2024-04-14 140317

Kosette commented 4 months ago

@Willtoseu Are you using latest driver? As i'm not using Nv GPU, can you try this?

run $env:GSK_RENDERER=cairo; & "$env:SCOOP\apps\tsukimi\current\bin\tsukimi.exe" in terminal, launch tsukimi with with ENV, see whether it helps.

Willtoseu commented 4 months ago

@Kosette I try in your methods,and it does not help. My driver is not latest: 屏幕截图 2024-04-14 145212

Kosette commented 4 months ago

My driver is not latest

@Willtoseu Could you update to the latest driver? Please open Tsukimi normally, without using the ENV.

Willtoseu commented 4 months ago

Thank you. When i update to the latest driver, the problem has been solved. @Kosette