-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Forums
Blogs
Everything posted by palica
-
steps to reproduce, error messages, logs ...
-
Anonymous usage reports for funtoo kits usage
palica replied to palica's topic in General Discussion
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: 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.
-
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. :)
-
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
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) -
you have to download also the files directory as the ebuild is using the files from there :) as the error message states.
-
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
-
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
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 -
update update error app-text/poppler-9999::gnome-kit
palica replied to johnnygarb's question in Portage Help
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). -
Anonymous usage reports for funtoo kits usage
palica replied to palica's topic in General Discussion
OK, cool. ego kit list shows all sorts of information. maybe you can just call ego kit for the information about kits. -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
hard to debug without logs :) -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
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: -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
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> -
update update error app-text/poppler-9999::gnome-kit
palica replied to johnnygarb's question in Portage Help
not ideal fix, but will solve the situation for now. -
CPU Soft Lockups of custom kernel and ZFS?
palica replied to NikosAlexandris's question in Desktop Help
still true with kernel 4.14 and zfs 0.75?- 3 replies
-
- cpu
- soft lockups
-
(and 4 more)
Tagged with:
-
update update error app-text/poppler-9999::gnome-kit
palica replied to johnnygarb's question in Portage Help
also please read here and give us at least steps to reproduce, please. -
update update error app-text/poppler-9999::gnome-kit
palica replied to johnnygarb's question in Portage Help
paste your ego kit ego profile please -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
there is also debian-sources-lts can you upload diff between kconfig-4.8.15 and kconfig-4.14.x -
Local overlay with Portage-kits and fixed branch in master
palica replied to AdiosKid's question in Portage Help
@Otakku, can you please explain once more what are you trying to do and what doesn't work? Maybe with code examples? Thanks -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
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. -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
try to check if the kernels if different have FB_RADEON enabled? or list anything named RADEON from kconfig :) -
TTY (console) colour changed after OpenRC start
palica replied to digifuzzy's question in General Help
refresh rate: I was thinking some monitors support this in their OSD. modesetting - ok, I give up then :)
