Can Jetson AGX Xavier run Games like any other computer?

Can Jetson AGX Xavier run Games like any other computer?
I think Linux can run games but does the processor and the GPU can handle a heavy games like other pc which has the same RAM and GPU.

The Xavier only uses 30W of power. Take a desktop PC, clock the CPU and GPU down until it can run on a 30W power supply (instead of a 300W-1000W one) and that’s about what you should expect from a Xavier.

Most PC games expect a PC architecture (x86_64/amd64). The Xavier is arm64/aarch64 architecture. If the game is recompiled for arm64, then technically it could run many of those games, but very few Linux games are actually compiled for arm64. Performance would be outstanding for an embedded system, but in comparison to a desktop PC performance would be low. Depends on the game, but overall I would say that if you just want to take a game for desktop Linux and run it on the Jetson, then no, it won’t do what you want.