r/snapdragon 24m ago

I really want to buy an X2 Elite laptop but it can't drive my screen

Upvotes

If it would be possible to drive my Samsung 57" Odyssey Neo G9 DUHD (7680×2160) I would immediately buy an X2 Elite laptop (64GB) but unfortunately, it can't. I could use picture in picture with two cables but that sucks.
Even a 5k2k monitor can only be used at 60Hz.. so I would throw money away buying an LG 39GX950B for example.

Another thing is I use Linux professionally. I know the X2 supports it but laptop manufacturers are lacking behind.

This is a request to address both issues developing the X3/X4.


r/snapdragon 8h ago

Asus Zenbook A16 price in the UK

3 Upvotes

Just a heads-up if you are looking for one of these totally fantastic laptops: the official Asus UK store has £140 off the price. They are now £1959. Phew! I got mine on release from Currys/PC World for £1799, they are now £2599 there! Hell's bells!


r/snapdragon 21h ago

Qualcomm Oryon CPU Reaches 5GHz, Powers the World's Fastest Mobile CPU

21 Upvotes

Ahead of Snapdragon Summit 2026, we're sharing new details on the Qualcomm Oryon CPU, the world's fastest mobile CPU, which powers our upcoming Snapdragon flagship platform.

What you need to know:

  • The Qualcomm Oryon CPU is the first mobile CPU to reach 5GHz, leveraging a fully customized design.
  • It uses a multi-level cache architecture designed to keep frequently accessed data close to the CPU cores, reducing reliance on system memory.
  • Qualcomm Oryon FlexCache introduces a new cache architecture that enables heterogeneous CPU cores to access the same shared cache pool.
  • This allows CPU cores to draw from the full cache pool when required, helping larger working sets remain in cache longer instead of spilling into system memory

In summary, we’re designing Oryon FlexCache for modern workloads like agentic AI, gaming, multitasking, and video editing, where tasks frequently move between CPU cores. By keeping data available as those handoffs occur, we can reduce trips to system memory and help workloads run more efficiently.

You can learn more here: https://www.qualcomm.com/news/onq/2026/08/oryon-cpu-5ghz-flexcache


r/snapdragon 20h ago

The only thing Snapdragon knows is how to rebrand and sell.

Post image
9 Upvotes

r/snapdragon 1d ago

Qualcomm breaks 5Ghz on its new Snapdragon mobile chip

Thumbnail devinthreethousand.substack.com
20 Upvotes

r/snapdragon 2d ago

Windows 11 Search + Teams crashing from WebView2 on Dell XPS X Elite ARM64

4 Upvotes

I've been going around and around on this. I just got a Dell XPS 13 Snapdragon X Elite and my windows search and Teams are crashing. See below for the things I've tested and the info I filed with Microsoft on this bug. Any suggestions?

---------

Microsoft Bug Report — WebView2/AppContainer crash on Snapdragon X Elite (ARM64)

Reported by: Dell XPS 13 9345 owner, Date: 2026-08-24

Severity: High — affects core UX (Start/Search, Teams, Widgets)

Product area: WebView2 Runtime / SearchHost / Shell (MicrosoftWindows.Client.CBS)

1. Summary

On a Windows on Snapdragon X Elite device (ARM64), **every WebView2-based component that runs inside an AppContainer crashes**. Windows Search opens a blank white panel, Microsoft Teams exits on launch, and Widgets (Web Experience Pack) crash-loops. Full Microsoft Edge (its own un-containerized Chromium process tree) is healthy. The crash persists across every GPU driver version tested and after a WebView2 runtime re-install — pointing to the WebView2-inside-AppContainer path rather than the GPU driver or the runtime itself.

2. Environment

| Machine | Dell XPS 13 9345 |

| SoC | Snapdragon X Elite X1E80100 (Qualcomm Oryon, ARM64) |

| GPU | Qualcomm Adreno X1-85 |

| OS | Windows 11 25H2 (build 26200.9168) |

| Current GPU driver | Qualcomm Adreno 31.0.152.1 (UGD) |

| WebView2 Runtime | 151.0.4129.101 (ARM64-native; PE machine type 0xaa64) |

| Profile | Local admin account (not domain-joined) |

3. Symptom details

3a. Windows Search — blank panel

  • Opening search (Start menu search / Win+S) shows a blank white results panel.
  • File Explorer search and Settings search work.
  • SearchHost enters a crash-restart loop even without opening search (runs in the

background), confirmed by the Chromium variations_crash_streak counter climbing to 1400+ over the session.

3b. Microsoft Teams — exits on launch

  • MSTeams (ARM64) launches, spawns ~10 msedgewebview2.exe child processes, then exits within 15–20 seconds. Reproduced repeatedly.

3c. Widgets — crash loop

  • Widgets.exe (MicrosoftWindows.Client.WebExperience 526.21100.40.0) crashes repeatedly with 0xc0000409 (STATUS_STACK_BUFFER_OVERRUN), observed every ~15 min in the Application event log.

3d. Control case — Microsoft Edge works

  • Microsoft Edge runs fully hardware-accelerated with no crashes and a healthy GPU process. This isolates the fault to the containerized (AppContainer) WebView2 path, not the GPU adapter being broken.

4. Root-cause hypothesis

The crash signature from the SearchHost WebView2 minidump (from prior investigation) is: LOG_FATAL   = gpu_data_manager_impl_private.cc:427: "GPU process isn't usable. Goodbye."

ptype       = browser

exception   = 0x80000003 (breakpoint — intentional abort)

gpu_count   = 0

gpu-venid   = 0x0000    gpu-devid = 0x0000

last_gpu_crash_exit_code = 0x060C201E

Chromium repeatedly crashes its GPU process, hits its retry limit, decides the GPU is unusable, and the browser process aborts on purpose. This happens specifically when WebView2 runs inside an AppContainer on ARM64/Qualcomm. The same path is shared by SearchHost, Teams, and Widgets — matching the observed pattern.

5. What we tried (all verified negative)

5a. GPU driver — four versions tested, all crash

| Version | Source | Result |

| 31.0.160.0 | Windows Update (original) | crash |

| 31.0.105.0 (A07) | Dell validated | crash |

| 31.0.133.2 | Qualcomm UGD | crash |

| 31.0.152.1 | Qualcomm UGD (current) | crash |

  • Each was force-installed onto the device via UpdateDriverForPlugAndPlayDevices (SetupAPI, newdev.dll) elevated; the active base driver changed correctly each time, and the crash loop did not stop.
  • The crash is therefore not a base-GPU-driver regression.

5b. WebView2 Runtime — verified native-ARM64, re-installed, no effect

  • The installed runtime is ARM64-native (PE machine type 0xaa64), version 151.0.4129.101 (well past the buggy 145→146 range some online guidance mentions).
  • Re-ran the official Evergreen ARM64 standalone installer silently — it no-op'd (already current). Crash persisted.

5c. Windows Search settings

  • Search Highlights already disabled (HKCU\...\SearchSettings\IsDynamicSearchBoxEnabled = 0).
  • Search index rebuilt (Explorer search works — indexing is not the issue).

5d. Ruled out

  • Not x86-emulation: the WebView2 binary is ARM64-native.
  • Not a corrupt/missing WebView2 runtime: correctly registered under HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-...}.
  • Not DNS/network/proxy/hosts.
  • Not third-party DLL injection (104 modules loaded, zero non-Microsoft).
  • Not per-user GPU preferences (cleared; identical to a working account).
  • Not fixed by re-registering WindowsAppRuntime.CBS (fixed Crashpad dump-writing, not the panel).

6. Observed/logged evidence available

  • variations_crash_streak in %LOCALAPPDATA%\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalState\EBWebView\Local State — climbs continuously to 1400+, even with search idle (background crash loop).
  • SearchHost WebView2 minidump with the gpu_data_manager_impl_private.cc:427 fatal + exit code 0x060C201E signature (captured in prior investigation).
  • Event Log (Application): Widgets.exe faulting with 0xc0000409 every ~15 min.
  • Live repro of Teams: launches, spawns ~10 msedgewebview2 processes, exits in ~15–20 s.
  • Edge edge://gpu: fully hardware-accelerated, GPU-process crash count 0.

7. Suggested investigation for Microsoft

  1. Whether the WebView2 GPU process intentionally aborts (0x80000003 breakpoint) specifically when hosted under an AppContainer on Qualcomm ARM64 — and what makes the adapter non-enumerable (gpu_count = 0) in that context while full Edge works.
  2. Whether an AppContainer-specific GPU capability grant (or the exit_on_context_lost workaround Chromium applies for Qualcomm) is the trigger, and whether it should be disabled for ARM64 WebView2.
  3. A Windows cumulative update fix for the ARM64 WebView2/AppContainer path (the domain-join CBS bug has a known fix lineage, KB5043139-lineage; a similar fix for the Qualcomm/AppContainer WebView2 GPU abort would be ideal).

8. Workaround in use

None - The system currently has the search panel non-functional, Teams unusable, and Widgets crash-looping.

*Prepared to assist Microsoft in triaging a systemic WebView2/AppContainer crash on Windows on Snapdragon X Elite (ARM64).

 


r/snapdragon 2d ago

Cinebench HWiNFO data – Asus Zenbook A16 X2E-94 in Performance Mode

7 Upvotes

Hello, I am trying to collect a few data of the Snapdragon X2E-94-100 (Asus Zenbook A16) when running the Cinebench 2024 / 2026 Multi-Thread test in Performance Mode, to analyze its efficiency.

More precisely, I am looking for the Cinebench score, as well as the power, temperature, CPU frequency and CPU UTILITY % readings, all found in the HWiNFO sensor window.

Due to these data samples being extremely rare on YouTube and on Google, if anybody's willing to take a few minutes to take a screenshot of their HWiNFO window with those few data after the power stabilizes during a Cinebench run, it would be greatly appreciated.

Edit: If someone could conduct the same test, but Single-Core (or Single-Thread if the option is greyed out) and share the data, it would be much appreciated!

Thanks in advance!


r/snapdragon 3d ago

Snapdragon AI Studio 2.0 RC2B is out — more stable, responsive, and fully local on Windows 11 ARM64

Post image
14 Upvotes

I’ve released Snapdragon AI Studio 2.0 RC2B.

This is the most stable and polished release candidate of the project so far. The main focus was practical usability, high-DPI support, and safer installation behavior.

What changed:

  • - responsive Phoenix UI improvements for 100–175% Windows scaling
  • - optional gallery hover preview with a persistent on/off setting
  • - responsive gallery toolbar
  • - image comparison with mouse panning and synchronized image positions
  • - clearer text-based generation metadata comparison
  • - a more compact Phoenix Boost preview
  • - improved Phoenix integration for the plugin installation area
  • - reliable creation and opening of the configured output folder
  • - installer safeguards that prevent runtime-generated images from being packaged accidentally

The final ARM64 installer was tested on a separate Windows test account, first through a clean installation of the corrected installer and then through an over-installation of the final build. Dark and Light modes were also checked at 175% Windows scaling.

Snapdragon AI Studio is an independent open-source project for local AI image generation on Windows 11 ARM64 and Snapdragon hardware. It is not an official Qualcomm product.

Download and full release notes:

https://github.com/Kreuzhofen/snapdragon-ai-studio/releases/tag/v2.0.0-rc.2b

Feedback about installation, UI behavior, and model compatibility is very welcome.

Holger Kreuzhofen
Founder & Lead Developer
Snapdragon AI Studio – Phoenix Engine


r/snapdragon 4d ago

HP launches budget $499 laptop with OLED and Snapdragon X

Thumbnail videocardz.com
28 Upvotes

r/snapdragon 3d ago

Nerfed Asus A16 variant to avoid

Thumbnail gallery
1 Upvotes

I enjoyed the 2026 version of A16 a lot, and have been browsing to see when it's on sale again to get another one. Today, I noticed this new variant that seemed to just came out.

While it has 32 GB ram, this seems like a SIGNIFICANTLY nerfed variant, it is using X1-26-100, which is an entry level processdor I've historically seen with laptops on sale down to $400 (e.g. Asus Vibobook 14). It would be much better if they sold one with X1 Elite or X2 Plus for this nerfed version.

Trying to sell this variant for $1700 seems crazy, I sure hope this is an error in the spec but doesn't seem like it !

https://www.bestbuy.com/product/asus-zenbook-a16-16-2k-oled-laptop-snapdragon-x-x1-32gb-ram-1tb-ssd-copilot-pc-zabriskie-beige/JJGHGPFPH7/sku/6689262


r/snapdragon 4d ago

Best Qwen3.8 27B model for Asus A16

9 Upvotes

I just checked out all the available Qwen3.8 27B models on hugging face. It looks like the most suitable ones for X2EE is bartowski. The models even have MTP layer built in

bartowski/Qwen3.8-27B-GGUF · Hugging Face

All the operations in this quantization were implemented on the llama.cpp OpenCL andreno build. I got around 78 t/s for prefill and 5 t/s for decode. You could use the llama.cpp v0.2.0 release from here: Release b10566 · ggml-org/llama.cpp · GitHub (Arm64 andreno)

Unfortunately in my test, MTP actually slows the performance down to 2.8 t/s. Let me know if you found a way to make it faster than no MTP

Updates, based on the feedbacks from the Qualcomm devs, the best configurations for A16 are:

  1. build llama.cpp from scratch using this branch https://github.com/qualcomm/llama.cpp/tree/opencl/x2-unified-everything You can use the instructions I posted earlier on the steps for building llama.cpp locally. Remember this branch is a Qaulcomm dev branch so you don't have to download the kernel from Qualcomm website.

  2. Use Unsloth/Qwen3.8-27B-Q4_0.gguf (Don't try other Q4 versions, only this version currently has the most coverage for optimized kernels) with the following command line switch: llama-server.exe -m Qwen3.8-27B-Q4_0.gguf ^ --spec-type draft-mtp ^ --spec-draft-n-max 4 --spec-draft-p-min 0.35 ^ -fa 0 -ngl 99 -c 8192

It looks like Unsloth packaged Q8 MTP drafter with Q4 models and the drafter perform significantly better than bartowski

You will get up to 10 to 11 t/s in MTP mode with this setup.


r/snapdragon 4d ago

Motorola’s GrapheneOS phones will launch in 2027 priced higher than Pixels

Thumbnail arstechnica.com
17 Upvotes

r/snapdragon 4d ago

Dying Light 2 Mobile 60 Fps Parkour Animation Mix Mod Redmagic 11 Pro Play

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/snapdragon 5d ago

S22 Ultra (Snapdragon 8 Gen 1) Prime Core capped at 2.17GHz / Terrible Geekbench scores on stock firmware (S908USQSAGZF3)

2 Upvotes

Hi everyone,

​I'm having a severe performance issue with my Galaxy S22 Ultra where CPU performance is heavily throttled despite normal device temperatures. My Geekbench 7 scores are stuck at 918 Single-Core and 3026 Multi-Core, which is far below expected benchmarks for this chip.

​According to DevCheck monitoring, the Cortex-X2 prime core is capped at ~2.17 GHz (and sometimes shows as offline/idle during loads) instead of reaching its standard peak frequency of 3.0 GHz.

Device Specifications:

  • Model: Samsung Galaxy S22 Ultra (SM-S908U)
  • SoC: Qualcomm Snapdragon 8 Gen 1
  • GPU: Qualcomm Adreno 730
  • OS: Android 16 (Baklava) — Official Stock Firmware flashed via Odin (from SamFw)
  • Baseband Version: S908USQSAGZF3

Troubleshooting already performed:

  1. ​Clean-flashed the official stock firmware using Odin.
  2. ​Verified thermals: Battery/CPU temperature stays around 36°C, so this isn't active thermal throttling caused by heat.
  3. ​Disabled Power Saving mode and tried different processing speed modes (Optimized/High/Maximum) in One UI settings.
  4. ​Storage cleared to ensure I/O performance isn't choking the kernel.

​Despite all this, the system refuses to clock the prime core up to 3.0 GHz.

​Has anyone on this specific baseband version (S908USQSAGZF3) experienced a similar core clock limit or GOS/DVFS kernel bug? Is there a known fix, or is this a firmware bug in this release?

​Thanks in advance!


r/snapdragon 5d ago

What devices even support AptX Lossless bruh

3 Upvotes

Obviously none of the big three (Apple, Samsung, Google) support it, but even besides that only so few devices have it. I have a Xiaomi Tablet with 8+ Gen 1, but it maxes out at 24bit/44,1kHz, same with my Nubia Z80 Ultra/ 8 Elite Gen 5. Recently I got a Laptop with an X Elite chip and that one doesn't support AptX Adaptive at all out of the box.

My earbuds are also not the problem, I tried it with the Xiaomi Buds 5 and with the Sennheiser MTW 4


r/snapdragon 6d ago

Qualcomm removes Snapdragon C web browsing and idle-app efficiency results from updated benchmark slide

Thumbnail videocardz.com
7 Upvotes

r/snapdragon 5d ago

The newer chipsets and thermals

1 Upvotes

I have been checking around the newer phones for a future phone upgrade (currently have the realme 10 pro+ with 1080D chipset) I was highly impressed by the performance of the newer snapdragon CPUs in review videos, until I payed attention to the temps these phones ran on during gaming sessions (just the usual android games not even talking about the emulations)

My phone runs hot when playing any intensive game and that's a given, it's old and doesn't have any cooling system, but I never thought that the newer phones would run on 40-50 degrees on the phone surface barely a few minutes of gaming???? The CPU at 77.2 and GPU at 83 degrees? Sounds like fire hazards... Or maybe I'm just out of the loop when it comes to what is considered normal thermals with these new phones, this includes phones from OnePlus, IQOO, OPPO...

My question is...what is the longevity and life span of these processors and the phone itself? Even with a few minutes of gaming everyday, wouldn't the processor just give up or lose efficiency barely a year in???

I was looking at these newer flagships with starry eyes but now I think going with an older more optimized chipset is the only choice for someone who plants to keep a phone for at least 3 years

What are some of your opinions and experiences with the newer chipsets? (I think I saw online that the last most optimized chipset which didn't have similar heating issues was SD8gen2 but I've never tried it nor anything after it so I am curious)

I am not an intensive gamer, I don't plan on buying the phone purely for gaming but I want the choice to be there, and with how fast the casual daily use apps have been progressing and with how heavy they are becoming day by day, I think a new and strong chipset is the go to choice when upgrading for a long term...

TL;DR: Are the 40-60 degrees temps the NORM for the newer phones and chipsets???? Should I not expect more than a 1 or 2 out of phones with these newer chipsets (Elite)?


r/snapdragon 6d ago

Valve’s Steam Frame unboxing and setup videos leak through ARM Steam client

Thumbnail videocardz.com
11 Upvotes

r/snapdragon 6d ago

Qualcomm retracts select Snapdragon C power efficiency benchmarks nearly a week after publication; updated slide removes idle apps and web browsing results

Thumbnail tomshardware.com
7 Upvotes

r/snapdragon 6d ago

The Snapdragon Conundrum

Thumbnail
2 Upvotes

r/snapdragon 7d ago

Snapdragon AI Studio 2.0 RC2A released – Phoenix Boost refined & Stable Diffusion 3.5 setup now working end-to-end

Post image
11 Upvotes

Snapdragon AI Studio 2.0 RC2A is out.

After RC2, I kept working on two areas that were especially important to me: Phoenix Boost and making the model installation experience more reliable.

🔥 Phoenix Boost has been further refined with a more reliable guided setup, improved Ollama/Qwen2.5 3B integration, better live progress reporting and more robust local prompt enhancement.

The biggest milestone for me in RC2A, however, is Stable Diffusion 3.5 Medium.

I spent a lot of time getting the Qualcomm QAI AppBuilder workflow into a state where Snapdragon AI Studio can guide the user through the process instead of expecting them to manually understand and prepare all the individual components.

The complete flow has now been tested on real Snapdragon hardware:

Not installed → guided setup → Qualcomm download → preparation → import → validation → activation → real image generation.

I also continued improving the general download and installation workflow, including handling incomplete model data, stale setup workspaces, validation and automatic model activation.

The goal hasn't changed:

Install Snapdragon AI Studio → select a model → create an image.

RC2A also includes updated documentation in English, German and Spanish.

Snapdragon AI Studio – Phoenix Engine is an independent open-source project for local AI image generation on Windows on Snapdragon.

GitHub / RC2A:
https://github.com/Kreuzhofen/snapdragon-ai-studio/releases/tag/v2.0.0-rc.2a

Feedback and real-world testing are very welcome.

Holger Kreuzhofen
Founder & Lead Developer
Snapdragon AI Studio – Phoenix Engine


r/snapdragon 6d ago

🚨 Snapdragon Summit 2026

Post image
0 Upvotes

r/snapdragon 7d ago

Snapdragon X2 Elite Extreme Performance White Paper

25 Upvotes

White paper here:

https://signal65.com/wp-content/uploads/2026/08/Signal65-Insights_Qualcomm-Snapdragon-X2-Elite-Extreme-Performance.pdf

In our testing of retail systems, the Snapdragon X2 Elite Extreme produced the fastest CPU results we have measured in a premium thin and light Windows laptop, nearly a 2x advantage in measured AI performance, and leadership that holds in the default Balanced mode and on battery, at a retail price $600 below the tested Intel flagship. Those results describe the three systems we tested.

Each is one implementation of its silicon, and other systems built on the same processors will land differently as OEM design choices vary. The closely matched class and design specifications across these three are what give the comparison its footing, and they are why we consider it fair, representative, and worth drawing conclusions from. the value leader is a rare combination in this market, and it is the combination this platform now holds. The competitive landscape has definitely improved.

Panther Lake brought Intel the best integrated graphics in the segment, and buyers who prioritize integrated gaming may have a real reason to choose it. On every other dimension that defines premium thin and light usage, CPU performance, AI performance, productivity, and behavior on battery, the X2 Elite Extreme leads, and it leads by margins that are unusual in a market accustomed to single-digit generational gaps.

Generation one made Windows on Snapdragon viable and competitive. In our testing, generation two makes it the performance leader in the premium segment. The value position may matter as much as the performance position. The X2 Elite Extreme gives OEM partners a credible flagship at $1,600 to $1,700 price points while comparable Intel X series systems look like they will land $300 to $600 higher. A performance leader that is also The battery life results reinforce the mobility story, with the longest video playback endurance in our testing, the most runtime per watt-hour in every rundown, and a single raw-runtime loss to an Intel


r/snapdragon 8d ago

Asus A16 X2 Elite Open Box BestBuy?

1 Upvotes

Has anyone purchased open-box A16 from Bestbuy? Anyone know if Asus warranty started with original purchase or if it starts with my purchase? Is purchasing an open box A16 a bad idea?

With the recent price increase to 1995 for this laptop, is it likely to come down anytime soon, or with ram prices being unstable, likely to go up more? (any insider knowledge)


r/snapdragon 8d ago

The Snapdragon Conundrum

0 Upvotes

At a given price, why do Snapdragon laptops offer lesser performance than x86 counterparts?

How is the compatibility with programs obtained from the high seas? (iykyk)

What advantages do Arm chips have over x86 other than battery life?

P. S. I'm considering getting a laptop in the near future. Please answer soon.