Stable repositories got updated

Today’s merge of Manjaro-Stable from our Manjaro-Testing repositories will bring these changes:

  • new toolchain-stack and other updates (i686/x86_64/lib32)
  • Virtualbox extramodules updated to 4.2.6 (i686/x86_64)
  • updated packages in addon: pamac, tintwizard, razor-qt, grub-customizer, gtk-theme-preferences, zukitwo-themes and others (i686/x86_64)
  • 62 updated packages in extra including intel 2.20.17 driver (i686/x86_64)
  • 103 updated packages in community including Virtualbox 4.2.6 (i686/x86_64)

Everybody still using the catalyst-legacy driver should use mhwd to install supported opensource-drivers before updating. Use the commands written below. Nvidia users should double-check which proprietary driver supports their graphic cards now. All used gtk-themes might not work properly with gtk 3.6. We recommend to use our current default theme, which is called xfce-theme-greenbird. Here is a list of other supported themes for gtk 3.6.  

We now have the following kernels available:

  • linux34: 3.4.24 (stable kernel)
  • linux35: 3.5.7.2
  • linux36: 3.6.11 (end of life)
  • linux37: 3.7.1

Please use mhwd-kernel to install those kernels. For linux35-series it would be:

sudo mhwd-kernel linux35


Everybody using the Catalyst-Legacy driver should use followed commands to update their systems:

su
for pkg in $(pacman -Qq | grep catalyst-legacy); do pacman -Rs ${pkg}; done
mhwd -r pci video-catalyst-legacy
pacman -Syyu
mhwd -a pci free 0300 -f


 

6 Comments

  1. jbeja says:

    Manjaro Linux comes with all my proprietary graphics drivers by default or do i have to install them?.

  2. shmaleb shmaleb says:

    This might sound really stupid and newbish of me, but what is the difference between the kernels (linux34-35-36-37). you really do make a great piece of software XD.

  3. philm philm says:

    Seems the latest toolchain broke virtualbox-guest-modules. If you run Manjaro i686 in Virtualbox you might want to read this.

Leave a Reply