-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Forums
Blogs
Posts posted by palica
-
-
looks perfect, want it :)
-
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:
QuoteAutomatic 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.
-
4 hours ago, duco-ergo-sum said:
Please advise me on best practices?
For what? Power management, installation on laptop, using hibernation, configuring WiFi ...? Sorry Stephen you will have to rephrase your question a bit.
-
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 -
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 -
the same way you got your ebuild from gentoo. :)
-
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-r1so 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)
-
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.
-
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
-
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
-
yes
app-text/texlive-core-2017-r3pulls
>=app-text/poppler-0.58.0:=
which is not available and then it wants the 9999 (aka live source).
-
OK, cool.
ego kit list shows all sorts of information. maybe you can just call ego kit for the information about kits.
-
hard to debug without logs :)
-
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:
2 minutes ago, digifuzzy said:it got to the drivers (IIRC - realtek was shown).
-
USE=binary emerge -av debian-sources-ltsshould install a working copy of kernel.
You can add binary useflag to /etc/portage/package.use
sys-kernel/debian-sources-lts binarykernel 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>
-
2 minutes ago, johnnygarb said:
add this to your /etc/portage/package.mask
# Mask texlive-core because it is pulling poppler-9999
=app-text/texlive-core-2017-r3not ideal fix, but will solve the situation for now.
-
still true with kernel 4.14 and zfs 0.75?
-
also please read here
and give us at least steps to reproduce, please.
-
paste your
ego kit ego profileplease
-
there is also debian-sources-lts
can you upload diff between kconfig-4.8.15 and kconfig-4.14.x
-
@Otakku, can you please explain once more what are you trying to do and what doesn't work? Maybe with code examples?
Thanks
-
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.
-
try to check if the kernels if different have FB_RADEON enabled? or list anything named RADEON from kconfig :)
-
refresh rate: I was thinking some monitors support this in their OSD.
modesetting - ok, I give up then :)

kde 5.11
in Portage Help
Posted
steps to reproduce, error messages, logs ...