Views:
18,207β
Votes: 3β
Tag :
steam
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1068372
Title:
Can I run Steam as its own standalone session?
ID:
/2018/08/24/Can-I-run-Steam-as-its-own-standalone-session_
Created:
August 24, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Another answer references:
sudo add-apt-repository ppa:thor27-gmail/steam-desktop
But from the authorβs Steam Login github page it is stated:
The PPA is really outdated, and Iβm not much inclined to maitain it anymore. If anything changes I will update here.
By comparison the github page was modified in late 2017.
Arch Linux
steam
Arch Linux has some Tips and Tricks for running steam:
Big Picture Mode without a window manager
To start Steam in Big Picture Mode from a Display manager, create a /usr/share/xsessions/steam-big-picture.desktop
file with the following contents:
/usr/share/xsessions/steam-big-picture.desktop
[Desktop Entry]
Name=Steam Big Picture Mode
Comment=Start Steam in Big Picture Mode
Exec=/usr/bin/steam -bigpicture
TryExec=/usr/bin/steam
Icon=
Type=Application
Steam skins
The Steam interface can be customized using skins. Skins can overwrite interface-specific files in ~/.steam/root
.
To install a skin:
- Place its directory in
~/.steam/root/skins
. - Open
Steam
>Settings
>Interface
and select it. - Restart Steam.
An extensive list of skins can be found in this Steam forums post. Note: Using an outdated skin may cause visual errors.
Creating skins
Nearly all Steam styles are defined in ~/.steam/root/resource/styles/steam.styles
(the file is over 3,500 lines long). For a skin to be recognized it needs its own resource/styles/steam.styles
. When a Steam update changes the official steam.styles your skin may become outdated, potentially resulting in visual errors.
See ~/.steam/root/skins/skins_readme.txt
for a primer on how to create skins.
General Gaming Advise in Arch
Itβs quite a lengthy page on Gaming covering both audio lag and video fps. There is even a section on creating a separate X-Windows environment just for gaming.
Double check your CPU frequency scaling settings
If your system is currently configured to properly insert its own cpu frequency scaling driver, the system sets the default governor to Ondemand. By default, this governor only adjusts the clock if the system is utilizing 95% of its CPU, and then only for a very short period of time. This saves power and reduces heat, but has a noticeable impact on performance. You can instead only have the system downclock when it is idle, by tuning the system governor. To do so, see Cpufrequtils#Tuning the ondemand governor.