2024-04-24 05:59:07 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="whatissteam" xreflabel="What is Steam?">
|
|
|
|
<?dbhtml filename="whatissteam.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>What is Steam?</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Steam is an application that can execute a variety of games
|
|
|
|
and even software, which can even execute Windows applications
|
|
|
|
without the need of Wine via the Steam tool Proton. This can
|
|
|
|
can be a replacement for Wine although some applications might
|
|
|
|
not work as expected. Most games are built for Windows but
|
|
|
|
most work just fine via Proton and Proton works both on regular
|
|
|
|
Linux distributions, including LFS without all the setup required
|
|
|
|
for Wine.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
As Steam is a gaming application, it depends on many tools,
|
|
|
|
libraries, and graphics APIs to function and perform as it should.
|
|
|
|
Obvious among such software would be OpenGL, Vulkan, and graphics
|
|
|
|
drivers. Less obvious software includes audio and a window manager
|
|
|
|
or desktop environment.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2024-04-25 12:21:32 +08:00
|
|
|
Please check <xref linkend="steamdeps"/> to find what you will need
|
2024-04-27 16:13:48 +08:00
|
|
|
before proceeding, although most of <xref linkend="sdchapter"/>
|
|
|
|
is a straight shot. There is some choice involved such as choosing
|
2024-07-04 15:40:11 +08:00
|
|
|
if you want X11 or Wayland, Alsa or Pulseaudio, so forth.
|
2024-04-24 05:59:07 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect1>
|