Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by palica

  1. I can share my experience with using funtoo on a laptop. I use gnome (3.20) and I am not using hibernation as I went the way of no swap partition on ssd. (8GB RAM)

    I can suspend to ram without problems, the lid events just-work (opening the lid with suspended laptop resumes).

    Gnome shows these settings under Power management:
     

    Quote

     

    Automatic suspend - When on battery power

    When battery power is critical  - Power off (since no swap partition, it would show Hibernation)

    When the Power Button is pressed - Suspend


     

    Not using systemd.

    22 minutes ago, duco-ergo-sum said:

    How do you build a Funtoo laptop which functions with power management like any other modern laptop?

    Follow the Install guide. After that

    epro flavor desktop
    epro mix-ins gnome
    (optional epro mix-ins no-systemd) :)
    
    emerge -av gnome (or gnome-light)

    I don't know how to solve the "emerge / close-lid /wait for emerge to complete / hibernate" part of your question.

     

  2. well, yes. but it has lots of rough edges, so be prepared. (gnome-3.26 kit is not ready for normal use).

    this is on my laptop

    ego kit list
    /var/git/meta-repo (updated 2 minutes ago):
    
      kit                  is active?      branch          stability 
      core-kit                             1.0-prime       prime          
                                           1.1-prime       deprecated     
                           active          1.2-prime       alpha          
      core-hw-kit          active          master          prime          
      security-kit                         1.0-prime       prime          
                                           1.1-prime       deprecated     
                           active          1.2-prime       alpha          
      xorg-kit                             1.17-prime      prime          
                           active          1.19-prime      prime          
      gnome-kit            active          3.20-prime      prime          
                                           3.26-prime      dev            
      kde-kit              active          5.10-prime      prime          
      media-kit                            1.0-prime       deprecated     
                                           1.1-prime       prime          
                           active          1.2-prime       dev            
      perl-kit                             5.24-prime      prime          
                           active          5.26-prime      dev            
      python-kit                           3.4-prime       prime          
                           active          3.6-prime       prime          
                                           3.6.3-prime     deprecated     
      php-kit              active          master          prime          
      java-kit                             1.1-prime       prime          
                           active          1.2-prime       dev            
      ruby-kit                             1.1-prime       prime          
                           active          1.2-prime       dev            
      haskell-kit                          1.1-prime       prime          
                           active          1.2-prime       dev            
      ml-lang-kit                          1.1-prime       prime          
                           active          1.2-prime       dev            
      lisp-scheme-kit                      1.1-prime       prime          
                           active          1.2-prime       dev            
      lang-kit                             1.1-prime       prime          
                           active          1.2-prime       dev            
      dev-kit                              1.1-prime       prime          
                           active          1.2-prime       dev            
      xfce-kit             active          4.12-prime      prime          
      desktop-kit                          1.1-prime       prime          
                           active          1.2-prime       dev            
      editors-kit          active          master          prime          
      net-kit              active          master          prime          
      text-kit             active          master          prime          
      science-kit          active          master          prime          
      games-kit            active          master          prime          
      nokit                active          master          prime

     

  3. ok, sorry then I probably interpreted the kernel configs wrong. or you were building it from desktop? and thus applied the /proc/config.gz from the running desktop config and actually duplicated the desktop config.

    hrm? so if this is the case then with the same desktop kernel config your server didn't got fixed. am I right?

    try switching the real_root or root in grub

    you probably have a line there (/boot/grub/grub.cfg)

      linux /kernel-genkernel-x86_64-4.14.12-2-dl3x0-g7-r1 rootfstype=auto real_root=UUID="e8d10a64-c541-45cc-8502-0b84c40f9c69" rootfstype=f2fs
      initrd /early_ucode.cpio /initramfs-genkernel-x86_64-4.14.12-2-dl3x0-g7-r1

    so use the kernel lines from artrix and switch the real_root from server

    test and report (so you would take the whole kernel package from artrix and boot it)

  4. 1 hour ago, dkg said:

    /var/tmp/portage/media-gfx/darktable-2.4.0/files/darktable-find-opencl-header.patch: No such file or directory

    you have to download also the files directory as the ebuild is using the files from there :) as the error message states.

     

  5. 16 minutes ago, walkerr said:

    1. If I find outdated packages how can I proceed ? Report as bug in JIRA?

    yes, that is the best way. but, you should also know that funtoo tries to keep the version bump race low. funtoo keeps good version of packages and backports only security updates, it a version bump makes sense from any other point than just bumping the version because we can, then it will be done. with kits there will be a 6 month release schedule

     

    38 minutes ago, walkerr said:

    2. Does the hardened profile still works even without the GRSEC kernel?

    yes, it works and I am also using it, it turns on some toolchain hardening. https://wiki.gentoo.org/wiki/Hardened/Toolchain

    42 minutes ago, walkerr said:

    3. How can I help?

    testing, reporting stuff, if you want you can join the #funtoo-dev on freenode (irc)

    enjoy

  6. USE=binary emerge -av debian-sources-lts 

    should install a working copy of kernel.

    You can add binary useflag to /etc/portage/package.use

    sys-kernel/debian-sources-lts binary

    kernel config = kconfig can be usually found /proc/config.gz once you have booted. you can save the file to your home directory and boot the second kernel and do the same and then compare, or paste the diff -u <kconfig1> <kconfig2>

×
×
  • Create New...