2021-06-13

<midfavila> soon, zr. i need to get this alsa config to stick

2021-06-12

<testuser[m]1> like xkeyboard-config, you can just remove libX11 and xkbcomp from depends without doing --without-x11 in the build file

2021-06-11

<midfavila-laptop> i love it when I have a valid X config and it doesn't do what it should

2021-06-10

<chaffity> testuser[m]1 thanks to you pointing out my missing "CONFIG_USER_NS=Y" I now have DRM content streaming in Firefox... KISS can now be my absolute main driver for work and personal use \ (*o*) /
<testuser[m]1> CONFIG_USER_NS=Y
<testuser[m]1> maybe it's an issue in your kernel config ?

2021-06-09

<midfavila> it's why I have xosview in my FVWM config

2021-06-08

<illiliti> in-kernel CONFIG_UEVENT_HELPER can be used to do that if you don't have device manager
<acheam> I might make a config file that makes the keybindings more traditional

2021-06-07

<acheam> pkg-config is implicit
<acheam> pkg-config is implicit

2021-06-05

<sad_plan> hm. iirc, you have to add these configs for xorg. would something like this suffice?

2021-06-04

<sad_plan> yeah, I was wondering if the kernel might be at fault. figured id try to go back to an earlier build, but gotta build it first with my new config :p

2021-06-03

<sad_plan> dante_boi: yeah, it was appearantly that my kernel config got reset at some point, so it was all wrong. so no wonder it didnt boot :')
<sad_plan> the kernel config seems to be the issue here. waiting for kernel to build now, and we shall see.
<sad_plan> you know what? my config also seems to have been reset. no wonder it wont boot, I dont have the neccessary drivers compiled either. gimme a few minutes and Ill have the new kernel back as its supose to be.

2021-06-02

<illiliti> but i forget how that CONFIG_* is named
<sad_plan> i did compile root=PARTUUID=<partuuid> into the kernel, along with the other configs specified at gentoo wiki. so that should in theory be fine, however, it still cant mount root for whatever reason. i also know the bootentry works, seeing as I can get it to boot, albeit it does panic..
<ang> no need to add a boot entry then, but you have to use CONFIG_CMDLINE to set the root device and other options
<dante> Maybe is the kernel config or fstab
<sad_plan> hm, yeah. im currently fetching the latest kernel, so gonna go over the configs to see if I cant get efistub to work, and Ill ditch grub altogether. but Ill keep that stuff in mind :D
<sad_plan> not unless you boot several OS', which I currently dont anyway. but yeah. Ill look into it. I know Ive already got efistub compiled into kernel and stuff. atleast one config iirc

2021-05-31

<noocsharp> does anyone know is there's a tool that will show you how many lines of code will be included for a given kernel config?
<soliwilos> claudia: I've so far kept my hikari config close to the default, only changed input layout and added some actions.
<claudia> soliwilos: Have you changed keybindings in hikari? Mind sharing your config?
<claudia> testuser[m]_: your config also crashed when I start the 2nd time.
<testuser[m]_> hmm here it acts super weird if i change HOME and let it create a new config fil
<claudia> testuser[m]_: Do you use lagrange in a wayland session? On my end it does start with a fresh config, but after the second start it does crash so hard, that it crashes the compositor and I have to delete the *fresh* config.
<beans> sorry, that .config is incorrect, let me resend
<beans> .config file: https://pastebin.com/16ccRYm9
<beans> hello, im just playing with setting up a kiss system, and while building the kernel i have encountered issues related to the use of non-posix flags in the kernel build scripts. in the kiss wiki it says to disable the config flag CONFIG_IKHEADERS, which i do, but upon running make, it prints that it is overriding that config, causing the build to fail in the middle of a script. is there a

2021-05-29

<testuser[m]_> cc drm.c $(pkg-config --libs --cflags libdrm)

2021-05-27

<midfavila> did you make sure to specify root=/dev/sdx in your config, and also in /etc/fstab? and that the rootfs' driver is compiled into the kernel?
<nootnoot> it is recognizing my kernel executable, so my syslinux config is correct.

2021-05-26

<honeyedbee> What'm I doing wrong? Everytime I run make on my kernel config it throws an error about objtool...