Difference between pages "Install/pt-br/NextSteps" and "Steam"

From Funtoo
< Install(Difference between pages)
Jump to navigation Jump to search
(Created page with "===Next Steps=== If you are brand new to Funtoo Linux and Gentoo Linux, please check out Funtoo Linux First Steps, which will help get you acquainted with your new system...")
 
 
Line 1: Line 1:
===Next Steps===
Steam is a content delivery system for linux gaming.


If you are brand new to Funtoo Linux and Gentoo Linux, please check out [[Funtoo Linux First Steps]], which will help get you acquainted with your new system. We also have a category for our [[:Category:Official Documentation|official documentation]], which includes all docs that we officially maintain for installation and operation of Funtoo Linux.
== install part 1 ==
funtoo & gentoo have ebuilds in the gamerlay overlay. the steam-meta ebuild was removed.


We also have a number of pages dedicated to setting up your system, which you can find below. If you are interested in adding a page to this list, add it to the "First Steps" MediaWiki category.
<console>
###i## layman -a gamerlay
###i## layman -S
###i## emerge steam-launcher
</console>


{{#ask: [[Category:First Steps]] | format=ul }}
== install part 2 ==
steam has its own internal package management system.  Portage will not track its files, or games installed.  the ebuild simply pulls in the steam installer, to run the steam installer:


If your system did not boot correctly, see [[Installation Troubleshooting]] for steps you can take to resolve the problem.
<console>###i## /usr/bin/steam</console>
 
the installer will prompt you with several questions, once done running the installer command will load the latest version of steam.
 
== Troubleshooting ==
=== Steam segfaults after 2nd start! ===
I do not know much about this behaviour, but I found a workaround.
<console>
$ ##i##mkdir -p ~/backup
$ ##i##mv ~/.local/share/Steam/steamapps ~/backup
$ ##i##steam --reset
$ ##i##mv ~/backup ~/.local/share/Steam/steamapps
</console>

Revision as of 16:34, March 5, 2015

Steam is a content delivery system for linux gaming.

install part 1

funtoo & gentoo have ebuilds in the gamerlay overlay. the steam-meta ebuild was removed.

root # layman -a gamerlay
root # layman -S
root # emerge steam-launcher

install part 2

steam has its own internal package management system. Portage will not track its files, or games installed. the ebuild simply pulls in the steam installer, to run the steam installer:

root # /usr/bin/steam

the installer will prompt you with several questions, once done running the installer command will load the latest version of steam.

Troubleshooting

Steam segfaults after 2nd start!

I do not know much about this behaviour, but I found a workaround.

user $ mkdir -p ~/backup
user $ mv ~/.local/share/Steam/steamapps ~/backup
user $ steam --reset
user $ mv ~/backup ~/.local/share/Steam/steamapps