{"id":50631,"date":"2026-02-23T14:30:48","date_gmt":"2026-02-23T14:30:48","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=50631"},"modified":"2026-02-23T14:30:48","modified_gmt":"2026-02-23T14:30:48","slug":"waydroid-1-6-2-added-vulkan-support-for-intel-xe-graphics-driver","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2026\/02\/waydroid-1-6-2-added-vulkan-support-for-intel-xe-graphics-driver\/","title":{"rendered":"Waydroid 1.6.2 added Vulkan Support for Intel XE Graphics Driver"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-44871\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/p>\n<p>Waydroid, the free open-source software for running full Android OS and Android apps in Linux, released new 1.6.2 version yesterday.<\/p>\n<p>The new version of this container-based software added Vulkan support for Intel GPUs that use xe kernel driver, fixed few issues, and improved the command line interface.<\/p>\n<p><!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50076\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen-700x498.webp\" alt=\"\" width=\"610\" height=\"434\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen-700x498.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen-300x214.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen-768x547.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen-1320x940.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/11\/waydroid-appscreen.webp 1374w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>As you may know, Linux introduced <code>xe<\/code> graphics driver as an alternative to the legacy <code>i915<\/code> driver for Intel Tigerlake (Gen12) and newer GPUs since Kernel 6.8. The <code>xe<\/code> driver features better performance and lower latency. And, it&#8217;s been default for Battlemage and Lunar Lake GPUs since Kernel 6.12.<\/p>\n<p>If you use Waydroid to run Android on Linux desktop, and happen to have an Intel GPU with <code>xe<\/code> driver in use, then the new 1.6.2 version will have better performance, as well as more games and graphics apps support due to modern Vulkan API support.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50632\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-prop-700x523.webp\" alt=\"\" width=\"610\" height=\"456\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-prop-700x523.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-prop-300x224.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-prop.webp 762w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>For debugging purpose, the Android <code>logcat<\/code> command has been updated in the release with support for passing arguments.<\/p>\n<p>According to the <a href=\"https:\/\/github.com\/waydroid\/waydroid\/pull\/2220\" target=\"_blank\" rel=\"noopener\">request<\/a>, advanced users or developers can now pass arbitrary arguments to the logcat command, enabling filtering and formatting options like:<\/p>\n<pre>waydroid logcat -s MyTag<\/pre>\n<pre>waydroid logcat -e \"pattern\"<\/pre>\n<pre>waydroid logcat -v time -d<\/pre>\n<p>Though, user can also run <code>waydroid shell -- logcat &lt;params&gt;<\/code> instead to do the same job.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50633\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-logcat-700x439.webp\" alt=\"\" width=\"610\" height=\"383\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-logcat-700x439.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-logcat-300x188.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/02\/waydroid-logcat.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>Besides that, the new version updated the user manager logic for headless apps. So it will remove previously installed desktop file (if any) and skip creating new one, thus the app icon will be not visible in the launcher on Linux.<\/p>\n<p>Other changes include fix to avoid multiprocessing spawn errors, handling paths with Python pathlib module, and few other improvements.<\/p>\n<h3>Get Waydroid 1.6.2<\/h3>\n<p>For more changes about Waydroid 1.6.2 as well as the source tarball, go to the Github releases page:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/github.com\/waydroid\/waydroid\/releases\" target=\"_blank\" rel=\"noreferrer noopener\">Waydroid Github Releases<\/a><\/div>\n<\/div>\n<p>Besides building from source, you can see the <a href=\"https:\/\/docs.waydro.id\/usage\/install-on-desktops\" target=\"_blank\" rel=\"noopener\">official documentation<\/a> for how to install it in your Linux. And, I&#8217;ve written a <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2023\/12\/waydroid-run-android-apps-ubuntu\/\" target=\"_blank\" rel=\"noopener\">step by step guide<\/a> for Ubuntu users.<\/p>","protected":false},"excerpt":{"rendered":"<p>Waydroid, the free open-source software for running full Android OS and Android apps in Linux, released new 1.6.2 version yesterday. The new version of this container-based software added Vulkan support for Intel GPUs that use xe kernel driver, fixed few issues, and improved the command line interface.<\/p>\n","protected":false},"author":1,"featured_media":44871,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[2051],"class_list":["post-50631","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-android"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/50631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=50631"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/50631\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/44871"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=50631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=50631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=50631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}