Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

drobbins

Funtoo Linux BDFL
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    282

Posts posted by drobbins

  1. Some more updates headed your way:

    • nvidia-drivers-440.44 now available. Remember that you will also need to emerge nvidia-kernel-drivers for your kernel to make the kernel modules available.
    • steam-nvidia-launcher is now at 1.5. Fixed are annoying gtk+ dialog messages when starting up the launcher, and also FL-6907 (thanks @nrc) the pulseaudio config hard-coded for UID 1000.
  2. Recent Funtoo News:

    • GNOME 3.34.3 is now available in Funtoo (as part of gnome-kit 3.34-prime, the default kit)
    • A Gentoo dev found that it is theoretically possible for arbitrary users on the system to locallly 'exploit' a package while it is being built. Portage-2.3.78-r1 addresses this by removing 'other' permissions from /var/tmp/portage.
    • ego-2.8.0 is released with updated sync code.
  3. A full set of Funtoo Linux 1.4 maintenance release 2 stages has been uploaded to build.funtoo.org.

    These stages include:

    • GNOME 3.34.2
    • Updates to debian-sources-lts (4.19.87_p1)
    • Updated Linux firmware
    • Updated firefox
    • Various other fixes

    If you are already using 1.4, you can get all these updates via a regular ego sync and world update. But if you are planning to install 1.4 from scratch, these builds are up-to-date.

     

  4. As Funtoo Linux 1.4 continues to mature, it has become a much better long-term stable option than Funtoo Linux 1.3, so maintenance and updates for 1.3 will end on March 1, 2020, and users are encouraged to upgrade to 1.4 at this time, or before.

    In about a week, there will be a second maintenance release of Funtoo Linux 1.4, which will simply be rolled into the official 1.4 release, but will result in updated binary stage3s and GNOME stage3s. The updates will include bumping GNOME from 3.34.1 to 3.34.2 as well as upstream kernel updates with the latest security fixes, in particular ones focused on side-channel vulnerabilities on Intel systems. These updated stages will have 2020-01 timestamps and will be good options for those needing to reinstall an existing 1.3 environment.

  5. I've committed a fix just now for libglvnd, but not the larger git-r3.eclass issue (which I'm working on now). The fix for libglvnd should be live in about 15 minutes.

    I'll repeat what I said in the bug, as I think it's important to point out that git-r3 is a bad idea. Gentoo seems to be in love with git-r3.eclass but it sucks as I point out below:

    "OK, I want to zoom out on this problem for a moment and just state that git-r3.eclass is in general a bad idea and the 'github hack' should be used in its place if at all possible. Yes, we need to fix git-r3.eclass, but when we have the opportunity, we should convert git-r3 ebuilds to github-hack ebuilds. Benefits are numerous:

    1. git-r3.eclass actually uses git, which bypasses mirroring/CDN infrastructure, meaning we don't have a copy of the source code so it could disappear at any moment.
    2. Bypassing this infrastructure also bypasses Manifest files, which are used to securely verify integrity of source code
    3. git-r3.eclass is fragile and hacks the ebuild to run 'git' during src_unpack() – it does not use src_fetch() at all.

    So to fix this specific problem, I just updated libglvnd to not use git-r3.eclass. We will need to still fix this but should start to remove all occurrences of git-r3 in core system ebuilds in Funtoo."

  6. Answers:

    "build" is not currently used. It was used when we were doing unstable and stable builds but now all are "~" snapshots.

    The steam-nvidia-launcher is NVIDIA-specific. The Mesa-based one is coming soon and will be called "steam-launcher" or "steam-mesa-launcher". I just did a 1.4 release of the NVIDIA launcher which will be the basis for the Mesa one (had to fix some stuff before the Mesa one is forked.)

    -Daniel

  7. Before releasing the Mesa-based Steam launcher, it was time to do a maintenance release on our official NVIDIA Steam launcher. This package now has an ebuild and the docs at https://www.funtoo.org/Steam have been updated accordingly. To emerge, type "emerge steam-nvidia-launcher" and then consult the wiki documentation for host setup steps.

    This new launcher uses an updated container image which will store your downloaded games in ~/SteamData  on the host, rather than in the container. This will allow for game persistence (not having to re-download games) for future iterations of the container. For this to work well, the launcher was tweaked so that the steam user inside the container is created dynamically and its UID is set to the UID of the user creating the steam container. This way, there are no permissions problems with ~/SteamData.

    Also in this release, there were a few minor changes related to PulseAudio which have seemed to resolve an issue of PulseAudio sometimes not initializing properly.

  8. GNOME 3.34.1 is ready for use and will become the default version of GNOME in 1.4-release in a few days. If you would like to use it now, you can add the following to /etc/ego.conf:

    [kits]
    
    gnome-kit = 3.34-prime

    Then ego sync, emerge -auDN @world, emerge @preserved-rebuild, and restart xdm and you should be in business.

    If you would like to avoid upgrading to GNOME 3.34, now is the time to insert the following code into /etc/ego.conf:

    [kits]
    
    gnome-kit = 3.32-prime

    Then, in a few days when 3.34-prime becomes active, you will stick with 3.32-prime and not get the updates until you want them.

  9. @lazlo.vii will be adding persistent games storage (beyond container wipes) at some point.

    Can you first make sure that the container works with PulseAudio? I do not currently support ALSA.

    When you are in the container testing glxgears, type "echo $DISPLAY" and make sure it is set to the same value as your regular user outside of the container, and also run "xhost +local:" as your regular user outside of the container. Then see if glxgears will start.

    I have not reproduced this issue but someone else has, but they did not tell me the root cause of it. So hang tight, should be fixable.

  10. Hi All,

    I've upgraded our authentication framework, and you should be able to log in. But the migration was not without hiccups.

    You should be able to log in to forums, wiki, bugs, code.funtoo.org and friends.

    You might notice that some bugs on bugs.funtoo.org have my name listed as "drobbins#1". This isn't because I think I'm awesome, but because our migration triggered some bad behavior in JIRA and I need to repair its user database. It's annoying, but very fixable, and I'll get to this soon, and should continue to work in the meantime.

    If you have login issues, please message me privately on the forums, or contact me directly on discord or telegram (links on the main wiki page.)

     

  11. Steam now has an official launcher script to make it easier to use, called "steam-nvidia-launcher". I've updated the Steam documentation at https://www.funtoo.org/Steam to now direct users to use the launcher script instead. It's easier to use and more robust, as you just have one script that does everything from download the docker image, to create the container, to start the container if it already exists and needs to be started locally.

    steam-nvidia-launcher also fixes a bug where the Steam container wouldn't start consistently after a reboot.

    Launcher is available here. Remember to consult the wiki (link above) for usage info:

    https://code.funtoo.org/bitbucket/users/drobbins/repos/docker-steam/browse/steam-nvidia-launcher

×
×
  • Create New...