Blender For Chromebook



Install Linux onto your Chromebook. Dual-boot alongside ChromeOS for maximum flexibility.

Run Blender online for free on rollApp without downloads or installation on Chromebook, laptop, desktop, iPad and Android.

works onMost Chromebook models. See chromebooks.
installsSeveral Linux distributions. See operating systems and recommendations.

Shop for oster blender chrome online at Target. Choose from contactless Same Day Delivery, Drive Up and more. Google created a “runtime” that allows any Android app to run on Chrome OS. To test it out, it released four Android apps—Vine, Evernote, Duolingo, and Sight Words—that are now on the Chrome Web Store. Installing one of these apps will get you the runtime, and then you can “sideload” an Android app and run it on your Chromebook. Click to get the latest Buzzing content. Take A Sneak Peak At The Movies Coming Out This Week (8/12) Everything we know about ‘Shang-Chi and the Legend of the Ten Rings’.

chrx.org
github.com/reynhout/chrx

status

Version 3.0.2 See changelog.

usage

Installing Linux via chrx onto a new (or freshly recovered) Chromebookis a two-phase process:

  • The first phase reserves space on your storage device forthe new operating system, and then reboots.
  • The second phase installs your chosen distribution, and configures thenew system according to your selected options.

If you reinstall later, or switch to a another distribution, chrx willskip directly to phase two.

step-by-step

  1. Enable Developer Mode
    • (for most models, press ESC+F3(Refresh)+Power)
  2. Boot ChromeOS and open Terminal
    • Press CTRL+D at the white 'ChromeOS is missing or damaged' (or 'OS verification is OFF') screen
    • Configure Wi-Fi and log in (Guest account is fine)
    • Open ChromeOS Terminal by pressing CTRL+ALT+T, and entering shell at the prompt
  3. Update firmware, if necessary -- see chromebooks
    • required for Bay Trail, Braswell, and Apollo Lake models
    • recommended for Broadwell, Skylake, and Kaby Lake models
    • optional for Haswell models
  4. Download and run chrx
    • curl https://chrx.org/ | sudo tar xzfC - /usr/local && chrx
    • Several options are available to customize your installation
    • This new command line is required for ChromeOS M82 and newer. It also works on older ChromeOS versions.
  5. Follow on-screen instructions to allocate storage space for Linux
    • chrx will suggest dedicating as much space as possible to Linux, and as little as necessary for ChromeOS. Choose your allocation ratio according to your personal requirements and preferences!
  6. Repeat steps 2 and 4 to install and configure your new system

options

chrx can accept several command-line options:

packages

chrx can install additional software packages after installingyour new operating system, using the -p PACKAGE option.

You can install any package in the Ubuntu repositories via thismethod, plus a few non-Ubuntu packages for which chrx hasspecial handling, and some aliases for convenience:

  • minecraft installs Minecraft
  • steam installs Steam
  • kodi installs Kodi Media Center
  • chrome installs Google Chrome
  • admin-misc is an alias for 'ssh tmux rsync vim'
  • dev-misc is an alias for 'arduino geany geany-plugins ruby'

To install multiple packages from the chrx command line, youcan repeat the -p PACKAGE option as many times as you need, oryou can quote the argument, e.g.: -p 'gimp blender inkscape'.

examples

GalliumOS Desktop (latest), verbosely:

chrx -v

GalliumOS Desktop (latest), plus packages:

chrx -p 'minecraft steam kodi'

Lubuntu Desktop (latest):

chrx -d lubuntu

Ubuntu Standard, version 16.04, system name hal, first user dave, including some administrative tools:

chrx -d ubuntu -e standard -r 16.04 -H hal -U dave -p admin-misc

compatibility

chromebooks

statusCPU familynotes
Intel HaswellFirmware update available (RW_LEGACY)
Intel BroadwellFirmware updaterecommended (RW_LEGACY)
Intel SkylakeFirmware updaterecommended (RW_LEGACY)
Intel Kaby LakeFirmware updaterecommended (RW_LEGACY)
Intel Bay TrailFirmware updaterequired (RW_LEGACY)
Intel BraswellFirmware updaterequired (RW_LEGACY)
Intel Apollo LakeFirmware updaterequired (RW_LEGACY)
Intel Sandy/Ivy BridgeRequires SeaBIOS with Legacy Boot capability
Intel PineviewRequires SeaBIOS with Legacy Boot capability
ARMARM support is very unlikely

If you do not know the CPU in your device, check here: https://wiki.galliumos.org/Hardware_Compatibility

operating systems

statusOSdistributionnotes
LinuxGalliumOSDerived from Xubuntu, developed specifically for compatibility and optimized performance on Chromebook hardware.
LinuxLubuntuA light-weight variant of Ubuntu, with the LXDE desktop environment.
LinuxXubuntuA light-weight variant of Ubuntu, with the Xfce desktop environment.
LinuxKubuntuUbuntu with the KDE desktop environment.
LinuxEdubuntuFull Ubuntu plus application bundles used in educational settings.
LinuxUbuntuThe standard full Ubuntu distro.
LinuxFedoraNew 20161121!
FreeBSDWork in progress!

recommendations

Chromebooks perform best with lighter-weight operating systems and desktop environments, and they often require updated kernel drivers to support their new and tightly integrated hardware.

Selecting a distribution which meets these needs is therefore an important part of Linux-on-Chromebook happiness. While any updated distro will work for ordinary tasks, there are a few that stand out:

  • GalliumOS is optimized specifically for Chromebooks. It scores well on all metrics, looks great, and installs quickly. Some memory-hungry applications (e.g. Steam games) perform best on GalliumOS thanks to careful optimizations. GalliumOS is the default distro installed by chrx.
  • Lubuntu also scores and performs well. It uses significantly less RAM than other distros.
  • Xubuntu is another good choice. It's a bit heavier-weight than Lubuntu, but still performs very well.
  • Fedora comes in several 'spins' (desktop environments, selected with -e ENVIRONMENT), some of which (lxde) are lightweight, and some of which (desktop (gnome), default) are heavier. A few sample spins have been added to measurements below.
  • I would not choose standard, full, Ubuntu for a Chromebook. It is perfectly usable, bit it's heavier and suffers in performance, without offering any important benefits. Memory use starts higher and increases much more quickly as you use the desktop apps (not reflected in measurements below). If your Chromebook model has 4GB of RAM, the performance differences are reduced but not eliminated.

sample measurements

distribution¹disk space²RAM use³install time⁴recommended?
GalliumOS 3.03.2GB320MB10 mins
GalliumOS 2.02.5GB291MB9 mins
GalliumOS 1.02.8GB287MB10 mins
Lubuntu 15.102.7GB227MB18 mins
Lubuntu 16.043.1GB185MB19 mins
Xubuntu 15.043.0GB360MB22 mins
Ubuntu 15.043.5GB440MB28 mins
Kubuntu 15.104.2GB613MB
Fedora 24 (lxde)2.9GB182MB20 mins
Fedora 24 (cinnamon)3.8GB384MB27 mins
Fedora 244.5GB647MB27 mins
  1. All distributions were installed with the desktop environment option, except where noted.
  2. Disk space can be reduced by removing unwanted packages. The number shown reflects the default install for the desktop environment.
  3. RAM use is measured after graphical login, connecting to Wi-Fi, and opening one window of the default Terminal program to run /usr/bin/free after a couple minutes for the system to stabilize. The number shown is an average of several tests, and variance is very low (2-3%).
  4. Installation time will vary greatly depending on your Internet connection, but the ratios should be representative.

test suite

'Working' is defined as:

  • system boots cleanly and quickly
  • installation remnants are cleaned up
  • swap and compressed RAM are enabled
  • proper drivers are properly loaded
  • trackpad works (standard & australian)
  • trackpad settings are usable
  • audio works, including after sleep/wake
  • wireless works, including after sleep/wake
  • function keys for backlight are functional
  • function keys volume control are functional
  • microphone input works
  • webcam input works
  • power management sleeps system when lid closed
  • power management wakes system when lid opened
  • no user configuration is required for basic use

This list might evolve. Your input is welcome!

alternatives

chrx is a command-line installer which requires requires no physicalmedia or other preparation to install. It allows you to dual-boot, so youcan choose Linux or ChromeOS each time you turn on your Chromebook. Thisis a flexible setup, well-suited for many users, but of course not all.

Consider these alternatives:

  • Single-Boot instead of dual-boot. If you don't need or want ChromeOS,you don't need to keep it. You can install directly from a Linux ISOwritten to a USB/SD device. As with dual-boot, you might need to updatefirmware (full ROM/UEFI is recommended for single-boot only), andGalliumOS is the distro of choice.
  • Crouton allows you to run ChromeOSand Linux simultaneously, instead of dual-booting like chrx.This arrangement has a few drawbacks, but if you spend most of your time inChromeOS and your Linux needs are limited, it should serve well.
  • Crostini is Google's Linux-apps-in-containers-inside-virtual-machines-on-ChromeOS project. It's only available on newer Chromebook models, so be sure to check the compatibility list first.

notes on security and privacy

Running code from the net is always an act that requires careful thought.chrx can be run directly from the net, and by default will downloadadditional code via the same mechanisms. Any of these downloads could bemisdirected or compromised. Downloading over an unsecured network (e.g.public Wi-Fi) raises the likelihood of such malfeasance, but it can neverbe fully eliminated.

If these are concerns of yours, you can mitigate your risks by auditingall of the code involved, comparing checksums of downloaded packages, andhosting local caches (see advanced usage).

Also, chrx 'pings home' on every install to report success or failure.This ping includes no personal information, only data that might beuseful for investigating failures.

Log entries created by these pings look like this:

hw is a hardware ID that corresponds to your model of Chromebook(not a serial number).

sw combines a few of the command-line settings (or defaults) that youused to run chrx.

If this level of information sharing makes you uncomfortable, the behaviourcan be disabled with the -n switch.

meta, obligatory

chrx is pronounced 'marshmallow'.

thanks

To Jay Lee for ChrUbuntu, to /r/chrubuntu for assembling links to tons of helpful resources, and to the dozens of people who found answers and solved problems before I even started looking.

changelog

  • 1.0 (20141223)
  • 1.1 (20150504): add support for Ubuntu 15.04
  • 1.1.1 (20150508): add '-r RELEASE' option; validate some input
  • 1.1.2 (20151005): update Ubuntu 'trusty' to 14.04.3; add recognized HWIDs (PEPTO, LINK, SAMUS, LEON, PAINE, YUNA, SPRING, SKATE, FALCO, WOLF); always verify chrx.org certificates
  • 2.0 (20151025): add GalliumOS support; add support for Ubuntu 15.10; add detection and installation prognosis for all known ChromeOS devices; add '-d DISTRIBUTION' and '-e ENVIRONMENT' options; remove '-m METAPACKAGE' option; remove '-i IMAGE' option, make RELEASE smarter; work around systemd conflict; refactor code into functions to facilitate multiple distros and future operating systems
  • 2.0.1 (20151113): update core image pathname for GalliumOS
  • 2.0.2 (20151118): update some HWIDs
  • 2.0.3 (20151119): bugfix: issue #4, parted and partprobe removed from ChromeOS
  • 2.0.4 (20151120): bugfix: issue #5, '-r RELEASE' handling failing for some values of RELEASE
  • 2.0.5 (20151212): add first user to important groups; use generic coreimage for GalliumOS
  • 2.0.6 (20151214): bugfix: issue #7, add GalliumOS hwspecific pkgs properly
  • 2.0.7 (20151214): update detection for all known ChromeOS devices; improve prognosis descriptions
  • 2.0.8 (20160102): add CHRX_NO_REBOOT env var for use with https://github.com/MattDevo/scripts
  • 2.1 (20160103): add '-p PACKAGE' option to install additional packages
  • 2.1.1 (20160120): update URL for GalliumOS coreimage; make sure util pkgs are added
  • 2.1.2 (20160130): add parsing for '-r nightly' (GalliumOS only, installs nightly build); log chrx command line for debugging; add first user to groups more quietly
  • 2.2 (20160304): switch default distribution to GalliumOS
  • 2.2.1 (20160316): bugfix: issue #12, errors installing to external media
  • 2.2.2 (20160420): retry/resume failed image downloads; add new HWIDs
  • 2.2.3 (20160426): do not drop to shell before reboot; do not retry coreimage downloads; update steam install for xenial; update docs for Ubuntu 16.04
  • 2.2.4 (20160505): add Google Chrome to installable packages; add new HWIDs, update others
  • 2.2.5 (20160512): update Ubuntu base/core image URL (thanks arsfeld)
  • 2.2.6 (20160619): hide eMMC partitions properly (thanks gmykhailiuta); improve -r RELEASE handling for GalliumOS; add preliminary handling for running under non-ChromeOS
  • 2.2.7 (20160810): use version-dependent Ubuntu URL to match new Canonical schemes; update Ubuntu 'trusty' to 14.04.5
  • 2.2.8 (20161002): add support for new GalliumOS hardware-specific pkgs: braswell, skylake, samus
  • 2.3 (20161121): add support for Fedora! thanks @jedigo!
  • 2.3.1 (20161208): Fedora: add -p support, add latest to auto-detection, add nonfree codecs (thx @jedigo); GalliumOS: use chrx GRUB config; all: add more hidden mmcblk0 partitions, update GRUB config
  • 2.3.2 (20161222): add first user to groups individually in case selected distro/metapackage/spin does not include all (fixes #30)
  • 2.4 (20161228): add support selection of mirror sites (GalliumOS-only)
  • 2.4.1 (20170129): GalliumOS: Fix LINK, add CHELL HiDPI pkg selection
  • 2.4.2 (20180201): Fedora: updates for Fedora 27
  • 2.4.3 (20180211): Ubuntu: update versioning; all: handle NVMe disks
  • 2.5 (20180607): GalliumOS: updates for GalliumOS 3.0
  • 2.5.1 (20190620): Add support for Intel Gemini Lake and Amber Lake
  • 2.6 (20190629): GalliumOS: default to 3.0
  • 2.7 (20191029): Fedora: fixes for versions 30, 31. Thanks @jedigo!
  • 2.8 (20191101): update and improve hardware detection matching
  • 3.0 (20191110): internal improvements for noexec partitions; separate HWID lists to simplify reuse and updates; new, more-complicated, command line :(
  • 3.0.1 (20200530): Print useful error message if run with old command-line on older ChromeOS; Ubuntu: do not install Google Chrome by default
  • 3.0.2 (20200731): Remove redundant check form RW_LEGACY via mosys
Название:

Blender 2.90 Download

Blender For Dummies
Автор: Jason van Gumster
Издательство: For Dummies
Год: 2011

Blender Rollapp


Blender For In Browser

Формат: PDF
Страниц: 472
Для сайта:mirlib.ru
Размер: 35 Mb
Язык: English
The exciting new book on the exciting new Blender 2.5!
If you want to design 3D animation, here's your chance to jump in with both feet, free software, and a friendly guide at your side! Blender For Dummies, 2nd Edition is the perfect introduction to the popular, open-source, Blender 3D animation software, specifically the revolutionary new Blender 2.5. Find out what all the buzz is about with this easy-access guide. Even if you?re just beginning, you'll learn all the Blender 2.5 ropes, get the latest tips, and soon start creating 3D animation that dazzles.
Walks you through what you need to know to start creating eye-catching 3D animations with Blender 2.5, the latest update to the top open-source 3D animation program
Shows you how to get the very most out of Blender 2.5's new multi-window unblocking interface, new event system, and other exciting new features
Covers how to create 3D objects with meshes, curves, surfaces, and 3D text; add color, texture, shades, reflections and transparency; set your objects in motion with animations and rigging; render your objects and animations; and create scenes with lighting and cameras
Download blender for chromebookIf you want to start creating your own 3D animations with Blender, Blender For Dummies, 2nd Edition is where you need to start!



Похожие публикации

    Blender For Dummies, 3 editionBeginning Blender: Open Source 3D Modeling, Animation, and Game DesignBlender Foundations: The Essential Guide to Learning Blender 2.6Animating with Blender: Creating Short Animations from Start to FinishCharacter Development in Blender 2.5The Complete Guide to Blender Graphics: Computer Modeling & Animation, 4th EditionThe Complete Guide to Blender Graphics: Computer Modeling & Animation, 3rd EditionThe Complete Guide to Blender Graphics

Blender Software Download

Комментариев пока нет. Стань первым!

Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.