Forenneuigkeiten

NVIDIA GeForce Game Ready-Treiber 591.86

Grafikkarten - Mo, 02.03.2026 08:42
Zitat: Zitat von qu3x^ (Beitrag 13889956) Nvidia scheint den Treiber inzwischen zurück gezogen zu haben.
[ ] Thread gelesen

NVIDIA GeForce Game Ready-Treiber 595.59

Grafikkarten - So, 01.03.2026 17:41
Der Treiber fixt eine Frame Time-Regression mit FG + Vsync auf Blackwell. Immerhin.
Bei forciertem AF und insbesondere DX11 aber offenbar keine Verbesserung feststellbar. Weiß echt nicht, was daran so schwer sein soll.

Zitat: Your program implements three key mitigations against texture filtering corruption when anisotropic filtering is forced:

1. Skip Non-Mipmapped Textures (Primary Fix)
The code detects and skips samplers targeting single-mip textures (non-mipmapped):
- D3D11/D3D12/Vulkan: Checks if MaxLOD == 0.0f or MinLOD == MaxLOD
- D3D9: Checks GetLevelCount() == 1 on the currently bound texture
The code comment explicitly states:
// Applying mip bias or AF to single-mip textures can cause GPU driver corruption
// on some hardware (e.g., Nvidia). D3D12 decouples samplers from textures, so we
// cannot check the texture's actual MipLevels here; this LOD-based heuristic covers
// the standard case where games set MaxLOD=0 for non-mipmapped samplers.
2. Skip Border-Addressed Samplers (Shadow Map Protection)
Samplers with border address mode (D3D11_TEXTURE_ADDRESS_BORDER, D3D12_TEXTURE_ADDRESS_MODE_BORDER, VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER) are excluded, as these are commonly used for shadow map PCF sampling.
3. Preserve Comparison Filters
When converting filter types, the code preserves comparison modes to avoid breaking shadow map sampling:
bool comparison = (desc.Filter >= D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT);
desc.Filter = comparison ? D3D11_FILTER_COMPARISON_ANISOTROPIC : D3D11_FILTER_ANISOTROPIC;

Technical Challenge

The implementation was moderately challenging because:
1. API Decoupling: Modern graphics APIs (D3D11, D3D12, Vulkan) decouple samplers from textures. At sampler creation time, you don't know what texture will eventually be bound to it. The code uses LOD-based heuristics as a proxy.
2. Cross-API Consistency: The fix had to be implemented across 5+ different hook points:
- D3D9 (immediate mode state tracking)
- D3D10/D3D11 (sampler state objects)
- D3D12 (static samplers in root signatures + dynamic sampler descriptors)
- Vulkan (sampler create info in the validation layer)
3. Edge Cases: Games using MaxLOD=FLT_MAX with single-mip textures evade the heuristic, requiring bind-time tracking that adds complexity.

Could Nvidia Fix This Easily?

Yes, Nvidia could fix this more easily and more robustly at the driver level because:
| Aspect | Application-Level Fix | Driver-Level Fix |
|--------|----------------------|------------------|
| Texture Knowledge | Uses heuristics (LOD values) | Knows actual MipLevels |
| Timing | At sampler creation | At draw-time binding |
| Coverage | May miss edge cases | Perfect coverage |
| Performance | Zero overhead (already doing work) | Minimal overhead |
The driver has access to both the sampler state AND the actual texture resource at bind/draw time, so it could trivially skip AF when Texture.MipLevels == 1 without any heuristic guessing.

AI/Machine Learning in Gaming

Zitat: Elite Dangerous Integration

This is a full integration with the game Elite Dangerous. The AI has access to live ship telemetry data, reacts to critical in-game events, and can use actions to control specific ship functions. We will publish dedicated characters for Elite later. https://www.patreon.com/posts/voxta-...-api-151927116

Wohl die erste nennenswerte AI Integration in ein Game. Wird wohl mit TTS/STT auch compatibel sein, mit den besten Audio LLMs. Multi-GPU ist dann Pflicht. Gutes LLM mit 14GB, TTS/STT 12Gb und eben noch das Game. Minimum Game 5070Ti 16Gb, minimum 4b LLM 3Gb, minimum STT+TTS ~8Gb. Also 2x 5070Ti min. Anforderung. Optimal 3x GPU 5090+3090+5070Ti.

DirectX 12 Ultimate und DirectStorage - NextGen-Gaming auf dem PC

Danke, aber hab ihn schon gefunden. Chip Online stellt ihn z.B. noch direkt auf deren Seite bereit.

FSR 4.1

Grafikkarten - Sa, 28.02.2026 09:31
Da wird es Mitte März wohl eine Überraschung womöglich geben und hat die Zeit genutzt um mehr RDNA 4 Karten an den Mann zu bringen!

FSR 4.1

Neue Forenbeiträge - Fr, 27.02.2026 22:40
Kategorien: 3DCenter Forum

Intel - Graphics Driver 32.0.101.8531

Neue Forenbeiträge - Fr, 27.02.2026 07:46
Es geht zu wie im Taubenschlag, diesmal non WQHL

Gaming Highlights:
Intel® Game On Driver support on Intel® Arc™ B-series, A-series Graphics GPUs and Intel® Core™ Ultra with built-in Intel® Arc™ GPUs
for:
▪ Marathon*
▪ Resident Evil Requiem*
▪ World of Warcraft: Midnight* (DLC)
Game performance improvements on Intel® Core™ Ultra series 3 versus Intel® 31.0.101.8509 software driver for9
:
• Witcher 3* (DX12)
o Up to 35% average FPS uplift at 1080p with High settings
Game performance improvements on Intel® Arc™ B-series Graphics GPUs versus Intel® 31.0.101.8509 software driver for10:
• Resident Evil Requiem* (DX12)
o Up to 7% average FPS uplift at 1080p with Ultra settings
o Up to 6% average FPS uplift at 1440p with Ultra settings
Game performance improvements on Intel® Arc™ A-series Graphics GPUs versus Intel® 31.0.101.8509 software driver for11:
• Resident Evil Requiem* (DX12)
o Up to 40% average FPS uplift at 1080p with Ultra settings
o Up to 30% average FPS uplift at 1440p with Ultra settings
Fixed Issues:
Intel® Core™ Ultra Series 3 with built-in Intel® Arc™ GPUs:
▪ John Carpenter’s Toxic Commando* (DX12) may experience an application crash during gameplay.
▪ PUBG: Battlegrounds* (DX12) may exhibit intermittent flickers in the game menu.
▪ Hogwarts Legacy* (DX12) may exhibit flickering corruption during cinematics in game.
Intel® Arc™ B-Series Graphics Products:
▪ John Carpenter’s Toxic Commando* (DX12) may experience an application crash during gameplay.
Intel® Core™ Ultra Series 2 with built-in Intel® Arc™ GPUs:
▪ John Carpenter’s Toxic Commando* (DX12) may experience an application crash during gameplay.
rs
© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries.
*Other names and brands may be claimed as the property of others.
Known Issues:
Intel® Core™ Ultra Series 3 with built-in Intel® Arc™ GPUs:
▪ Naraka Bladepoint* (DX12) may experience an application crash with Ray Tracing settings enabled.
▪ The Finals* (DX12) may experience an intermittent application crash.
▪ No Man’s Sky* (VK) may exhibit corruptions on certain terrains during gameplay.
▪ Star Citizen* (VK) may experience an application crash on game launch.
▪ Mafia: The Old Country* (DX12) may experience an application crash during gameplay.
▪ Davinci Resolve Studio* may exhibit visual corruption in the viewport while resizing the window with HDR enabled.
▪ Topaz Video AI* may experience visual artifacts when using certain AI models.
Intel® Arc™ B-Series Graphics Products:
▪ Naraka Bladepoint* (DX12) may experience an application crash with Ray Tracing settings enabled.
▪ Call of Duty Black Ops 6* (DX12) may exhibit intermittent corruptions on certain water surfaces during gameplay.
▪ Dune: Awakening* (DX12) may exhibit flickering corruptions during gameplay.
▪ Star Citizen* (VK) may experience an application crash on game launch.
▪ PugetBench for Davinci Resolve Studio* may experience an intermittent application crash while running the benchmark.
Recommendation is to change the timeout slider to 1500 seconds or higher, to wait for each test to complete, in PugetBench*
benchmark settings.
▪ Topaz Video AI* may experience visual artifacts when using certain AI models.
Intel® Arc™ A-Series Graphics Products:
▪ PugetBench for Davinci Resolve Studio* may experience an intermittent application crash while running the benchmark.
Recommendation is to change the timeout slider to 1500 seconds or higher, to wait for each test to complete, in PugetBench*
benchmark settings.
▪ Topaz Video AI* may experience visual artifacts when using certain AI models.
Intel® Core™ Ultra Series 1 with built-in Intel® Arc™ GPUs:
▪ Battlefield 6* (DX12) may exhibit intermittent corruptions on certain maps during gameplay.
▪ Topaz Video AI* may experience visual artifacts when using certain AI models.
Intel® Core™ Ultra Series 2 with built-in Intel® Arc™ GPUs:
▪ Call of Duty Black Ops 6* (DX12) may exhibit intermittent corruptions on certain water surfaces during gameplay.
▪ Battlefield 6* (DX12) may exhibit intermittent corruptions on certain maps during gameplay on some notebooks with Intel® Core™
Ultra Series 2 with built-in Intel® Arc™ GPUs.
▪ No Man’s Sky* (VK) may exhibit corruptions on certain terrains during gameplay.
▪ Topaz Video AI* may experience visual artifacts when using certain AI models.
We continuously strive to improve the quality of our products to better serve our users and appreciate feedback on any issues you discover and
suggestions for future driver releases. If you have an issue to submit, please follow the guidance found here Default level information for reporting
Graphics issues.
Intel® Graphics Software Known Issues:
▪ When using the settings, preferences, reset all settings option in Windows 10 the application may experience an intermittent crash.
Settings can be reset from individual pages without issue.
▪ Intel® Graphics Software may sometimes experience a single application crash on the first re-arrange of metrics within the select
metrics window. Subsequent usage will not be affected by this crash again.
▪ Intel® Graphics Software may sometimes experience an application crash while navigating between pages using keyboard.
▪ Performance metrics on Intel® Graphics Software may not show actual values on certain configurations when both Integrated and
Discrete adapters are enabled.
Kategorien: 3DCenter Forum

Suche Gratisspiele oder Demos ohne Registrierung

Neue Forenbeiträge - Do, 26.02.2026 21:19
Mahlzeit,

Ich würde gern auf PCs die ich so übergebe zur Demonstration
Irgendwas vor installieren um die Fähigkeiten und die Funktion
Bei Übergabe zu demonstrieren.

Ich suche entsprechend irgend was mit ansprechender 3d Optik was gratis
Oder sehr günstig ist und kein Konto Vorraus setzt.
Letzteres ist ein wirkliches Problem.
Ich möchte mich halt nicht auf PCs irgendwo einloggen die ich aus der der Hand gebe.
Steam und Epic und der gleichen sind daher leider keine Option

Hat einer ne Idee was man da machen kann?
Google versteht mein Problem nicht
Kategorien: 3DCenter Forum

AMD Software: Adrenalin Edition 26.2.2

Neue Forenbeiträge - Do, 26.02.2026 17:59
Highlights

New Game Support
  • Resident Evil Requiem
  • Marathon

Fixed Issues:
  • Intermittent application crash or driver timeout may be observed while playing Roblox Player (Car Zone Racing & Drifting) when task switching between media on Radeon™ RX 7000 series products.
  • Texture flickering or corruption may appear while using Windows desktop applications with Instant Replay and Record Desktop enabled on Radeon™ RX 7000 series products.

Known Issues
  • Intermittent application crash or driver timeout may be observed while loading a saved game in Cyberpunk 2077 with Path Tracing enabled. AMD is actively working on a resolution with the developer to be released as soon as possible.
  • Intermittent application crash or driver timeout may be observed while playing Battlefield™ 6 on AMD Ryzen AI 9 HX 370. AMD is actively working on a resolution with the developer to be released as soon as possible.
  • Texture flickering or corruption may appear while playing Battlefield™ 6 with AMD Record and Stream on some AMD Graphics Products.
  • AMD FSR Upscaling and AMD FSR Frame Generation may show as inactive in AMD Software: Adrenalin Edition when playing Yakuza Kiwami 3 & Dark Ties, Call of Duty®: Black Ops 7, and Resident Evil Requiem when enabled on Radeon™ RX 9000 series graphics products.

Download: https://www.amd.com/en/resources/sup...IN-26-2-2.html
Kategorien: 3DCenter Forum

Marathon (Extraction-Shooter von Bungie)

Neue Forenbeiträge - Do, 26.02.2026 17:28


Heute ab 19:00 beginnt der Open Beta-Test:

https://store.steampowered.com/app/3065800/Marathon/

-----------------------------

Release der Full ist am 5.März. Ich bin gespannt!
Kategorien: 3DCenter Forum

Intel - Arc B580 Review-Thread

Grafikchips - Do, 26.02.2026 15:40
Intel Arc: Wundertreiber für Resident Evil Requiem? Mal sehen!

Battlemage profitiert nur im Promillebereich – Alchemist hingegen um stolze 43 (Raster) respektive 46 Prozent (Ray).

MfG
Raff

Frame Generation mit AFMF und FSR3-Mods (Fokus auf AMD)

Grafikkarten - Do, 26.02.2026 13:33
btw.
Das MFG-overide scheint auch in "Games" zu funzen, wo man per Setting nur einfaches FG angeboten bekommt,
z.Bsp. Wukong-Benchmark-Tool und Hitman3

btw.
inzwischen gibts die DLSS-Enabler Version "4.0.0.12 stabil"
sieht noch ein mue anders aus, ... müsste man mal irgendwo mit "forced FG" testen, auf RDNA3/4, mit RDNA2 wirds wohl
nicht so easy mit Streamline DLSSG.



erstmal nur ohne in Avatar, funzt genausogut wie ältere Versionen, MFG lässt sich im Gamemenü selbst wechseln
Miniaturansicht angehängter Grafiken      

NVIDIA GeForce Game Ready-Treiber 595.59

Neue Forenbeiträge - Do, 26.02.2026 12:56
Game Ready:
Resident Evil Requiem, Concord 3 ... ähhh, Marathon. ;D

Artikel über den Treiber:
https://www.nvidia.com/en-us/geforce...-ready-driver/

Direkter Download:
https://de.download.nvidia.com/Windo...l-dch-whql.exe

Release notes:
https://us.download.nvidia.com/Windo...ease-notes.pdf

Feedback thread:
https://www.nvidia.com/en-us/geforce...eleased-22626/

Fixed Gaming Bugs:
The Ascent: Intermittent black bar on top of screen on GeForce RTX 50 Series GPUs [5859818]
Total War: THREE KINGDOMS: Green artifacts appear on GeForce RTX 50 series [5745647]
FINAL FANTASY XII The Zodiac Age crashes with fatal error after driver update [5741199]
Call of Duty Modern Warfare (2019) displays image corruption after driver update [5733427]
Quantum Break: Performance drops significantly on Act 4 Part 1 [5607678]

Fixed General Bugs:
Blackmagic Design: AV1 decode crash with multiple obu in one packet [5671098]

Open Issues:
Zitat: February 26th, 11am PT Update: We have discovered a bug in the Game Ready and Studio 595.59 WHQL drivers and have removed the downloads temporarily while our team investigates. For users that have already installed this driver, or are experiencing issues with fan control, please roll back to 591.86 WHQL. https://www.nvidia.com/en-us/geforce...eleased-22626/
Kategorien: 3DCenter Forum

Asus Prime A620M-A startet hin und wieder (zufällig) das BIOS-Setup

CPU's und Mainboards - Do, 26.02.2026 07:27
Danke für eure Antworten!

Meine Vermutung geht auch in Richtung SATA-Schnittstelle. Windows liegt auf einer SATA-SSD (hatte ich vergessen anzugeben).

Ich bin schon ein älteres Semester und kenne es von früher (BIOS vor UEFI Zeiten) so, dass bei fehlendem bootbaren Datenträger eine entsprechende Fehlermeldung angezeigt wird (weiß auf schwarz). Aus diesem Grund war ich erstmal ratlos.

Ich prüfe im UEFI das beim nächsten Auftreten, ob boot devices angezeigt werden.

Fasten

Neue Forenbeiträge - Do, 26.02.2026 02:31
Weil grad fasten zeit ist
https://www.macrotrends.net/stocks/c...idia/net-worth


morgen gibts wieder ein :ubeer:


intevallfasten mach ich dazwischen immer wieder
Kategorien: 3DCenter Forum

Matter Thread Hub - Thread-Border-Router

Neue Forenbeiträge - Mi, 25.02.2026 16:05
Habe mir von Ikea Dirigera Hub geholt und festgestellt, Verbindung zwischen WLAN Router und Hub geht nur via LAN/Ethernet Kabel.

Ich suche aber ein Matter Hub inkl. Thread welches sich per WLAN mit dem WLAN Router verbinden lässt.

Habt Ihr irgendwelchen Input welche (guten) Hubs das können?

Google TV Streamer (4K) kann auch Matter bzw ist auch ein Thread-Border-Router.
https://store.google.com/product/goo...st%3A%3ALaunch

Geht hier direkt wlan?
Kategorien: 3DCenter Forum

Soundbar, 2.1-System, TV

Neue Forenbeiträge - Mi, 25.02.2026 10:02
Hallo zusammen.

Suche eine neue Audio Anlage für den "Nicht"-Fernseher:
(NogisONE+ 55" TV Monitor ohne jegliche Smart features, ohne TV-tuner
Kann HDMI-Arc)

*) Angeschlossen ist als FamilienPC ein älterer PC (Linux Mint 23.1 AMD R9 3900X@low power, 64GB RTX3060, B450 AORUS M board (kein Spdif) )
*) Zwischen TV und Kommode sind gerade mal 4cm, da der Sensor für die Fernbedienung etwas tiefer liegt.
*) Bisher angeschlossen ist ein altes Phillips 2.1 System (Computerlautsprecher) das allerdings schon einen Wackelkontakt hat.
*) Hauptsächlich derzeit verwendet für Youtube und Netflix, seltener Amazon Prime, eventuell Disney+ oder HBO in der Zukunft nicht ausgeschlossen. Sowie gelegentliches Spielen, z.B. Civ5. Kein Blueray Laufwerk oder Konsole vorhanden.
*) Braucht daher kein Atmos oder DTS denke ich, mit Linux sowieso vermutlich Sinnfrei.

*) Smartfeatures, Integration in irgendein Ökosystem, kabellos und sonstige Spielereien werden nicht als +Punkt gesehen, eher negativ.
*) 3,5 Klinke erforderlich, selbst wenn es über hdmi angeschlossen wird.


Mir schwebt eine Soundbar mit Subwoofer oder 2.1 System vor, schließe auch PC-Lautsprecher nicht aus. Meine bessere Hälfte tendiert zu einer Soundbar!
Guter Bass aber nicht übertrieben. Dialoge in Flimen und Serien sollten klar verständlich sein.

Danke

-rudl
Kategorien: 3DCenter Forum

[Tool] NVIDIA Inspector

Grafikkarten - Di, 24.02.2026 20:53
Der Neustart mit NvidiaInspector ist mit 8 Sekunden etwas schneller, aber flackert immer noch wie verrückt.
Den Dienstnestart kenne ich bereits, hilft nicht.

Ich schalte ständig zwischen HDR & Super Resolution on und off. Realvideos oder viele 3D Spiele Twitch Streams sehen mit HDR Super aus, viele 2D Spiele Streams oder 2D Animationen sind dagegen viel zu hell mit HDR.
Und Super Resolution nutze ich nur bei Serien und Filmen, bei den meisten Spielevideos oder Animationssachen machen sie das Bild zu glatt, zu künstlich, wie ein Ölgemälde.

Ein Hotkey wäre daher echt gut!

Drucker nur für Etikettenbögen

Neue Forenbeiträge - Di, 24.02.2026 15:54
Servus.

Wir haben einen alten Tintenstrahldrucker der nur für Klebeetiketten verwendet wird. Aktenrücken, Versandverteiler, etc. Meist A4 Bögen von Avery und Co.

Der schmiert langsam und ist halt schon älter. Wollte den jetzt mal ersetzen.

Die Tage hat mal wieder jemand einen angefangenen Etikettenbogen durch eines der großen Multifunktionsgeräte gejagt und ein Rest löste sich und blieb an einer der diversen Rollen hängen. Vierstellige Reparatur. Darauf hab ich keinen Bock und daher an sich untersagt... Wenn wer zuhören würde... Naja... Layer 8 Problem halt...

Am liebsten wäre mir ein Gerät mit Einzelblatteinzug das die Seite schön gerade durch den Drucker schiebt. So gibts am wenigsten Probleme. Wie der hier

https://geizhals.de/epson-workforce-...-a2928869.html

Aber scheint eine aussterbende Gattung zu sein. Meist sind es jetzt irgendwelche Multifunktionskisten mit Kassette die wieder um 180 Grad drehen. Nicht ideal.

Hat von euch jemand Erfahrung mit aktuelleren Druckern rein für diesen Zweck und kann da was empfehlen?
Kategorien: 3DCenter Forum

Sudden Strike 5

Neue Forenbeiträge - Di, 24.02.2026 10:51
Die bekannte RTS-Reihe wird fortgesetzt mit einem 5. Teil für PC, XBox und PS5.

Homepage: https://www.kalypsomedia.com/sudden-strike-5
Zitat: Sudden Strike 5 delivers real-time tactics in epic WWII battles with a host of tactical options and more than 300 playable units. Seize opportunities, outsmart your enemies, and make sure you are in the right place at the right time to turn the tide of battle.

Choose your tactics wisely – we’ll meet you in the trenches!
__________________________________________

Sudden Strike 5 bietet Echtzeit-Taktik in epischen Schlachten des Zweiten Weltkriegs mit einer Vielzahl taktischer Optionen und über 300 spielbaren Einheiten. Nutze Chancen, überliste deine Feinde und sorge dafür, dass du zur richtigen Zeit am richtigen Ort bist, um das Blatt im Kampf zu wenden.

Wählt eure Taktik mit Bedacht – wir treffen uns in den Schützengräben!
Sudden Strike 5 - Official Announcement Trailer (1:11 min):


Eine Demo ist, zumindest im Zuge von Steam-NextFest bis zum 3. März, spielbar.
https://store.steampowered.com/app/2...dden_Strike_5/

Demo Trailer (1 min):
Kategorien: 3DCenter Forum
Inhalt abgleichen