Torna indietro   Hardware Upgrade Forum > Componenti Hardware > Schede Video > Schede Video - Discussioni generali

Gigabyte Aero X16 Copilot+ PC: tanta potenza non solo per l'IA
Gigabyte Aero X16 Copilot+ PC: tanta potenza non solo per l'IA
Un notebook che punta sull'abbinamento tra potenza di calcolo, schermo ampio e dimensioni nel complesso compatte. Gigabyte Aero X16 Copilot+ PC si trasporta facilmente, vanta buona autonomia con batteria e offre tanto grazie alla piattaforma AMD Ryzen AI e alla scheda video NVIDIA GeForce RTX 5070 Laptop tanto per un utilizzo professionale come per intrattenersi.
vivo X200 FE: il top di gamma si è fatto tascabile?
vivo X200 FE: il top di gamma si è fatto tascabile?
Molte persone vorrebbero prestazioni da top di gamma, ma in formato più tascabile. vivo X200 FE si indirizza proprio a questo tipo di persone e vuole rappresentare il giusto mix tra prestazioni e ingombri, con una batteria da ben 6.500 mAh in un corpo da 7,99 millimetri di spessore. La nostra prova completa
TCL 65C7K, televisore Mini-LED di qualità, versatile e dal prezzo competitivo
TCL 65C7K, televisore Mini-LED di qualità, versatile e dal prezzo competitivo
Tecnologia Mini LED, pannello 4K QLED HVA a 144Hz e audio Bang & Olufsen: il nuovo TCL 65C7K si candida come best buy per l’intrattenimento domestico a tutto tondo, con promozioni che ne esaltano il rapporto qualità/prezzo
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 24-10-2020, 10:23   #26361
pierluigi74
Senior Member
 
L'Avatar di pierluigi74
 
Iscritto dal: Dec 2009
Messaggi: 1826
ragazzi un vostro parere: ho una zotac 2080 amp raffreddata con kraken x53
vale la pena cambiargli bios per aumentare PL e magari ottenere qualcosa di meglio come frequenze oppure no?
e se si, quale bios mi consigliate?
pierluigi74 è offline   Rispondi citando il messaggio o parte di esso
Old 26-10-2020, 10:59   #26362
TigerTank
Senior Member
 
L'Avatar di TigerTank
 
Iscritto dal: Jun 2003
Città: Prov. Milano
Messaggi: 45760
Uscito nuovo reshade 4.8.0.
__________________
Lian-Li 011 EVO/ Evga 1000W GT/ 9700K+Galahad 360/ Asus Strix Z390-F/ Corsair 32GB 3200MHz/ RTX3080 FTW3 Ultra/ AOC AG352UCG6+Nano AmbientPX/ Aquaero 6/ P5Plus 1TB+970EvoPlus 1TB+MX500 2TB+vari/ Sound Blaster X3+Edifier S350DB+ATH-AG1X & Aurvana SE/ Corsair Strafe rgb+Dark Core Pro SE
TigerTank è offline   Rispondi citando il messaggio o parte di esso
Old 26-10-2020, 17:31   #26363
NAP.
Senior Member
 
L'Avatar di NAP.
 
Iscritto dal: Oct 2005
Messaggi: 3825
Quote:
Originariamente inviato da TigerTank Guarda i messaggi
Uscito nuovo reshade 4.8.0.
Update ddiddio questo, adesso c'è il supporto diretto a shader compute che permetterà nuove manipolazioni e più precise e minor imoatto sulle performance, per me è il Nirvana


Changelog


4.8.0:

Added compute shader support to ReShade FX shader language, supported in D3D11, D3D12, OpenGL and Vulkan.

Added option to not clear alpha channel of screenshots

Added option to include preset name in screenshot file name

Added JPEG as a screenshot format option

Added option to duplicate current preset when creating a new one

Added option to only load enabled effects

Added performance mode toggle keyboard shortcut

Added global option to force fullscreen mode in D3D

Added support for global config file to change base and module load path (instead of having to rely on environment variables).

Added position of separator between technique and variable list in UI to config (so it is persistent between runs)

Added technique context menu button to open containing folder in Windows explorer

Added category context menu button to reset all variables in that category to their default values

Added separate code viewer window, so one can view generated code and edit a shader simultaneously

Added editor support for "Shift + Tab" to remove line indentation without selection

Added editor support for paste on new line

Added visual indicator to text editor title when open document is unsaved

Added message to home tab when a texture failed to load

Added yellow highlight to items in the technique list where the underlying effect compiled with warnings and added those warnings to the tooltip

Added effect parser error when encountering multi-dimensional array

Added effect parser error when using sRGB sampling on back buffer but back buffer format is not RGBA8

Added effect parser error when static variable initializer is not a literal expression. This is a breaking change for some effects! But necessary since ReShade FX now properly supports the "static" keyword when it had no effect before.

Added effect parser warning when specifying negative value for texture property

Added "tex2Dsize" intrinsic overload which takes a storage object (for compute shaders)

Added "barrier", "memoryBarrier" and "groupMemoryBarrier" intrinsics for use in compute shaders

Added atomic intrinsics "atomicAdd", "atomicAnd", "atomicOr", "atomicXor", "atomicMin", "atomicMax", "atomicExchange" and "atomicCompareExchange"

Added support for "SV_IsFrontFace" semantic to GLSL/SPIR-V code generation

Added support for "min16int", "min16uint" and "min16float" scalar and vector types

Added "mousewheel" source for uniform variables to use mouse wheel input

Added "overlay_active" and "overlay_hovered" source to uniform variables, which hold the index (from the top in the effect file) of the UI widget the user is currently entering a value in or hovering in the UI

Added more verbose logging in case of D3D10/11 resource creation failures

Added pass names for passes writing to a texture on the statistics page

Added device and driver information to UI in OpenGL

Added support for comma character in INI elements

Added path text box to app selection in setup tool

Added different sort modes to app selection in setup tool

Added button to add custom effect package to setup tool

Added option to skip individual effect selection using three state checkboxes to setup tool

Added setup tool archive validation when opening it

Added standard Epic Games Launcher install location to setup tool search paths

Added heuristic to setup tool that chooses the depth reversed setting based on the year a game came out

Added error to setup tool when installing to an application that already has ReShade installed via a different render API

Added notice on how to uninstall to final setup tool screen

Added signature to setup tool

Improved file and directory selection dialogs (including the preset selection) and added icons

Improved format of variable names in generated GLSL code for better readability

Improved effect parser error recovery for errors inside struct definitions

Improved speed of setup tool application detection

Changed INI option names for a cleaner look! The setup tool will update them when installing over an existing config, but be aware of this when doing a manual update, since some of your settings may get lost.

Changed preset path option to save as a relative path to the ReShade DLL if preset is in the same or a subdirectory

Changed "tex2Dfetch" intrinsic to accept coordinates without a mipmap level and added seprate overload which accepts a mipmap level. This is a breaking change, so make sure to update your shaders (it will continue to compile with warnings in most cases, since int4 can be implicitly casted to int2, but only behaves the same then if the passed in mipmap level was zero)!

Changed D3D9 depth buffer detection logic to always run independently on each frame (fixes flickering in some games, like RE4 Remastered HD)

Changed splash banner to disappear immediately after reloading finished on all reloads except the first one

Changed assembly viewer text to get updated after an effect finished compiling

Changed HLSL compilation to enable highest optimization level only when performance mode is active

Changed configuration to save and restore custom style independently of the fixed presets (so its not lost when switching between those)

Changed keyboard shortcuts to be inactive while typing into text boxes

Changed item width for variable editor UI widgets

Changed texture name reservation to only run in OpenGL compatibility contexts by default

Changed default preset file name to "ReShadePreset.ini"

Changed setup tool to install to "bin" directory if one exists next to the executable (for Source Engine games)

Fixed mouse button double clicks not registering

Fixed red and blue color channel being switched in D3D12 screenshots in some applications

Fixed hang in Vulkan games because fence completion check was comparing against wrong return value

Fixed partial screen updates in D3D9 messing up ReShade rendering (e.g. in IL-2 Cliffs of Dover)

Fixed hooks not being installed in applications that call "LoadLibraryExA/W" with flags (e.g. Prey)

Fixed duplicated D3D10/D3D11 hooks (since the D3D10 driver may use D3D11 internally)

Fixed D3D9 depth surface replacement messing up games using INTZ format themselves (e.g. Dead Space)

Fixed artifacts in D3D9 games using partial depth buffer clears

Fixed artifacts in OpenGL games using GL_ALPHA_TEST

Fixed unbound key shortcuts potentially triggering if application sends input messages for key code zero

Fixed crash if application calls "ID3D11Device::CreateShaderResourceView" and similar with a nullptr resource (e.g. in Snowrunner)

Fixed crash when application unloads ReShade while a thread is still calling "GetMessage" (e.g. in Dolphin)

Fixed crash in Vulkan when data race occurs after multiple threads failed to access a value from a lockfree table (e.g. in Baldur's Gate)

Fixed crash if font atlas creation fails

Fixed crash when parsing ReShade FX code that attempts a function call outside of a function

Fixed crash if ReShade FX code contains shader function with an output parameter or return value without a semantic

Fixed crash when pressing "Shift + Tab" in editor with a line that has only spaces selected

Fixed R8 and RG8 textures having an alpha value in D3D9

Fixed wrong render targets being set in D3D12 if effect contains multiple techniques

Fixed primitive topologies other than triangles not working in OpenGL

Fixed "tex2Dstore" intrinsic writing with a slight offset in OpenGL

Fixed precision of floating-point constants in generated HLSL/GLSL code

Fixed preprocessor removing spaces in macro arguments

Fixed preprocessor not trimming all whitespace before and after macro arguments and around concatenation operator

Fixed preprocessor not adding adding backslashes to escape quotes in stringize operator

Fixed code generation for switch statements with multiple cases pointing to the same block

Fixed SPIR-V code generation for struct member accesses on function return values

Fixed SPIR-V code generation for struct input parameters

Fixed SPIR-V code generation for switch statements that contain branches

Fixed SPIR-V code generation for "inout" function parameters with semantics and arrays

Fixed HLSL code generation for global "static" variables

Fixed HLSL code generation for loops on uniform variables in shader model 3

Fixed missing interpolation qualifiers in generated GLSL code for struct return values

Fixed location calculation for GLSL array input and output variables

Fixed GLSL code generation for "inout" function parameters with semantics

Fixed GLSL code generation for shaders that have multiple input or output parameters with the same semantic

Fixed effect parser error when initialization array of structs using initializer list syntax

Fixed incorrect FreePIE uniform data padding

Fixed "timeout" annotation on techniques for very small values (so one can now set it to "1" to only have the technique run a single time)

Fixed division by zero if min/max are switched for "random" uniform source

Fixed user being able to enter invalid characters as a preprocessor macro name

Fixed dragging technique to a new location not preserving order of the others

Fixed editor font affecting search and replace buttons

Fixed pooled textures not always showing up on statistics page

Fixed double click behavior on app selection list in setup tool (it now only reacts if the same item is clicked twice)

Removed "tex2Dgather" intrinsic and instead split it into separate variants for each component

Removed technique percentage numbers from statistics (since they where commonly misunderstood)

Removed support for "POSITION", "VPOS" and "DEPTH" input semantics

Removed error limit again since it can hide errors behind a lot of warnings
__________________
I MIEI FEEDBACK: Lino P.; Alex3oo1; galaverna; ingwye

Ultima modifica di NAP. : 26-10-2020 alle 17:36.
NAP. è offline   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 02:14   #26364
NAP.
Senior Member
 
L'Avatar di NAP.
 
Iscritto dal: Oct 2005
Messaggi: 3825
mah ho provato ad installarlo, ma e' pieno di errori nella compilazione di certi shader
__________________
I MIEI FEEDBACK: Lino P.; Alex3oo1; galaverna; ingwye
NAP. è offline   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 09:49   #26365
razor820
Senior Member
 
L'Avatar di razor820
 
Iscritto dal: Apr 2008
Città: Catania
Messaggi: 11916
Qualcuno sa se esiste un sito dove vengono elencati i giochi con supporto dls 2.0??
Evitando così di perder tempo di installarli per verificare
__________________
GPU rtx 4080s fe CPU intel 14700kf MB rog strix z690f RAM 32gb corsair dominator 6600 cl32 AIO corsair iCUE H150i elite capellix PSU corsair hx850i M2 Samsung 990pro 1tb SSD crucial 2tb CASE Asus tuf gt502 MONITOR Asus rog xg27aqdmg PERIFERICHE Rog azoth - rog chakram x - corsair m700rgb - hyperx cloud alpha
razor820 è offline   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 09:53   #26366
Black"SLI"jack
Senior Member
 
L'Avatar di Black"SLI"jack
 
Iscritto dal: Jun 2005
Città: Firenze
Messaggi: 12816
dai un occhio qui.

https://www.ign.com/articles/50-games-with-rtx-and-dlss

https://www.rockpapershotgun.com/202...ss-games-2020/
__________________
I9-14900K+z790-Formula+32GB-7400+Rtx 4090 MSI Supreme X+4TB / R9-9950X3D+X870E-Hero+32GB-6200+Asus Rtx 5090 Astral+3TB / R9-7950X3D+B650PG+32GB-6000+RTX3080-12GB+2TB / I9-10900K+z490-Formula-XII+64GB-3600+Rtx2080Ti+2TB / R9-5950X+x570-C8Hero+128GB-3600+Rtx3090+2TB / TrueNas i7-8700+H310CM+32GB-3200+8x12TB / ESXi R5-5900X+B550M-Tuf+128GB+2TB
Black"SLI"jack è offline   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 09:54   #26367
mattxx88
Senior Member
 
Iscritto dal: May 2010
Città: fuffahh!!11! land
Messaggi: 10773
Quote:
Originariamente inviato da razor820 Guarda i messaggi
Qualcuno sa se esiste un sito dove vengono elencati i giochi con supporto dls 2.0??
Evitando così di perder tempo di installarli per verificare
https://www.ign.com/articles/50-games-with-rtx-and-dlss
https://www.ozarc.games/best-dlss-games/
qua c'è qualcosa
__________________
HwPartialDwnGrade
mattxx88 è online   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 10:01   #26368
razor820
Senior Member
 
L'Avatar di razor820
 
Iscritto dal: Apr 2008
Città: Catania
Messaggi: 11916
Quote:
Originariamente inviato da mattxx88 Guarda i messaggi




Grazie. Ma solo nel sito ozarc vengono distinti dal dls 1.0, gli altri generalizzano.
Certo vedere nella lista Fortnite..

A sto punto reinstallo bf5 e lo provo
__________________
GPU rtx 4080s fe CPU intel 14700kf MB rog strix z690f RAM 32gb corsair dominator 6600 cl32 AIO corsair iCUE H150i elite capellix PSU corsair hx850i M2 Samsung 990pro 1tb SSD crucial 2tb CASE Asus tuf gt502 MONITOR Asus rog xg27aqdmg PERIFERICHE Rog azoth - rog chakram x - corsair m700rgb - hyperx cloud alpha
razor820 è offline   Rispondi citando il messaggio o parte di esso
Old 27-10-2020, 10:11   #26369
Teamprotein
Bannato
 
Iscritto dal: Feb 2018
Messaggi: 1553
Ragazzi ormai è passato più di un mese da quando ho ordinato l eiswolf 2 su aquatuning dopo 5/6 mail non è è ancora ritornato in stock sul sito dicono consegna tra il 10/11 e il 12/11
Spero altrimenti annullo l ordine e prendo il kit della corsair pompa rad waterblock tubi etc anche se mi costerebbe il doppio
Teamprotein è offline   Rispondi citando il messaggio o parte di esso
Old 28-10-2020, 10:25   #26370
appleroof
Senior Member
 
L'Avatar di appleroof
 
Iscritto dal: Oct 2005
Messaggi: 38297
Ieri ho provato un bench sul RT, con il dls ovviamente le prestazioni triplicavano e non notavo alcuna significativa differenza visiva...ottimo ma mi ha dato modo di pensare che se ottimizzassero così a 360°, non solo sul RT, la 980ti mi avrebbe potuto ancora dare 60fps in 4k , ma poi che vendono?
__________________
Corsair 5000D - Ryzen 7 7700 - Asrock B650E PG - 2x16gb G.Skill Trident Z5 ddr5 6000 mhz - GeForce Rtx 4070Ti S. - Samsung 980 pro 1tb + Crucial mx500 1tb + WD 1tb - Corsair rm850w - LG oled C4 48
le vga che ho avuto
appleroof è offline   Rispondi citando il messaggio o parte di esso
Old 28-10-2020, 10:54   #26371
mikael84
Moderatore
 
L'Avatar di mikael84
 
Iscritto dal: Mar 2007
Messaggi: 22472
Quote:
Originariamente inviato da appleroof Guarda i messaggi
Ieri ho provato un bench sul RT, con il dls ovviamente le prestazioni triplicavano e non notavo alcuna significativa differenza visiva...ottimo ma mi ha dato modo di pensare che se ottimizzassero così a 360°, non solo sul RT, la 980ti mi avrebbe potuto ancora dare 60fps in 4k , ma poi che vendono?
Sulla 980ti e serie pre turing, non potevi neppure farlo, non avendo tensor, e neppure fp16.
Il DLSS se ben implementato è davvero tanta roba.
__________________
Ryzen 5800x3D - Msi B450TH - Corsair 32gb 3600 lpx - Red Devil RX 9070XT - samsung 860 pro 1tb - 4tb storage - Acer g-sync xb270hu - MSI MPG A850G atx3.0
mikael84 è offline   Rispondi citando il messaggio o parte di esso
Old 28-10-2020, 11:32   #26372
NAP.
Senior Member
 
L'Avatar di NAP.
 
Iscritto dal: Oct 2005
Messaggi: 3825
Quote:
Originariamente inviato da appleroof Guarda i messaggi
Ieri ho provato un bench sul RT, con il dls ovviamente le prestazioni triplicavano e non notavo alcuna significativa differenza visiva...ottimo ma mi ha dato modo di pensare che se ottimizzassero così a 360°, non solo sul RT, la 980ti mi avrebbe potuto ancora dare 60fps in 4k , ma poi che vendono?
Che bench hai provato? Per curiosità
__________________
I MIEI FEEDBACK: Lino P.; Alex3oo1; galaverna; ingwye
NAP. è offline   Rispondi citando il messaggio o parte di esso
Old 28-10-2020, 14:05   #26373
appleroof
Senior Member
 
L'Avatar di appleroof
 
Iscritto dal: Oct 2005
Messaggi: 38297
Quote:
Originariamente inviato da mikael84 Guarda i messaggi
Sulla 980ti e serie pre turing, non potevi neppure farlo, non avendo tensor, e neppure fp16.
Il DLSS se ben implementato è davvero tanta roba.
ciao Mike, non hai capito: intendevo in pura ipotesi una ottimizzazione tale da poter sfruttare al meglio le gpu nel loro complesso, come il dlss fà con l'rt aumentandone a dismisura le prestazioni senza incidere più di tanto sulla qualità

una utopia insomma

Quote:
Originariamente inviato da NAP. Guarda i messaggi
Che bench hai provato? Per curiosità
https://www.surgicalscalpels.com/rtbenchmark.html
__________________
Corsair 5000D - Ryzen 7 7700 - Asrock B650E PG - 2x16gb G.Skill Trident Z5 ddr5 6000 mhz - GeForce Rtx 4070Ti S. - Samsung 980 pro 1tb + Crucial mx500 1tb + WD 1tb - Corsair rm850w - LG oled C4 48
le vga che ho avuto
appleroof è offline   Rispondi citando il messaggio o parte di esso
Old 29-10-2020, 16:41   #26374
TigerTank
Senior Member
 
L'Avatar di TigerTank
 
Iscritto dal: Jun 2003
Città: Prov. Milano
Messaggi: 45760
Ho installato Deliver Us the Moon. Ho fatto un giro veloce di settaggi vari con la 2080 e di sicuro una 3080 o simili sarebbe utile alzando la qualità del DLSS e dell'RT
Tutto Ultra come altri settaggi, combinando DLSS ed RT. E ho applicato un fix per la 3440x1440.

RT Ultra-Alto-Medio-Off

1)DLSS OFF(29-29-30-71fps)


2)DLSS Qualità massima(51-52-53-99fps)


3)DLSS Bilanciato(61-62-64-113fps)


4)DLSS Prestazioni(74-76-78-120cap fps)


Ho scelto quell'inquadratura iniziale perchè già bella pesante di suo. Credo che proverò a giocarlo con DLSS Bilanciato ed RT medio.
__________________
Lian-Li 011 EVO/ Evga 1000W GT/ 9700K+Galahad 360/ Asus Strix Z390-F/ Corsair 32GB 3200MHz/ RTX3080 FTW3 Ultra/ AOC AG352UCG6+Nano AmbientPX/ Aquaero 6/ P5Plus 1TB+970EvoPlus 1TB+MX500 2TB+vari/ Sound Blaster X3+Edifier S350DB+ATH-AG1X & Aurvana SE/ Corsair Strafe rgb+Dark Core Pro SE

Ultima modifica di TigerTank : 29-10-2020 alle 16:45.
TigerTank è offline   Rispondi citando il messaggio o parte di esso
Old 29-10-2020, 17:04   #26375
mattxx88
Senior Member
 
Iscritto dal: May 2010
Città: fuffahh!!11! land
Messaggi: 10773
tra nativa e dllss, il dlss è migliore (vedi i manifesti sulla lavagna) poco da fare e c'è ancora chi sostiene sia inferiore
__________________
HwPartialDwnGrade
mattxx88 è online   Rispondi citando il messaggio o parte di esso
Old 29-10-2020, 17:12   #26376
TigerTank
Senior Member
 
L'Avatar di TigerTank
 
Iscritto dal: Jun 2003
Città: Prov. Milano
Messaggi: 45760
Quote:
Originariamente inviato da mattxx88 Guarda i messaggi
tra nativa e dllss, il dlss è migliore (vedi i manifesti sulla lavagna) poco da fare e c'è ancora chi sostiene sia inferiore
Vero, l'unica impressione iniziale che ho è che il dlss crei un pizzico di blur di movimento in più. Vedrò giocando.
Comunque mi ricorda un pò Dead Space come terza persona e movenze
Sempre adorato quella serie, finirò per rifarmi un giro alla trilogia.

Altri titoli come Control o l'ultimo Wolfenstein li ho da parte per quando avrò una 3080 nel case
__________________
Lian-Li 011 EVO/ Evga 1000W GT/ 9700K+Galahad 360/ Asus Strix Z390-F/ Corsair 32GB 3200MHz/ RTX3080 FTW3 Ultra/ AOC AG352UCG6+Nano AmbientPX/ Aquaero 6/ P5Plus 1TB+970EvoPlus 1TB+MX500 2TB+vari/ Sound Blaster X3+Edifier S350DB+ATH-AG1X & Aurvana SE/ Corsair Strafe rgb+Dark Core Pro SE

Ultima modifica di TigerTank : 29-10-2020 alle 17:14.
TigerTank è offline   Rispondi citando il messaggio o parte di esso
Old 30-10-2020, 08:19   #26377
FrancoBit
Senior Member
 
L'Avatar di FrancoBit
 
Iscritto dal: Oct 2018
Città: Milano
Messaggi: 4000
Quote:
Originariamente inviato da TigerTank Guarda i messaggi
Vero, l'unica impressione iniziale che ho è che il dlss crei un pizzico di blur di movimento in più. Vedrò giocando.
Comunque mi ricorda un pò Dead Space come terza persona e movenze
Sempre adorato quella serie, finirò per rifarmi un giro alla trilogia.

Altri titoli come Control o l'ultimo Wolfenstein li ho da parte per quando avrò una 3080 nel case
So che non ti piace portare pacchi e pacchettini, ma la migliore manifestazione del dlss ad oggi è quella di death stranding Deliver Us to the moon comunque l'ho giocato, grafica veramente notevole.
__________________
PC1-LianLiO11XL-MSI Z790 Tmhwk-i5 13600kf@5.5-32gb Gskill 3600cl15-3xNVME 1t-2t-2t- pnyRTX4080xlr8-Corsair rm850x-Loop 3rad 360-LG 38gn950-b
PC2-LianLiO11MiniAir-Gbyte b450 itx-Ryzen5 5700x3d-32gb 3600cl16-NVME 2t-SSD 1t-Msi4070TiSuper-EVGAg3 750w-TRight Pless mini-LG 27gp850
FrancoBit è offline   Rispondi citando il messaggio o parte di esso
Old 30-10-2020, 08:48   #26378
razor820
Senior Member
 
L'Avatar di razor820
 
Iscritto dal: Apr 2008
Città: Catania
Messaggi: 11916
Quote:
Originariamente inviato da FrancoBit Guarda i messaggi
So che non ti piace portare pacchi e pacchettini, ma la migliore manifestazione del dlss ad oggi è quella di death stranding Deliver Us to the moon comunque l'ho giocato, grafica veramente notevole.

E aggiungo L unico ad ora..
Il dls 1.0 mi aveva talmente schifato, poi con questo gioco mi sono ricreduto.
Ma con gli altri ancora niente.
Avevo provato a te installare bf5 ma il dls è sempre lo stesso al contrario di quanto dicevano su alcuni siti. Vorrei prendere metro exodus ma se il dls è rimasto sempre lo stesso evito di spendere soldi inutilmente
__________________
GPU rtx 4080s fe CPU intel 14700kf MB rog strix z690f RAM 32gb corsair dominator 6600 cl32 AIO corsair iCUE H150i elite capellix PSU corsair hx850i M2 Samsung 990pro 1tb SSD crucial 2tb CASE Asus tuf gt502 MONITOR Asus rog xg27aqdmg PERIFERICHE Rog azoth - rog chakram x - corsair m700rgb - hyperx cloud alpha
razor820 è offline   Rispondi citando il messaggio o parte di esso
Old 30-10-2020, 09:11   #26379
nessuno29
Senior Member
 
L'Avatar di nessuno29
 
Iscritto dal: Aug 2010
Città: lamezia terme
Messaggi: 2983
Quote:
Originariamente inviato da mattxx88 Guarda i messaggi
tra nativa e dllss, il dlss è migliore (vedi i manifesti sulla lavagna) poco da fare e c'è ancora chi sostiene sia inferiore
Boh io i manifesti li vedo molto meglio sulla nativa, con dlss sono molto meno contrastati, se conti la luce del faretto differente... Ma la nativa era con taa?

Poi per una questione logica, il dlss non potrà mai essere superiore al nativo ma può asintoticamente avvicinarsi.
__________________
i5 13600k|Asus h610m wifi|Viper 32gb 5600mhz|rtx 3060ti|evga 750w g6|Lianli Dan matx|Asus Vg27a 2k@144hz

Ultima modifica di nessuno29 : 30-10-2020 alle 09:14.
nessuno29 è offline   Rispondi citando il messaggio o parte di esso
Old 30-10-2020, 09:17   #26380
mattxx88
Senior Member
 
Iscritto dal: May 2010
Città: fuffahh!!11! land
Messaggi: 10773
Quote:
Originariamente inviato da nessuno29 Guarda i messaggi
Boh io i manifesti li vedo molto meglio sulla nativa, con dlss sono molto meno contrastati, se conti la luce del faretto differente... Ma la nativa era con taa?


non so se parliamo della stessa cosa, ma io l'immagine di destra seppur illeggibile la vedo palesemente piu definita
__________________
HwPartialDwnGrade
mattxx88 è online   Rispondi citando il messaggio o parte di esso
 Rispondi


Gigabyte Aero X16 Copilot+ PC: tanta potenza non solo per l'IA Gigabyte Aero X16 Copilot+ PC: tanta potenza non...
vivo X200 FE: il top di gamma si è fatto tascabile? vivo X200 FE: il top di gamma si è fatto ...
TCL 65C7K, televisore Mini-LED di qualità, versatile e dal prezzo competitivo TCL 65C7K, televisore Mini-LED di qualità...
Fujifilm X-E5: la Fuji X che tutti gli appassionati volevano Fujifilm X-E5: la Fuji X che tutti gli appassion...
Recensione REDMAGIC 10S Pro: il gaming phone definitivo? Recensione REDMAGIC 10S Pro: il gaming phone def...
Microsoft licenzia migliaia di persone m...
Ultraportatile in sconto: 999 grammi, 14...
Austrian Audio The Composer e Full Score...
Piace a tutti risparmiare centinaia di €...
OpenAI pronta al lancio di un browser AI...
Transient Scheduler Attack: quattro nuov...
Google Sol, il nuovo cavo in fibra ottic...
4,8 stelle su 5 con circa 1000 pareri: t...
Perplexity Comet, il browser AI che sfid...
LPDDR6 è ufficiale: prestazioni t...
Linda Yaccarino lascia la guida di X dop...
Montecatini Terme sarà l'hub ital...
Addio alle incompatibilità: IKEA ...
Unieuro presenta il nuovo piano strategi...
L'Europa come potenza nel campo dei comp...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 08:00.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www2v