Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Oleg Vinichenko

  1. With latest addition of nvidia-drivers, many of hardware might not be recognized due to upstream support deprecation

    With attempt of merging the driver on hardware that is not supported you will get the warning of following type:

    * ***** WARNING *****
     * 
     * You are currently installing a version of nvidia-drivers that is
     * known not to work with a video card you have installed on your
     * system. If this is intentional, please ignore this. If it is not
     * please perform the following steps:
     * 
     * Add the following mask entry to /etc/portage/package.mask by
     * echo ">=x11-drivers/nvidia-drivers-391.0.0" >> /etc/portage/package.mask
     * 
     * Failure to perform the steps above could result in a non-working
     * X setup.
     * 
     * For more information please read:
     * http://www.nvidia.com/object/IO_32667.html

    Please, pay attention  to the message and your hardware listed in in:

    http://www.nvidia.com/object/IO_32667.html

  2. New kit, lllvm-kit now added. It consist of small numbers of ebuilds that are directly related to the sys-devel/llvm. The rationale behind this is that ebuilds for llvm had no update for very long time and are problematic to maintain due to those ebuilds were spread all over different kits. Now they are from one kit. This kit is enabled by default and involves following update steps:

    ego sync
    
    emerge -C llvm:0 clang:0
    
    emerge -1 llvm mesa
    
    emerge -auDN @world
      
    emerge @preserved-rebuild

     

  3. kde-kit 5.12 branch now available for quick testing. This will bring regression fixes found recently and will sort bunch of other KDE bugs reported.

    It is currently in BETA state but will be default quickly. To help testing, please follow this steps:

    Edit /etc/ego.conf and add at bottom of the file

    kde-kit = 5.12-prime

    Save file and run ego sync. This will sync the meta-repo with new ebuilds for testing. 

    Kind regards, Oleg.

     

  4. stage3 is a basic Funtoo linux image that is built from sources of software packages list, which is necessary minimal set of software which will allow your to run Funtoo linux on top of linux kernel. This list is carefully crafted and forms  a special set, called @system

    to rebuild all of relevant packages from sources on your machine, use

    emerge -e @system

×
×
  • Create New...