SShortSingh.
Back to feed

NVIDIA 610.57.04 Linux Driver Fixes Over 20 Games and Simplifies GPU Setup

0
·1 views

NVIDIA released two Linux driver branches on August 3rd: the feature-focused 610.57.04 and the conservative stable build 595.91.07. The 610.57.04 update is notable for an unusually large patch list for a point release, addressing crashes and bugs in more than 20 game titles, including STALKER 2: Heart of Chornobyl. Users with Turing-generation GPUs or newer will also benefit from automatic modeset configuration, reducing the manual setup steps historically required on Linux. Those prioritizing stability over new features are advised to stick with 595.91.07, while gamers experiencing title-specific issues are encouraged to upgrade to 610.57.04. The driver is available directly from NVIDIA at around 442 MB, with DKMS, RPM, and deb package formats supported.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How Vue 3 and pdf-lib Enable Browser-Based PDF Splitting by File Size

A developer tutorial on DEV Community outlines how to build a browser-based PDF splitter that divides files by target size using Vue 3 and the pdf-lib library. Unlike splitting by page count, size-based splitting is complex because PDF file size varies widely depending on image resolution, font embedding, and content type. The proposed approach uses greedy page accumulation, incrementally saving the PDF after each page addition to estimate byte size rather than relying on simple arithmetic. When a page would push the current chunk over the size limit, the tool closes that file and begins a new one, ensuring no pages are lost even if a single page exceeds the target. The finished tool packages all output chunks into a ZIP file and includes user-selectable compression levels and a progress indicator for handling large documents.

0
ProgrammingDEV Community ·

Developer Scraps Six-Month AI Project to Build Modular 'Circuit' Architecture

After six months of failed attempts to make version 2 of an AI system work, a developer pivoted to a new modular architecture called v3 following an unexpected breakthrough with small, specialized circuits. The key insight was that narrow, purpose-built circuits outperformed a general-purpose monolithic model at specific tasks, using far fewer parameters and training in seconds. Version 3 replaced the single-pipeline design with a fleet of specialized circuits — including PropertyCircuit, RelationalCircuit, CausalCircuit, and ChainReasoner — each independently trainable and deployable. A set of ten guiding rules, documented in a file called TRUTH.md, was established to govern future architectural decisions, drawn from lessons learned across prior development failures. The central brain layer was retained but demoted from the system's core to one expert among many, consulted only when its capabilities matched the task.

0
ProgrammingDEV Community ·

NETO offers dev teams encrypted P2P local chat with no cloud or accounts

NETO is a peer-to-peer messaging tool built for development teams who communicate over a shared local network or VPN. It requires no central server, no user registration, and ensures no data leaves the local environment. The app uses multicast DNS to automatically discover other peers on the network, eliminating the need for manual IP or port configuration. Encryption is handled via X25519 key exchange, with ephemeral keys negotiated between each pair of users. NETO positions itself as a privacy-focused alternative to cloud-based tools like Slack for sharing sensitive information such as tokens, passwords, or architectural details.

0
ProgrammingDEV Community ·

California AB 723 Requires AI Image Disclosure Links, But Few Actually Comply

California's AB 723, in effect since January 1, 2026, requires real estate listings using AI-altered images to display both a visible disclosure label and a link or QR code pointing to the original, unaltered photo. While most platforms have implemented the on-image text label, the second requirement — a publicly accessible comparison URL — is widely overlooked. A developer building a virtual staging product found that compliance links were rarely clicked because they were buried in listing descriptions rather than embedded directly on the image. The law covers alterations such as added furniture, sky replacements, and landscaping changes, but exempts basic adjustments like exposure correction, cropping, and sharpening. Four other U.S. states are reportedly considering similar legislation, making proper implementation increasingly relevant for real estate tech products.