dra*_*ord 5 alternative unity arm chromebook 14.04
我无法在 Chromebook 上运行 unity 3d,但 Ubuntu 12.04 中的 unity 2d 运行良好,那么是否可以在 Ubuntu 14.04 上运行 unity 低图形模式作为替代方案?如果我可以运行低图形模式作为替代,那么我将如何处理?如果我不能,那么什么是 Ubuntu 14.04 的替代方案?
我已经在 Chromebook 上的 Ubuntu 14.04 上测试了这些 DE:
我正在使用 crouton 来安装 unity,并且根据这个脚本的制造商说 unity 3d 对我不起作用,因为它需要我的 Chromebook 不提供的硬件加速。
当我运行 unity 3d 时会发生什么是黑/灰屏幕,然后是 Ubuntu 的完全锁定,我必须从 crosh(运行 Ubuntu 的 Chromebook 开发人员控制台)终止。
这是我与crouton 一起用于在 samsung arm chromebook 上安装 unity 3d的修改后的目标脚本(请注意,它尚未完全正常运行)。
#!/bin/sh -e
# Copyright (c) 2014 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES='gtk-extra'
DESCRIPTION='Installs the Unity desktop environment. (Approx. 700MB)'
HOSTBIN='startunity'
CHROOTBIN='startunity gnome-session-wrapper crouton-unity-autostart'
CHROOTETC='unity-autostart.desktop unity-profiled'
. "${TARGETSDIR:="$PWD"}/common"
### Append to prepare.sh:
install ubuntu-desktop ubuntu-artwork gnome-session nautilus \
ubuntu-settings,ubuntu~precise= \
ubuntu-session,ubuntu~precise+ubuntu~quantal+ubuntu~raring+ubuntu~saucy+ubuntu~trusty= \
-- network-manager
# XDG autostart/profile.d additions only needed in saucy and later
if release -ge saucy; then
autostartdir='/etc/xdg/autostart'
# Remove previous indicator-only desktop file
rm -f "$autostartdir"/crouton-unity-indicator.desktop
# Set up global autostart script
mkdir -p "$autostartdir"
ln -sfT /etc/crouton/unity-autostart.desktop \
"$autostartdir"/crouton-unity-autostart.desktop
# Set up profile.d
chmod 755 /etc/crouton/unity-profiled
ln -sfT /etc/crouton/unity-profiled /etc/profile.d/crouton-unity-profiled.sh
fi
if release -ge trusty; then
autostartdir='/etc/xdg/autostart'
# Remove previous indicator-only desktop file
rm -f "$autostartdir"/crouton-unity-indicator.desktop
# Set up global autostart script
mkdir -p "$autostartdir"
ln -sfT /etc/crouton/unity-autostart.desktop \
"$autostartdir"/crouton-unity-autostart.desktop
# Set up profile.d
chmod 755 /etc/crouton/unity-profiled
ln -sfT /etc/crouton/unity-profiled /etc/profile.d/crouton-unity-profiled.sh
fi
TIPS="$TIPS
You can start Unity via the startunity host command: sudo startunity
"
Run Code Online (Sandbox Code Playgroud)
这个脚本的当前问题是我需要在安装时直接在其中实现统一低图形模式,但我不知道如何做到这一点。
如果您想使用 crouton 测试脚本,请按照以下步骤操作:
首先将脚本保存为 chrome os 的下载目录中名为“unitylowg”的无扩展名文件。
然后通过一一运行这些脚本来满足其依赖关系:
sudo sh -e ~/Downloads/crouton -t core -r trusty
sudo sh -e ~/Downloads/crouton -t audio -r trusty -u
sudo sh -e ~/Downloads/crouton -t xephyr -r trusty -u
sudo sh -e ~/Downloads/crouton -t x11 -r trusty -u
sudo sh -e ~/Downloads/crouton -t gtk-extra -r trusty -u
Run Code Online (Sandbox Code Playgroud)
然后最后使用以下命令运行脚本:
sudo sh -e ~/Downloads/crouton -T ~/Downloads/unitylowg -r trusty -u
Run Code Online (Sandbox Code Playgroud)
Unity 2D 看起来很单调。尝试 GNOME 2 桌面替代品 MATE。MATE是一个轻量级的桌面环境,比Xfce轻,比LXDE重一点。这个答案中有关于如何在 Ubuntu 14.04 中安装 MATE 桌面环境的完整教程。
要了解 MATE 的外观,请访问Ubuntu MATE 屏幕截图之旅。