在 Chromeos(fydeos)上玩 Steam 游戏

第 1 步:启用 Linux 测试版

启用 Linux 测试版。

第 2 步:启用 Chrome 标志

打开 chrome://flags 并启用以下两个标志。

显卡支持

鼠标指针锁定

之后,重新启动您的 chromebook。

第 3 步:运行脚本

Chrome OS 开发人员发布了一个官方脚本,它将自动配置您的 Linux 环境以支持 Chromebook 上的 Steam 游戏。将以下内容复制并粘贴到您的 Linux 终端中。

/usr/bin/curl -L "https://chromium.googlesource.com/chromiumos/platform/dev-util/+/master/contrib/gfx/crostini-steam-setup.sh?format=TEXT" | /usr/bin/base64 -d > /tmp/crostini-steam-setup.sh; /bin/chmod a+x /tmp/crostini-steam-setup.sh; /usr/bin/sudo /tmp/crostini-steam-setup.sh

这将安装 Steam 和必要的软件包。完成后,重新启动您的 Chromebook。

第 4 步:打开 Steam

最后,再次打开您的 Linux 终端并输入steam 。Steam 应该会启动。

5 个赞

哇塞,大佬牛逼
马上就去我的m3-7y30的matebookE上试试

有效,安装的时候可能会遇到两个问题,一个是网络问题,需要科学上网,另一个是apt update 时,出现404 错误,根据这篇解决https://community.fydeos.com/t/topic/27608/2;

1 个赞

发现楼主的游戏口味和我挺像的,哈哈哈

1
2

1 个赞

emm…没有上网工具的朋友们,脚本自取:

#!/bin/bash
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

set -ex

# Helper script to setup Steam testing environment.

# Steam requires i386 architecture.
echo "Adding i386 architecture"
sudo dpkg --add-architecture i386

# Add sources for Steam.
echo "Adding sources for Steam"
grep ^deb /etc/apt/sources.list | \
  head -1 | \
  sed -e 's/main/contrib non-free/' | \
  sudo tee -a /etc/apt/sources.list.d/steam.list

# Reload after configuring apt configuration.
echo "Updating APT"
sudo apt update

# TODO(davidriley): Remove this hack once a newer version of waffle has
# been published.
wget http://commondatastorage.googleapis.com/crosvm-apt-sandbox/waffle/libwaffle-1-0_1.6.0-4+b1_amd64.deb
wget http://commondatastorage.googleapis.com/crosvm-apt-sandbox/waffle/libwaffle-1-0_1.6.0-4+b1_i386.deb
sudo apt install -y ./libwaffle*.deb

# Install packages.
echo "Installing glxinfo, glxgears, steam, and apitrace"
sudo apt install -y zstd mesa-utils steam apitrace apitrace-tracers:i386
1 个赞

玩起来会卡吗

那键盘可以用吗?

我想某些情况下是不是可以直接把这个玩意装到主系统中(bash shell),可以提供更好的图形性能

玄学

在配置要求比较高,起码8G内存,新一点的机器

绝对是买了v包的hh