graphical applications

AppWizard
October 21, 2025
Google has enabled GPU-accelerated rendering for Linux applications in its Android Terminal app, currently exclusive to the Pixel 10, as part of the upcoming Android 16 QPR2 update. This feature utilizes Gfxstream technology to improve graphical performance, addressing previous limitations that restricted the app to command-line programs. The integration of Gfxstream allows the app to connect the virtual machine’s graphics API calls directly to the host device’s native GPU, enhancing rendering tasks. The Pixel 10's firmware includes a specific overlay file that enables Gfxstream support, which is not present in other Pixel devices. Although the Pixel 10 can run graphical desktop Linux applications using its GPU, the implementation is still in progress, with access to only 47 of the 142 Vulkan extensions supported by the device, and some extensions malfunctioning, resulting in suboptimal performance for certain applications.
AppWizard
September 26, 2025
Google is enhancing the performance of graphical Linux applications on Android devices by implementing gfxstream, a graphics virtualization technology that forwards graphics API calls from a guest Linux virtual machine to the host’s GPU. Evidence of this feature was found in the 2509 Android Canary release, where a hidden “Graphics Acceleration” setting was discovered in the Terminal app, allowing users to toggle between a “software renderer” and a “GPU-accelerated renderer.” Although the Terminal app has not fully utilized gfxstream yet, the hidden option indicates potential integration. Gfxstream is expected to provide superior performance compared to VirGL, which uses a less efficient double translation process for graphics API calls.
Winsage
August 14, 2025
Microsoft has addressed 67 vulnerabilities in its supported Windows versions, including Windows 10, Windows 11, and Windows Server. Users on Windows 7 and Windows 8.1 have not received updates for some time. Upgrading to Windows 11 24H2 is recommended for continued protection. Two critical remote code execution (RCE) vulnerabilities are CVE-2025-53766, affecting the Graphics Device Interface API, and CVE-2025-50165, impacting the Windows Graphics Component. Both can be exploited by visiting a specially crafted website. Three critical vulnerabilities in Hyper-V include CVE-2025-48807, which allows code execution from a guest system to the host; CVE-2025-53781, which poses a data leak risk; and CVE-2025-49707, a spoofing vulnerability. Additionally, 12 vulnerabilities in the Routing and Remote Access Service (RRAS) have been addressed, with half classified as RCE vulnerabilities and the other half as data leaks. CVE-2025-53779, affecting Kerberos for Windows Server 2025, could allow an attacker to gain administrator rights under specific conditions, but is classified as medium risk.
Search