Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by palica

  1. palica

    kde 5.11

    steps to reproduce, error messages, logs ...
  2. 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: Not using systemd. 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.
  3. For what? Power management, installation on laptop, using hibernation, configuring WiFi ...? Sorry Stephen you will have to rephrase your question a bit.
  4. palica

    Local overlay woes

    actually the easiest way is to switch to media-kit/1.2-prime there is darktable there in 2.4.0 version. ego config set kits media-kit 1.2-prime ego sync emerge -av darktable
  5. 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
  6. palica

    Local overlay woes

    the same way you got your ebuild from gentoo. :)
  7. 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)
  8. palica

    Local overlay woes

    you have to download also the files directory as the ebuild is using the files from there :) as the error message states.
  9. 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 yes, it works and I am also using it, it turns on some toolchain hardening. https://wiki.gentoo.org/wiki/Hardened/Toolchain testing, reporting stuff, if you want you can join the #funtoo-dev on freenode (irc) enjoy
  10. start by removing CONFIG_FB_RADEON howto: eselect kernel list eselect kernel set your-preferred-kernel cd /usr/src/linux zcat /proc/config.gz > .config genkernel --menuconfig all search for fb_radeon hit N for no (not built-in, no module) save let genkernel build kernel and initrd check it built and installed in /boot reboot
  11. yes app-text/texlive-core-2017-r3 pulls >=app-text/poppler-0.58.0:= which is not available and then it wants the 9999 (aka live source).
  12. OK, cool. ego kit list shows all sorts of information. maybe you can just call ego kit for the information about kits.
  13. you probably need to install linux-firmware package for the realtek firmware to be available for kernel on boot up, it that is what you mean by:
  14. 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>
  15. not ideal fix, but will solve the situation for now.
  16. also please read here and give us at least steps to reproduce, please.
  17. paste your ego kit ego profile please
  18. there is also debian-sources-lts can you upload diff between kconfig-4.8.15 and kconfig-4.14.x
  19. @Otakku, can you please explain once more what are you trying to do and what doesn't work? Maybe with code examples? Thanks
  20. why don't you try to boot the manjaro kernel and set the root= of the funtoo installation. and let us know how it went.
  21. try to check if the kernels if different have FB_RADEON enabled? or list anything named RADEON from kconfig :)
  22. refresh rate: I was thinking some monitors support this in their OSD. modesetting - ok, I give up then :)
×
×
  • Create New...