Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Philipp Ludwig

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Philipp Ludwig

  1. My laptop is running an encrypted funtoo installation, which prompts me for the password of the root volume during boot. This works nice, but since I'm lazy I'd like to read the key from an USB drive.

    Using the commandline parameter root_key=keyfile.bin this works fine if I boot my custom kernel, where support for FAT fileystems is built into the kernel (not as a module).

    However, using the debian kernel this does not work, since the initramfs cannot mount the device - I guess because of missing support for the FAT fileysystem. I tried adding fat and vfat to /usr/share/genkernel/defaults in the line MODULES_FS, but without any luck.

    Is this even possible or do I need to use something like ext4 on the USB drive?

  2. I'll just add my 2 cents, since I've been using funtoo for some years now, and gentoo for some more.

    On 23.10.2017 at 7:15 PM, jebel.krong said:
    • Once you have a working desktop, do you spend much time adding new applications to @world ? Or do you have a set workflow that works for you and don't tend to add/remove many things?

    After the main installation, I install all applications which I can think of at the moment and add more as I use the system. During this "phase", I have to deal with USE flags a lot more that I like.

    On 23.10.2017 at 7:15 PM, jebel.krong said:
    • Do you reinstall often?

    On my desktop system, which is my main machine for experimenting/trying out stuff I reinstall every few months, since I a) like to test out other linux distributions to see what they offer and b) to match the current installations process with the installation guide in the wiki (and to update the guide, if needed). On my laptop, I need a stable system for working - like drobbins - so I have only installed funtoo there once.

    On 23.10.2017 at 7:15 PM, jebel.krong said:
    • Do most people stick with debian-sources kernel? If so, do you feel you miss out on certain kernel features? If, not, why do you use a different kernel?

    The debian-sources kernel works fine for the most part, however it doesn't support the keyboard of my Laptop (a Surface Pro 4), which is why I'm using the gentoo-sources kernel there. Also, on my desktop I sometimes experiment with kernels like pf-sources to see if I can get better performance in games, but that never happens ;) kernel optimization is a really time-consuming process.

  3. When you say "trouble", what do you mean? From your post I guess that a few days ago you could print, but not anymore.

    This might be caused by an update; run

    qlop -l

    to see what packages have been emerged in the last days.

    Also, for the recommended driver for your printer, check: https://wiki.linuxfoundation.org/openprinting/start

    Lastly, make sure that you are in the "lp" and "lp-admin" groups. That's all the general advice I can offer, since I don't own this printer myself.

  4. The problem with the official realktek driver is that they rely on (non-free) firmware sometime. Because of this there are packages like sys-kernel/linux-firmware (which you might need) and all the stuff in sys-firmware/* .

     

    Regarding genkernel, I never had luck with that, it always just worked "kinda". Therefore I switchted to just compiling the whole thing manually, i.e.
     

    cd /usr/src/linux
    make menuconfig
    make 
    make install
    make modules_install
    (... insert steps for building the ramdisk if you need it)
    

    To be honest,  even after a few years of compiling kernels, I still have trouble configuring it on a new machine on my own and sometimes end up with a black X or similar. Therefore I always recommend to try out the debian-kernel package, which is kindly provided by funtoo and works just fine.

  5. I actually had the same problem, but could not solve it. Poking around in the gdm mailing list it seems that this is the intended behaviour since some newer version.

    As a workaround I suggest switching to another display manager, e. g. lightdm or sddm.

  6. Hi delgado,

     

    could you tell use which video card you are using?

    Usually this is a problem with older nvidia cards, as the driver does not support the so-called "RandR" extension of the X-Server, which manages multiple screens. In this case, an easy fix is to enable the useflag "xinerama" and to do a world update.

     

    However, it may also be a misconfiguration in your xorg.conf, since it is possible to create "one big screen" on the base of two monitors.

    To provide further assistance it would be helpful if we could know how you start your X session (e. g. startx/gdm/lightdm) and if you are using a custom xorg.conf.

     

    Welcome to the funtoo community!

  7. Hello everyone,

     

    I'm facing the problem that the package "dev-python/imaging" does not install the header files "Imaging.h" and "ImPlatform.h", which are required to merge "media-gfx/uniconvertor", which itself is a dependency of the vector-drawing program inkscape.

     

    During compile time, the header files are located in:

    /var/tmp/portage/dev-python/imaging-2.6.1-r1000/work/Pillow-2.6.1/libImaging/
    

    They should be copied to /usr/include/python2.7, but this is not the case which causes the compile process of uniconvertor to fail.

    I tried to modify the imaging ebuild, but I am not very familiar with this.

     

    If anyone has any suggestions regarding this issue, I would be very happy to read them.

  8. Not sure if this helps, but I am using x11-drivers/xf86-video-intel-2.99.916 and x11-base/xorg-server-1.16.1 with no issues; 3 parallel emerges with thunderbird and firefox open work without any stuttering/freezing and the machine does only have 4 GB of RAM.

    I am using the debian-sources kernel package, maybe this is related somehow?

×
×
  • Create New...