Difference between revisions of "News/GalliumOS 1.0beta2"

From GalliumOS Wiki
Jump to: navigation, search
(Created page with "= GalliumOS 1.0beta2 = 02 February 2016 '''** DRAFT **''' GalliumOS is a fast and lightweight Linux distro made for Chromebooks and Chromeboxes. GalliumOS delivers a complet...")
 
Line 9: Line 9:
 
== What's New? ==
 
== What's New? ==
  
* Support for Bay Trail models
+
* Full support for Bay Trail Chromebooks
* Kernel updates and fixes
+
* Updated kernel, including bugfixes
* Replacement login manager
+
* New login manager: LXDM is more configurable and actively developed
* Additional keyboard mappings
+
* New keyboard mappings: choose media keys or F-keys, and how to switch
* Added support for keyboard backlight control, on models so equipped
+
* Added support for keyboard backlight control, on equipped models
* New package manager? (is this a feature?)
+
* New packages
 +
** GDebi package installer
 +
** HexChat IRC client
  
'''TODO''': expand, add benefits?
+
'''Thank You!''' to the donors who made it possible for us to purchase a Bay Trail Chromebook for testing! https://galliumos.org/donate.html
 +
 
 +
== Installing ==
 +
 
 +
GalliumOS ISOs can be downloaded from https://galliumos.org/download.html. The GalliumOS wiki has full installation instructions: https://wiki.galliumos.org/Installing.
 +
 
 +
GalliumOS can also be installed in a dual-boot configuration alongside ChromeOS using chrx: https://chrx.org/.
  
'''Thank You!''' to the donors who made it possible for us to purchase a Bay Trail Chromebook for testing! https://galliumos.org/donate.html
+
== Upgrading ==
  
== Upgrading to 1.0beta2 ==
+
If you already have an earlier version of GalliumOS installed, you should update now.
  
Upgrades are best performed from the command line. We are investigating lightweight GUI options.
+
From the command line:
  
 
   sudo apt-get update
 
   sudo apt-get update
 
   sudo apt-get dist-upgrade
 
   sudo apt-get dist-upgrade
 
   sudo reboot
 
   sudo reboot
 +
 +
We are investigating lightweight graphical software updater options, for inclusion in future releases.
  
 
== Known Issues ==
 
== Known Issues ==
  
* Bay Trail audio occasionally does not restart after sleep #xxx
+
* Bay Trail audio occasionally does not restart after sleep: https://github.com/GalliumOS/galliumos-distro/issues/110
* Google Pixel 2015 (SAMUS) audio in/out not working #xxx
+
* Google Pixel 2015 (SAMUS) audio in/out not working: https://github.com/GalliumOS/galliumos-distro/issues/100
 +
* HDMI audio not auto-switching on Acer C720: https://github.com/GalliumOS/galliumos-distro/issues/101
  
 
== Resources ==
 
== Resources ==
  
* Check compatibility with your ChromeOS model: https://wiki.galliumos.org/Hardware_Compatibility
+
* Chromebook/Chromebox model support: https://wiki.galliumos.org/Hardware_Compatibility
* Installation Instructions: https://wiki.galliumos.org/Installing
+
* Installation instructions: https://wiki.galliumos.org/Installing
* Downloads: https://galliumos.org/download.html
+
* Installer downloads: https://galliumos.org/download.html
* Support: Reddit, #galliumos
+
* FAQ: https://wiki.galliumos.org/FAQ
 +
* Questions and discussion: https://www.reddit.com/r/GalliumOS/ or IRC Freenode #galliumos
 
* Bug reports and feature requests: https://github.com/GalliumOS/galliumos-distro/issues
 
* Bug reports and feature requests: https://github.com/GalliumOS/galliumos-distro/issues
* FAQ: https://wiki.galliumos.org/FAQ
 

Revision as of 02:06, 1 February 2016

GalliumOS 1.0beta2

02 February 2016 ** DRAFT **

GalliumOS is a fast and lightweight Linux distro made for Chromebooks and Chromeboxes. GalliumOS delivers a complete Linux environment with full hardware support, a carefully tuned kernel, and a full-featured and attractive desktop.

Release 1.0beta2 is ready for testing. Thank you for all of the support and reports so far, we look forward to more of your feedback!

What's New?

  • Full support for Bay Trail Chromebooks
  • Updated kernel, including bugfixes
  • New login manager: LXDM is more configurable and actively developed
  • New keyboard mappings: choose media keys or F-keys, and how to switch
  • Added support for keyboard backlight control, on equipped models
  • New packages
    • GDebi package installer
    • HexChat IRC client

Thank You! to the donors who made it possible for us to purchase a Bay Trail Chromebook for testing! https://galliumos.org/donate.html

Installing

GalliumOS ISOs can be downloaded from https://galliumos.org/download.html. The GalliumOS wiki has full installation instructions: https://wiki.galliumos.org/Installing.

GalliumOS can also be installed in a dual-boot configuration alongside ChromeOS using chrx: https://chrx.org/.

Upgrading

If you already have an earlier version of GalliumOS installed, you should update now.

From the command line:

 sudo apt-get update
 sudo apt-get dist-upgrade
 sudo reboot

We are investigating lightweight graphical software updater options, for inclusion in future releases.

Known Issues

Resources