Difference between pages "Steam" and "Package:Debian-sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "{{Ebuild |Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation |CatPkg=sys-kernel/debian-sources |Ma...")
 
Line 1: Line 1:
Steam is a content delivery system for linux gaming.
{{Ebuild
 
|Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation
== install part 1 ==
|CatPkg=sys-kernel/debian-sources
funtoo & gentoo have ebuilds in the gamerlay overlay.  the steam-meta ebuild was removed.
|Maintainer=Oleg,
 
|Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels
}}
== Introduction ==
This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the <code>binary</code> USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget"Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.  
== Usage ==
<console>
<console>
###i## layman -a gamerlay
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
###i## layman -S
###i## emerge debian-sources
###i## emerge steam-launcher
###i## nano -w /etc/boot.conf
</console>
###i## boot-update
 
== 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:
 
<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>
</console>
{{fancyimportant|1=
<code>debian-sources</code> with <code>binary</code> USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}}
== Advanced use ==
Additional information about using <code>config-extract</code> tool and genkernel tips can be found here:
http://www.funtoo.org/Funtoo_Linux_Kernels
{{EbuildFooter}}

Revision as of 09:47, March 31, 2015

Debian-sources

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Introduction

This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the binary USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget". Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.

Usage

root # echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
root # emerge debian-sources
root # nano -w /etc/boot.conf
root # boot-update
   Important

debian-sources with binary USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.

Advanced use

Additional information about using config-extract tool and genkernel tips can be found here: http://www.funtoo.org/Funtoo_Linux_Kernels