Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

nrc

Members
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by nrc

  1. Funtoo doesn't use the eselect news feature anymore. News is normally posted to the web site or the forum. http://www.funtoo.org/News:Emul_Linux_Packages_Deprecation I agree that a better user level HOWTO for this conversion is probably in order. I am not an expert but I'll try to clear few things up. The base architecture of your system is set by your profile, not by the abi_x86_32 USE flag. You can see arch setting in your profile with these commands. epro show eselect profile show You'll probably see arch: x86-64bit which is 64 bit but compatible with 32bit libraries. If you wanted pure 64 bit you would have selected "pure64". Your emerge output shows that you have the app-emulation/emul-linux-x86* packages installed. Those are 32bit libraries that were provided so that you can run programs that require 32bit libraries - Wine and Steam are examples. The app-emulation/emul-linux-x86* packages have been depricated. In order to maintain compatability with the programs you run that require 32bit libraries you need to remove the app-emulation/emul-linux-x86* packages and apply the abi_x86_32 USE flag to build the 32bit libraries that you require.
  2. I've worked in IT for over 25 years - starting with AT&T when SysV init was really SysV init. Now I'm an IT Manager for a non-profit University where we specialize in adult learners. As for whether or not we teach "bullshit" - every person I've hired that has completed a degree after hire has become a better technical professional in the process. That doesn't mean that everyone needs a degree to be a good technical professional, just that most are improved by obtaining one.
  3. Libreoffice is definitely one to go with the binary package if possible. There was something I didn't like about the binary package - the branding, I think - so I installed the full package and it took something over 14 hours on my laptop for that package alone. I probably only update my laptop monthly and then only if there's something worthwhile or important.
  4. /tmp is tmpfs but that sees minimal use. Swap and /var/tmp are on SSD. I don't see a lot of swap use but I don't do a lot of heavy multi-tasking on this unit. I have it tuned for just two threads on builds because the CPU is really the bottleneck here. Yes, there's some concern about wear on the SSD from builds but all my reading suggests the SSD should easily outlive the useful life of this laptop. Just to be clear, when I say it takes "a while" I mean many hours. I didn't really keep track of how long the original builds took but an update of 60 packages just took about 10 hours. This is no big deal for the way I use this laptop.
  5. I run Funtoo on a Dell Latitude 13 with 2G of memory and a 1.3Ghz Celeron. Originally it had a 16G SSD and it was fine but I installed 128G when I had to replace the drive cable. It takes a while to build everything but I mainly use it as an ultra-portable for travel so there's no reason to update it all that often.
  6. Seems like we could use a HOWTO on this. I've had emul-linux-x86-opengl and some other 32 bit libraries installed to support a variety of things including Steam. I deleted the app-emulation packages but when I try setting abi_x86_32 on packages in package.use I get a pile of blocking message which I'm reading to say that it thinks I'm telling it to compile only 32 bit versions.
  7. Installed without issues today. Nothing earthshaking but it's progress. I like alt-tab cycling through the windows as a list. Of course xfce4-mixer still works fine. I'm just wondering what "not maintained" means for the future.
  8. No problem right now. I ask because the release notes for xfce 4.12 say that xfce4-mixer and xfce4-volumed will no longer be maintained because gstreamer1.0 dropped the mixer-interface. I currently use xfce4-mixer to control volume and mute or unmute devices.
  9. Good to see. I'll look forward to it appearing in portage. I hope that as XFCE starts moving to GTK3 they'll avoid client side decorations or any of the other "mobile-like" features. I don't need my desktop to look like a tablet. What's the preferred replacement for xfce-mixer?
  10. Is the driver module showing as loaded in the kernel? You need to make sure that you're building the module for the new kernel version that you're booting to. /sbin/lsmod |grep nvidia
  11. I think the general idea is great. Users sometimes have to spend a lot of time figuring out the right drivers and codecs to load and this will alleviate that. On the other hand, you only have to look at the screen shot thread to see that slim desktops are a common theme in funtoo. Perhaps the base media mix-in could only pull in the mediadevice-base and a new mediaformat-*-essential level of media formats. Alternately, maybe a new slim-desktop flavor could be created.
  12. I've done a --noreplace on kernels that I want to save. emerge --ask --noreplace linux-debian-sources-3.14.15
  13. Yes, I was a little perturbed that the number of packages that got dragged in last update. I was already able to play all the video and audio files that I regularly encounter but the last emerge pulled in something like 50 new packages. That's a bit of a pain for someone who tries to keep things slim. Looking at my selected profiles it shows the media mix-in as auto, presumably from the selected workstation profile, but should it now show some of the mediadevice mix-ins as auto as well?
  14. I like GNOME less and less. Now their edict to dispose of proper window manager chrome in favor of "header bars" is making applications that have worked fine under other desktops (e.g. evince and gthumb) look out of place. There are plenty of image viewers out there but most of the alternative pdf viewers are either based on a non-gtk toolkit or are focused on keyboard navigation with little in the way of GUI. zathura seems to be the best choice and works pretty well once you find the commands for the options you use regularly.
  15. Looks like you're running XFCE based on the USE flags. You have multiple video drivers specified in the VIDEO_CARDS variable and I'm not sure they're all valid. Try reducing it to one of these two (depending on whether you're installing the proprietary ATI drivers). VIDEO_CARDS="radeon" VIDEO_CARDS="fglrx" See here for more: http://www.funtoo.org/index.php?title=Video
  16. Did you go through the process to setup your Xconfig correctly for your display? It would probably be helpful to know what desktop environment you're running as well.
  17. I believe that you're correct. I had no problems mounting my Fedora home directory under Funtoo although I didn't switch back and forth - Funtoo or bust for me. My wariness is more about the possibility that if one version gets too far ahead of the other it might do something the older version wouldn't deal with gracefully. Even this seems unlikely if the configuration isn't changing.
  18. There's no reason why you can't. You just need to make sure that you configure your userids and groupids the same so that ownership is the same in both systems. It may get a little tricky if your home file system is in a logical volume. In that case you would probably need to make sure your LVM versions align pretty closely. No problems there that I'm aware of but it would be prudent.
  19. Thanks, digifuzzy. I'll just add that if anyone considers this thread to be a flamewar they must be a sensitive soul indeed.
  20. There are plenty of distros that support systemd. I believe that it's important that someone is doing the work to make a Linux distro that works without systemd. The developers are tackling a complicated problem with upstream projects that are not always supportive (one might even say they're hostile) to their goal. Unless the goal is to attract more users for the sake of having more users it makes no sense to compromise that effort by splitting the userbase and the development effort between installs with and without systemd.
  21. It's not a binary distro, but there's work underway to give Funtoo users an alternative to the traditional rolling release that would be more stable. http://forums.funtoo.org/index.php?/topic/105-making-funtoo-more-fun/ The problem with a full binary release is that then you have to maintain an installer and a whole array of binary packages. Maybe a happy medium would be a "Funtoo Live" release that would install a larger core set of packages. That, combined with what the team is currently cooking up might give many of the benefits of a binary release while remaining Funtoo.
  22. nrc

    Perl 5.18

    My last update pulled in an update to perl 5.20.1-r1 but it didn't generate any conflicts. perl-cleaner reports all is good.
  23. Yes, corporate funding and organization have enabled systemd to get where it is. But did the corporate entities drive that for their own benefit or are they simply supporting wrong-headed people with bad ideas? I tend to believe the latter but I certainly wouldn't argue strongly against the former.
×
×
  • Create New...