{"id":1648702,"date":"2026-07-29T11:16:35","date_gmt":"2026-07-29T11:16:35","guid":{"rendered":"http:\/\/XkQMwrxkVsKBWnTvBnFuck"},"modified":"2026-07-29T11:16:35","modified_gmt":"2026-07-29T11:16:35","slug":"linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing","status":"publish","type":"post","link":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/","title":{"rendered":"Linux kernel patch can boost the Steam Deck&#8217;s 1% low frame rate by as much as 31% in early testing"},"content":{"rendered":"<article>\n<p>A number of recent Linux driver patches has reportedly resulted in significant performance gains for the <a href=\"https:\/\/www.pcgamer.com\/steam-deck-review\/\" target=\"_blank\">Steam Deck<\/a>. Valve&#8217;s handheld runs on the Linux-based SteamOS, and these patches can apparently improve the Steam Deck&#8217;s 1% low frame rates by as much as 31%.<\/p>\n<p>A fresh &#8216;epp_boost&#8217; feature for the AMD P-State driver is largely responsible for the performance boost. David Vernet, a Linux kernel hacker at Meta, is the developer behind it. The feature implements per-core Energy Performance Preference (EPP) for AMD CPUs. As far as I know, it&#8217;s not yet been reviewed by AMD&#8217;s Linux kernel engineers, though Vernet explains <a href=\"https:\/\/lore.kernel.org\/linux-pm\/20260728073150.54964-1-void@manifault.com\/\" target=\"_blank\">via the Linux kernel mailing list<\/a> that it was developed with gaming specifically in mind (via <a href=\"https:\/\/www.phoronix.com\/news\/AMD-P-State-Better-1p-Lows\" target=\"_blank\">Phoronix<\/a>).<\/p>\n<p>Vernet offers a technical breakdown of the inefficiency these patches are designed to address, writing, &#8220;In active (EPP) mode the platform autonomously picks the operating point between min_perf and max_perf, biased by the EPP hint, and the kernel only rewrites the CPPC request on policy or limit changes. A workload dominated by one mostly-busy thread that takes frequent short sleeps (common in gaming workloads, for example) can fare poorly under this strategy.&#8221;<\/p>\n<div style=\"min-height: 250px;\">\n<div class=\"kwizly-quiz kwizly-XZKx1e\"><\/div>\n<\/p><\/div>\n<p> <script src=\"https:\/\/kwizly.com\/embed\/XZKx1e.js\" async><\/script><\/p>\n<p>He elaborates, &#8220;Each sleep decays the hardware&#8217;s performance signal, causing post-wakeup bursts to start at a low operating point and inflating tail latency even though the CPU is essentially fully busy while work is available,&#8221; going on to add, &#8220;A game&#8217;s main or render thread typically blocks briefly on a futex or a GPU fence every frame, and the resulting frequency droop shows up directly as stale frames and inflated frame-time percentiles.&#8221;<\/p>\n<p>Vernet writes that the most obvious fix would have been to globally force &#8220;EPP=performance&#8221; but this would not have been power efficient\u2014especially for handhelds like the Steam Deck. So, instead these patches introduce &#8220;an opt-in, per-core EPP boost.&#8221; From there, Vernet offers a breakdown of technical precedents, his testing methodology, and how the fix works in specific detail but honestly I&#8217;ve barely been keeping up with all the Linux riddling to this point. For those who reckon they&#8217;ll fare better than me, <a href=\"https:\/\/lore.kernel.org\/linux-pm\/20260728073150.54964-1-void@manifault.com\/\" target=\"_blank\">you can read the message archive here<\/a>.<\/p>\n<figure class=\"van-image-figure inline-layout\" data-bordeaux-image-check >\n<div class='image-full-width-wrapper'>\n<div class='image-widthsetter' style=\"max-width:4032px;\">\n<p class=\"vanilla-image-block\" style=\"padding-top:56.25%;\"><img loading=\"lazy\" decoding=\"async\" id=\"gn8aCZk2gkeFumCfWTM4AA\" name=\"20240510_112959.jpg\" alt=\"A Steam Deck LCD on a wooden desk, with the SteamOS menu screen on the display\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\" mos=\"\" align=\"middle\" fullscreen=\"\" width=\"4032\" height=\"2268\" attribution=\"\" endorsement=\"\" class=\"inline\"><\/p>\n<\/div>\n<\/div><figcaption itemprop=\"caption description\" class=\" inline-layout\"><span class=\"credit\" itemprop=\"copyrightHolder\">(Image credit: Future)<\/span><\/figcaption><\/figure>\n<p>I&#8217;ve not had a chance to check out the patch myself, but Phoronix took a look using the Civilization VI game benchmark. Their testing apparently saw the 1%-low fps pick up by 31.8%, and frame time improve by 4.1%. That&#8217;s not nothing for Valve&#8217;s years old handheld, though newer AMD Ryzen systems would likely also benefit.<\/p>\n<p>Mind you, that&#8217;s only so long as you don&#8217;t mind a spot of noodling in Linux&#8217;s guts to activate the epp_boost feature after downloading the patch. To get the most out of the patch, you&#8217;ll need to set &#8216;amd_pstate.epp_boost=1&#8217;. After that, &#8216;\/sys\/module\/amd_pstate\/parameters\/epp_boost&#8217; can be used to check whether the feature is active. I know I said <a href=\"https:\/\/www.pcgamer.com\/hardware\/handheld-gaming-pcs\/handheld-gaming-pcs-are-cooked\" target=\"_blank\">handhelds are cooked<\/a>, but I will still gladly take any performance boost offered to my wizened Steam Deck.<\/p>\n<\/article>\n<p><a href=\"https:\/\/www.pcgamer.com\/hardware\/handheld-gaming-pcs\/linux-kernel-patch-can-boost-the-steam-decks-1-percent-low-frame-rate-by-as-much-as-31-percent-in-early-testing\/\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve&#8217;s handheld runs on the Linux-based SteamOS, and these patches can apparently improve the Steam Deck&#8217;s 1% low frame rates by as much as 31%. A fresh &#8216;epp_boost&#8217; feature for the AMD P-State driver is largely responsible for the performance boost. David Vernet, a Linux kernel hacker at Meta, is the developer behind it. The feature implements per-core Energy Performance Preference (EPP) for AMD CPUs. As far as I know, it&#8217;s not yet been reviewed by AMD&#8217;s Linux kernel engineers, though Vernet explains via the Linux kernel mailing list that it was developed with gaming specifically in mind (via Phoronix). Vernet offers a technical breakdown of the&hellip;<\/p>\n<p class=\"excerpt-more\"><a class=\"blog-excerpt button\" href=\"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":1648703,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[336],"tags":[10918,10825,66],"class_list":["post-1648702","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pc-gamer","tag-gaming-pcs","tag-handheld-gaming-pcs","tag-hardware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Linux kernel patch can boost the Steam Deck&#039;s 1% low frame rate by as much as 31% in early testing | Arcader News<\/title>\n<meta name=\"description\" content=\"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve&#039;s handheld runs on the\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux kernel patch can boost the Steam Deck&#039;s 1% low frame rate by as much as 31% in early testing | Arcader News\" \/>\n<meta property=\"og:description\" content=\"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve&#039;s handheld runs on the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"Arcade News\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-29T11:16:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\" \/>\n<meta name=\"author\" content=\"Arcade News\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arcade News\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/\"},\"author\":{\"name\":\"Arcade News\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"headline\":\"Linux kernel patch can boost the Steam Deck&#8217;s 1% low frame rate by as much as 31% in early testing\",\"datePublished\":\"2026-07-29T11:16:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/\"},\"wordCount\":530,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\",\"keywords\":[\"Gaming PCs\",\"Handheld Gaming PCs\",\"hardware\"],\"articleSection\":[\"PC Gamer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/\",\"name\":\"Linux kernel patch can boost the Steam Deck's 1% low frame rate by as much as 31% in early testing | Arcader News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\",\"datePublished\":\"2026-07-29T11:16:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"description\":\"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve's handheld runs on the\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\",\"contentUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg\",\"width\":480,\"height\":270,\"caption\":\"Linux kernel patch can boost the Steam Deck\u2019s 1% low frame rate by as much as 31% in early testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/arcader.org\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux kernel patch can boost the Steam Deck&#8217;s 1% low frame rate by as much as 31% in early testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/\",\"name\":\"Arcade News\",\"description\":\"Free Arcade News from the Best Online Sources\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arcader.org\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\",\"name\":\"Arcade News\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"caption\":\"Arcade News\"},\"sameAs\":[\"https:\\\/\\\/cricketgames.tv\"],\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/author\\\/arcade-news\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux kernel patch can boost the Steam Deck's 1% low frame rate by as much as 31% in early testing | Arcader News","description":"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve's handheld runs on the","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/","og_locale":"en_US","og_type":"article","og_title":"Linux kernel patch can boost the Steam Deck's 1% low frame rate by as much as 31% in early testing | Arcader News","og_description":"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve's handheld runs on the","og_url":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/","og_site_name":"Arcade News","article_published_time":"2026-07-29T11:16:35+00:00","og_image":[{"url":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg","type":"","width":"","height":""}],"author":"Arcade News","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arcade News","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#article","isPartOf":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/"},"author":{"name":"Arcade News","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"headline":"Linux kernel patch can boost the Steam Deck&#8217;s 1% low frame rate by as much as 31% in early testing","datePublished":"2026-07-29T11:16:35+00:00","mainEntityOfPage":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/"},"wordCount":530,"commentCount":0,"image":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg","keywords":["Gaming PCs","Handheld Gaming PCs","hardware"],"articleSection":["PC Gamer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/","url":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/","name":"Linux kernel patch can boost the Steam Deck's 1% low frame rate by as much as 31% in early testing | Arcader News","isPartOf":{"@id":"https:\/\/arcader.org\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#primaryimage"},"image":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg","datePublished":"2026-07-29T11:16:35+00:00","author":{"@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"description":"A number of recent Linux driver patches has reportedly resulted in significant performance gains for the Steam Deck. Valve's handheld runs on the","breadcrumb":{"@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#primaryimage","url":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg","contentUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/07\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing.jpg","width":480,"height":270,"caption":"Linux kernel patch can boost the Steam Deck\u2019s 1% low frame rate by as much as 31% in early testing"},{"@type":"BreadcrumbList","@id":"https:\/\/arcader.org\/news\/linux-kernel-patch-can-boost-the-steam-decks-1-low-frame-rate-by-as-much-as-31-in-early-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arcader.org\/news\/"},{"@type":"ListItem","position":2,"name":"Linux kernel patch can boost the Steam Deck&#8217;s 1% low frame rate by as much as 31% in early testing"}]},{"@type":"WebSite","@id":"https:\/\/arcader.org\/news\/#website","url":"https:\/\/arcader.org\/news\/","name":"Arcade News","description":"Free Arcade News from the Best Online Sources","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arcader.org\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839","name":"Arcade News","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","caption":"Arcade News"},"sameAs":["https:\/\/cricketgames.tv"],"url":"https:\/\/arcader.org\/news\/author\/arcade-news\/"}]}},"_links":{"self":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/1648702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/comments?post=1648702"}],"version-history":[{"count":0,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/1648702\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media\/1648703"}],"wp:attachment":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media?parent=1648702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/categories?post=1648702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/tags?post=1648702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}