<riteo>
perhaps it's just a config flag away or it automatically switched to pipewire for this
2024-11-22
<riteo>
you might need to do the pipewire dbus config change I had to do because it saw only dummy devices with it
<phinxy>
usb input devices doesnt work at all. must be something in the kernel config
2024-11-21
<phinxy>
setting seatd loglevel to silent fixed it. EGL fails to initialize. Hmm i915 kernel module is builtin to kernel. mesa has crocus gallium driver, everything looks fine in mesa config output. chipset: HD4000 (Ivy Bridge).
2024-11-20
<ukky>
asimovc: check CONFIG_EFIVAR_FS in kernel config
<phinxy>
has anyone migrated over from one kisslinux machine to another, was there any hiccups moving configs over?
<ukky>
asimovc: Are you using Wayland? You have this in your config: --enable-default-toolkit=cairo-gtk3-wayland-only
<asimovc>
I think firefox in kiss-xorg is the same configs but just xorg enabled
2024-11-18
<midfavila>
dual CF cards totalling 64GB in a master-slave config on the IDE interface, plus extra batteries in the expansion bays and stuff
2024-11-17
<sad_plan>
I like the idea of building from the most minimal you can. only to add the fewest pieces possible, to have a complete system. I find it easier to start with zero, and work you way upwards with the smallest configs possible. when building, itll usually in some way or another tell you if youre missing something detrimental. openbsd doesnt really follow this idea, and I suppose thats fine :p
2024-11-09
<midfavila>
usually i fiddle with incremental when i'm trying to work out a proper config and solve build issues
2024-11-05
<yeloxp>
i think my kernel config is somehow broken since i get the same errors when booting without the initramfs
<yeloxp>
i mean i have mdev in the tinyramfs' config
<yeloxp>
root="b56f2ff2-3d99-46f5-b40d-5109c0dd840d" root_type=ext4 hooks="mdev" hostonly=yes this is my tinyramfs config
<yeloxp>
i have the root partition uuid in the config also
<yeloxp>
yeah i have root_type=ext4 in tinyramfs config file
<riteo>
so I'm indeed sure that's a boot config thing
<yeloxp>
will also add that the same kernel config worked without issues on crux gentoo and smgl
2024-09-17
<fultilt>
sad_plan: I assume you meant 3.5kloc for u-config?
<riteo>
I'm wondering if the author is just a source-based-distro user or if they're like against pkg-config as a concept
<sad_plan>
u-config is just shy of 3500k loc, whereas pkgconf is just shy of 44k
<sad_plan>
pkgconf is a smaller alternative to pkg-config. pkg-config seems to be the standard format afaik. u-config is just a simpler implementation, with less of the features
<riteo>
> support existing pkg-config based builds, not make more of them
<sad_plan>
riteo: very good. recently tossed pkgconf in the gargbage, and switched it out with u-config. rughly half the size :D
2024-09-12
<vouivre>
if somebody has the same problem, after a lot of compilation I found that enabling "CONFIG_X86_X2APIC" solved the problem
2024-09-03
<midfavila>
hostapd works fine, super easy, short key-value config file
2024-08-16
<sad_plan>
well would you look at that. my config for luakit had some issues appearantly. finally luakit works again :D
2024-08-15
<sad_plan>
using a usb to figure it out is somewhat easy. you can copy the config, and do make localyesconfig, which should mark all loaded configs to yes, and ignore those not loaded. its the easier way to get a working system. check the wiki for some kiss specific configs to enable/disable
<vouivre>
I had to enable "Kunit - Enable support for unit tests" in order to build CONFIG_DRM_XE in the kernel, and not only as a module
<vouivre>
Maybe one problem: one driver can only be compiled as a module. It's CONFIG_DRM_XE if I remember right.
2024-08-13
<vouivre>
In my kernel I have CONFIG_FB, FRAMEBUFFER_CONSOLE, FB_EFI
2024-07-27
<SkyrixFr>
Hey anyone tried installing kiss linux on a thinkpad e14 gen 2 or a similar model, i'm having some problems having the Framebuffer to work despite activating CONFIG_FB, FRAMEBUFFER_CONSOLE, FB_EFI :/
2024-07-19
<avs_origami>
Lactose: I'm not sure which ones you actually need, that's just what worked for me. I think specifically CONFIG_FRAMEBUFFER_CONSOLE is the one that I was missing. If it doesn't work maybe fire up an Arch live iso and look at dmesg
<sewn>
asimovc: most likely lack of thermal drivers and fan control in the linux config
2024-05-14
<Doomking>
now i'm confused... using my older linux kernel config on the newer linux kernel with 'make oldconfig' works but when i attempt to do it from scratch it causes a blank screen at boot...
2024-05-13
<Doomking>
tried linux kernel 6.8.9 but it just gives me a blank screen despite doing the normal config setup
2024-05-04
<sad_plan>
oh, wait, I think I know the issue. I recently disabled couple configs in the kernel. its probably the culprit
2024-05-03
<sad_plan>
if it has qmk, you can also configure it through the browser aswell iirc, so even if it came without any config, shouldnt be too hard to get it up and running
<sad_plan>
should have a default config that works. so a 40% should work just fine
2024-04-28
<sad_plan>
Doomking: not suprised, as tinyconfig seems to prefer xz and -Os, whereas allnoconfig uses gzip andb-O2. i diffed the configs, and the difference isnt that many. if you wanna talk numbers, its 285 vs 290 enabled configs
2024-04-07
<daggerfella>
hi. my linux kernel refuses to boot. (stuck in Loading Linux-version) | installing from a live void usb, guide I followed for kiss installation: https://comfy.guide/client/kisslinux/ video I used for kernel compilation (was recommended a lot in the subreddit): https://youtu.be/kZYcfT0WcCo .config: https://0x0.st/XiL2.txt | I enabled framebuffer and framebuffer efi support
2024-04-03
<L0Wigh>
sewn: yep or just freeze. I guess it doesn't really freeze, It might be just a kernel issue. I just compiled the default config with kiss specifications. I probably need to add tty options
2024-03-28
<sewn>
your kernel config is bad
2024-03-23
<asimovsh>
kirsty: add the option CONFIG_FRAMEBUFFER_CONSOLE
2024-03-17
<asimovsh>
someone here have a pipewire config?
<asimovsh>
just a sway config
<sad_plan>
and this CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
<sad_plan>
asimovsh: try this CONFIG_MOUSE_PS2_SYNAPTICS=y
<asimovsh>
i activated some configs that i used in gentoo
2024-03-10
<riteo>
There's even a configuration for our exact usecase! Putting it into $XDG_CONFIG_DIR/pipewire/wireplumber.conf.d/profiles.conf (can be any filename) fixes the issue! :DDDDDD
2024-03-08
<riteo>
ok while testing I had set up a broken user config, 0.3.85+0.4.15-1 definitely works
2024-03-07
<ehawkvu>
If you have the custom config, I'd keep it
<Denshi>
I wonder if removing the grub config generates new behavior
<Denshi>
idk what the build config for it normally looks like
<sewn>
whats the grub config look like?
<ehawkvu>
Denshi: any other info ? bios / uefi ? what sewn said, did you forget to generate the config?
2024-02-25
<cdecompilador>
doing all the configs on the .config file directly to compile the kernel is very error prone and didn't led me anywhere
2024-01-30
<wannabekissuser>
Hello, 'ts me again. GKISS maintainer helped me a lot with managing to boot the system, turns out I didn't have CONFIG_FB_EFI enabled in kernel config. Now the problem is nvidia, can't seem to make it work. I installed nvidia from gkiss repository, used depmod, modprobe'd the module, but couldn't start X. Also it seems like when I reboot I have to reinstall nvidia and do the stuff
2024-01-21
<wannabekissuser>
have advice on how to install this kind of configuration, meaning xorg + nvidia (with gkiss of course). In what order the repos should be placed? A person on reddit suggested that I also provide nvidia building log and kernel config, but I no longer have that exact "installation" on my machine (started anew), though I can replicate this error of
<wannabekissuser>
course but I hoped I could avoid the hassle. Also my kernel config is mostly default, I remember checking (and enabling if disabled) settings for NVMe, ext4 and EFI support, I think that's all. If it is still necessary to provide it I would, just tell me where to upload it, not really sure.
2024-01-19
<thikkl>
I'll grep in .config for it
2024-01-18
<sad_plan>
only copy what you need, and point the EXTRA_FIRMWARE to those files in the .config
<sewn>
sure, but you need to specify the firmware in config too
<sad_plan>
and with that command, aswell as a kernel config from i.e. arch or w/e, you can have a premade kernel config which should boot in a matter of seconds. with the exception of you having to enable any extra firmware if needed
<sewn>
i have CONFIG_FB_MODE_HELPERS unset though, each machine needs its own configuration probably
<sewn>
CONFIG_DRM_KMS_HELPER ?
<sewn>
do you have CONFIG_SYSFB_SIMPLEFB btw
<sewn>
try CONFIG_FB_SIMPLE
<thikkl>
What does localyesconfig do? I thought it just changed all the modules in your current config to builtin
<sad_plan>
thikkl: you have to enable some framebuffer. as I said, try another. perhaps EFI_FB. read the describtions. you can also boot into arch, and do make localyesconfig, and see what configs pop up
2024-01-17
<sad_plan>
CONFIG_VESA_FB
2024-01-16
<sad_plan>
iirc, it basically boils down to enabling CONFIG_EFISTUB in kernel config. and then just copy the bzImage to /boot but with a .efi extension. so that your uefi can recognize it. youd have to add it manually inside your uefi settings though
2024-01-15
<sad_plan>
but yes, just using an already existing kernel config like he shows in the video, is way faster than trying to figure out whats needed and not by just shuffling through the menuconfig tbh
<synima>
Just add a patch in the build config I'd guess, and wait for someone to build it
2024-01-06
<synima>
Hello<3 currently stuck on "Loading Linux 6.1.71" and I'm making a sorta educated guess and saying its because I saw that the tinyramfs.IMG file I made wasnt referenced in the grub config at all
<synima>
Is it even possible to have two partitions in the tinyramfs config?
2023-12-23
<fluntpwn>
sorry i had to go, gonna try compiling again now with a different config
2023-12-16
<sad_plan>
isnt CONFIG_FB needed for the other framebuffers? I though CONFIG_FB would sortof default on
<darkk99>
# CONFIG_CRYPTO_OFB is not set
<darkk99>
# CONFIG_CRYPTO_CFB is not set
<darkk99>
# CONFIG_FB is not set
<darkk99>
# CONFIG_DRM_FBDEV_EMULATION is not set
<darkk99>
CONFIG_SYSFB_SIMPLEFB=y
<darkk99>
CONFIG_SYSFB=y
<darkk99>
# CONFIG_NET_SCH_SFB is not set
<darkk99>
i'm on GKISS and when i try to boot, it just freezes with the "Loading kernel 6.6.7" message, `grep FB .config` outputs "
2023-12-06
<Guest56>
nconfig also doesnt work but config does so its an ncurses error
2023-11-20
<synima>
That have the config files in the build directory
<ukky>
synimas: no idea, I always run it with config
<synimas>
What was the issue? Does dhcpcd not do anything without a config?
<synimas>
Or can you make the config make wifi priority over eth
<synimas>
The eth0 config should work for wifi as well after changing the interface?
2023-11-08
<asimovsh>
i don't remember the correct config for this
2023-11-06
<sad_plan>
aswell as CONFIG_MOUSE_PS2_SYNAPTIC_SMBUS
<sad_plan>
asimovsh: try to enable CONFIG_MOUSE_PS2_SYNAPTICS for your trackpad. its what I use
<asimovsh>
hey someone have a guide or a .config for activing touchspad in kernel?
2023-11-05
<asimovsh>
i used the original sway config and foot config
2023-11-04
<illiliti>
shame that these probes do not have kernel config attached
<illiliti>
check config_fb_vesa too
<illiliti>
config_fb_simple? config_fb_efi?
<illiliti>
config_fb enabled? asking just in case
<Guest59>
i saw CONFIG_DRM_SIMPLEDRM and enabled that
2023-11-01
<ehawkvu>
If you are using a live usb, you can get a decent, (not perfect) config by running 'make localyesconfig'
<ehawkvu>
geekofthewild: Yes, you will need to provide your own kernel config
<GeekoftheWild>
@sewn it does not appear that @ehawkvu 's linux-lts package has any kernel parameters enabled by default. when i go into /path/linux-lts/files and look at the one name "config", it is empty. should i just add filesystems to this file? thanks
2023-10-29
<sewn>
and kiss doesn't like bundled packages (except compose-tables and xkeyboard-config)
2023-10-17
<sewn>
in CONFIG_EXTRA_FIRMWARE you can specify firmware seperated with spaces, for me i do CONFIG_EXTRA_FIRMWARE="intel-ucode/06-b7-01 iwlwifi-so-a0-hr-b0-74.ucode"
<sewn>
firmware is baked in with a manual config key that you have to specify firmware in
2023-10-02
<mitigate>
i've set CONFIG_X86_VERBOSE_BOOTUP and CONFIG_EARLY_PRINTK but i dont get even 10% of the messages on boot which i used to get say a decade or so ago
2023-09-28
<GeekoftheWild>
I thought I sent this yesterday but I can't see it in the logs so it must not have gone through: illiliti, I have config_fb, config_efi and config_fb_efi all enabled in the kernel but I still get the "loading Linux" error. Any ideas? Thanks
<illiliti>
make defconfig could be not enough, but yeah, that's how you do it more or less. just make sure that tinyramfs's config is set up
<illiliti>
you'll need to prepare a config first and then you do: tinyramfs /path/to/where/to/output/initramfs
2023-09-26
<Doomking>
illiltiti: Geek would also need to have EFI enable as well before CONFIG_FB_EFI can be enable
<illiliti>
also don't edit config by hand because this way dependencies are not taken into the account
<illiliti>
did you enable CONFIG_FB first?
<GeekoftheWild>
thank you illiliti, but have you got any idea on how I would be able to enable CONFIG_FB_EFI in my kernel? that seems to be what would solve it, but the option is not there in menuconfig and after manually putting it in my .config and running make, it is not longer there
2023-09-20
<asimovsh>
or a special config
<sad_plan>
ok, that means its not global, so it must be something assosiated with your user. some config file or w/e. any scrpts you usually use?
<sad_plan>
what about any configs in /etc/rc.d? those are boot hooks that you can appply pre/post-boot etc..
<asimovsh>
Sway config
<asimovsh>
My SWAT config
<asimovsh>
Is just export configs and some sway conditions to creat XDG_RUNTIME and auto start sway
2023-09-19
<asimovsh>
I don't know why but my kernel don't have the CONFIG_HOTPLUG option
<realkmf>
you need to enable CONFIG_USER_NM in your .config, in make menuconfig it's under General Setup -> namespace support
<realkmf>
asimovsh: you need to enable CONFIG_USER_NM in your .config, in make menuconfig it's under General Setup -> namespace support
2023-09-14
<sad_plan>
kiss wont take care of your config file. only /bin/sx, and its permissions
2023-09-12
<sad_plan>
so you can use that, but just running sx wont do anything, because it looks for .config/sx/sxrc if youve not set XDG_CONFIG_HOME to someting else
<Doomking>
and i copied a person’s sxrc config with the “while true; do …” not sure if that’ll work
2023-09-10
<Doomking>
It's not the best way, but at least it'll get your machine up and running, later you can further customize your kernel config afterwards
<Doomking>
The best thing that you could do if you want Artix kernel is grab their kernel .config and use that to build your own kernel
<emmatebibyte>
no, it was inside the default grub config for loading my kernel is what i mean
<emmatebibyte>
its disabled in my kernel config
2023-09-09
<Doomking>
Worst case, I'll just copy a .config from a distro and use it to build my kernel
2023-09-06
<Kirsty>
for tinyramfs, all i need to do is point it to my config file and kernel, and then set where the initramfs source is IN the kernel right? am i missing anything before i do that?
2023-08-21
<illiliti>
it should be added to the beginning of the config. i forgot about this nuance, my bad
2023-08-20
<illiliti>
but it wouldn't be minimal because those configs are too generic and include all shit.
<illiliti>
you can steal config from some well-known distro. as you already mentioned arch is a good option
<ERROR_404_NULL>
Is there a default minimal kernel config that I could use?
<ERROR_404_NULL>
I think I'm just gonna copy the Arch config and search for the keyboard and mouse configs
2023-08-06
<illiliti>
also isn't ./configure script smart enough to make all these pkg-config checks without assistance?
2023-07-29
<mako2>
my CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd_fam19h.bin" which is my cpu
<sewn>
but not the literal glob, echo it and then put it into CONFIG_EXTRA_FIRMWARE
<sewn>
for me its Sienna Cichlid, and i just use glob and add it to CONFIG_EXTRA_FIRMWARE: amdgpu/siennacichlid*.bin
<sewn>
well you can put the firmware anywhere, you just have to set it in CONFIG_EXTRA_FIRMWARE_DIR
<mako2>
i think im starting to get why some .configs on other distros work, like i see a lot of options enabled amd or nvidia
<mako2>
so there should be no =m value in the .config since im just booting without initramfs right?
<mako2>
i already enabled amd gpu in the graphics settings in the kernel .config file
2023-07-28
<mako2>
i downloaded another kernel then compiled it without touching .config
<sewn>
CONFIG_FB is not set
<mako2>
can someone take a look at my .config for the linux-6.4.6 kernel
2023-07-27
<mako2>
some people can even boot it up without touching the .config file
2023-07-26
<mako2>
idk, i want the bg to change from the config file
<mako2>
i did reload my config
<sewn>
you have to reload sway config dont forget htat
<mako2>
i cant change the background in sway config
2023-07-25
<xdream8[m]>
nope it does not have any config options for these
<testuser[m]>
check if toybox has config options to enable these
<depressed_pigeon>
Enable what you want/need. Nevermind the rest. Gives you a more lean config
<xdream8[m]>
i will try it. it seems first i need a config like busybox
2023-07-24
<rottatorg>
doesn't seem to be the same problem there and i couldn't find anything in the earlier logs. i tried messing with the framebuffer configs a bit but it hasnt helped
<rottatorg>
i can post kernel config if there isn't something more obvious that could cause this
<rory50>
OK my config input mousedev isn't set in kernel
<depressed_pigeon>
For keyboard, it seems I only have CONFIG_INPUT_KEYBOARD and CONFIG_KEYBOARD_ATKBD. Nut sure what the last one is, as im on my phone atm
2023-07-15
<sad_plan>
it seems that I should be able to view it, but it requires CONFIG_PROC_PAGE_MONITOR to be enabled in kernel. which ive not enabled. /proc/pid/smaps should as far as I can tell from the manpage show usage.
2023-07-14
<sujo>
once you know what it is, the gentoo wiki usually has through kernel config
<petrifiedoak>
Hello, im having wifi problems on my thinkpad X230. I have all the firmware set in .config but it doesnt seem to get loaded. ip a shows wlan interface.
2023-07-12
<xdream8[m]>
grep "=m" .config
<sad_plan>
sujo: I think you can grep =m in the .config file. which would easily check if youve set anything to module
<xdream8[m]>
sujo: you can do `cat .config | grep "=m"`
<xdream8[m]>
i had built my kernel config with make allnoconfig in the past. it was totally a torture but it was worth it and i still use it
<xdream8[m]>
you may also need CONFIG_DRM_SIMPLEDRM.
<xdream8[m]>
check if you have enabled CONFIG_FB
2023-07-08
<xdream8[m]>
everytime you make a change to your shell profile or config make sure to source it.
<xdream8[m]>
your config is your shell config file.
<username36>
im tierd of exporting echoing parts, i want to see exactly config file
<username14>
is there .config file for kiss where can see this exported flags
2023-06-25
<feenix>
having trouble with a package im porting myself. its a really simple one. just a single Makefile. readme says make and make config. the problem is kiss allows it to directly install its files to system /usr/bin while its building. rather than to .cache/kiss/proc. doesn't come with a configure file either.
2023-06-09
<illiliti>
by removing muon_static option, we tell muon/libpkgconf to use default pkg config path while keeping static build
<illiliti>
because it breaks discovery of packages that have pkg config file installed
2023-06-05
<dilyn>
setting hostonly in config results in success. Will investigate why soon enough
<dilyn>
I think the way would just be a zfs.init.late that checks if a var is set in config and mounts datasets - trivial with a zfs mount -a BUT if you're doing a dual boot off a single pool and have datasets setup like I do you'd need to set a different passphrase on the root datasets so that you don't get a collision -- because rpool/kiss was made after
<illiliti>
specify it in config
<dilyn>
I think I'm JUST screwing up the config tbh
<dilyn>
I'll test later today with an updated config, seems like it should work then. thank you so much <3
<iceman[m]>
binaries in the filesystem and correct permissions for `/etc` config files
2023-05-07
<ruivlea>
i don't know, i use config from my lts then make menuconfig on newer kernel. that issue not exist in lts.
<sad_plan>
and its not config related?
2023-05-04
<Guest46>
I copied my .config from the new one to the old one. my kernel went from 5.3 MB to 5.1 without changing anything.
2023-05-03
<shokara>
(or grep for CONFIG_JS)
2023-04-28
<sad_plan>
but sure, reinstalling kiss is a breeze initially once you have the kernel config ready
2023-04-27
<Gremlin8483>
pretty much config for everything pacakge related is stored in shell .profile? simple and genius
2023-04-15
<sad_plan>
I messed up the sxhkd config, which instead used the old script, which broke the borders
<midfavila>
what if you lose power and/or a config error happens and/or a disaster occurs, etc
2023-03-29
<aelspire>
as programmer I'm in favour or using sane libraries instead of adding scripting language to config
<aelspire>
and other view is allow user to pipe current file into user specified command, but it would require writting some config
<midfavila>
why would you need configs?
<aelspire>
vs. spawn shell and run user provided command here, oh and you need to write your config files
2023-03-28
<midfavila>
and configs aren't quite ported yet
2023-03-22
<phoebos>
did you do the git config gpg.ssh.allowedSignersFile .allowed_signers
2023-03-09
<rohan>
i used the default config for foot
<sad_plan>
nothing about your config that would cause it? can you replicate it with same config on say gentoo?
2023-03-05
<sewn>
look at dmesg and config again
<rohan>
yeah but is the same config i used
<sewn>
kernel config issue it seems
<rohan>
still the same config when i used kiss months ago
2023-02-25
<sad_plan>
ah. I have no clue. I havent really needed to mess with much config files in X at all. things have luckily mostly worked for me :p
<sad_plan>
you also dont need libinput etc, or xkeyboard-config and so on. which I find really nice
2023-02-24
<illiliti>
> so to avoid mess its using config files for any configuration and scripts are immutable
<testuser[m]123>
so to avoid mess its using config files for any configuration and scripts are immutable (symlinked from /usr/share)
2023-02-20
<midfavila>
"buh mid you don't understand chatgpt3 can write configs for apache that i only still have to read in their entirety and modify a good portion of in order to get it to work and it can do it all using nothing but a natural language prompt!!!"
2023-02-16
<midfavila>
oh i have a repo on my gitea to store some of my configs and i install them using kiss
<tprepper>
wasn't sure if the Gentoo kernel config I found for my ThinkPad model would work on 6.1.8
<windy-aftermath>
so is there a convenient way to get notified when a new Linux kernel releases? I would imagine I need to setup the config file only once, so the build process for updates will just be downloading and building the new source using the old config?
2023-01-27
<tprepper>
maybe I'm configuring it wrong? I just edit the .config file...
<testuser[m]>
CONFIG_FB_EFI *
<testuser[m]>
is CONFIG_EFI_FB enabled
2023-01-22
<sad_plan>
do that. oh, you can also still use runit. just make a custom busybox config which only enables the service manager. hell, you can enable the init aswell, and use something else for the rest of coreutils etc..
<sewn>
I'll look into it after perfecting my kernel config
2023-01-17
<illiliti>
or CONFIG_NETFILTER=n
<illiliti>
i wanna try it and CONFIG_TTY=n
<illiliti>
i mean CONFIG_VT=n
2023-01-16
<wael_>
just look at ubuntu kernel .config
2023-01-15
<wael_>
CONFIG_CMDLINE
<Guest38>
how do i set it in my .config
<wael_>
either via kernel .config or via your bootloader
2023-01-14
<soliwilos>
wael_: I'd probably just try to re-create the config from scratch.
<wael_>
i dont think it even gets all of the configs
<wael_>
did I seriously lose my server kernel config
<testuser[m]>
I still haven't been able to figure out kernel ipv6 config for server. I enabled all ipv6 related stuff but dhdpcd just doesn't get an ipv6 address
<wael_>
the diff from config and config-uid is fucking 2000 lines long
<sad_plan>
create one config with things that does not need suid, then create a new one, which enabled things that do need setuid
<wael_>
how am i supposed to make a .config and .config-suid like kiss build
<sad_plan>
I could however create a new config for it, to fix my other.. issues
<sad_plan>
not even xkeyboard-config
<wael_>
i dont think it sets permissions and groups on files like mdevd does in the mdev like a boss config
2023-01-13
<Ogromny>
@sad_beauty what's your oasis config ? Like if you can get everything from nix/pkgsrc why not just install the most minimalist oasis possible (with the strict bare minimum) and get everything with nix/pkgsrc
<soliwilos>
You can also edit the wallpaper in the config and reload (not restart) to change it.
<soliwilos>
hikari has wallpaper support built-in, set it it's config file.
2022-12-23
<aelspire>
config.
<illiliti>
generic config != generic package
<dilynm>
I mean hell I could devise a generic config that could work for 80% of systems
<dilynm>
I mean it would really be as easy as putting something like CONFIG_NVME=1\nCONFIG_EXT4=1 into some file, setting a variable to point at that file, running the build, and then them running whatever they would otherwise have to run
<dilynm>
You just have a variable that allows adding a generic config that overrides default values
<illiliti>
generic kernel is a kernel that just work, right? if i need to make some changes to config, it is not generic
<dilynm>
For instance they could use a config that enables all of the things they need to be built-in
2022-12-22
<asdfhjkl>
dilynm - one more thing, about initramfs, i know i know ... but i'm thinking about not only trying to provide the most easily sources available, but it'd be nice to have a kernel option available that just supported tons of hardware out of the box, any recommended tool for generating initramfs? I'm thinking about using arch default config options,
2022-12-21
<aelspire>
so I'm asking if anyone know some cool config file syntax
<aelspire>
Anyone had some ideas on ideal config file syntax?
2022-12-19
<wael_>
<rohan> "someone is using kernel 6.1 with..." <- Kernel config issue
2022-12-16
<aelspire>
I've installed irssi and doing some tests. Default config seems sane but after all this post on net that irssi is the best irc client I'm somewhat underimpressed
2022-12-15
<cem>
Maybe it's about alpine's kernel config
<cem>
And the positional variables you use on that config script are assigned by the build script
<cem>
Because you're writing the config script using cat <<EOF
2022-12-14
<aelspire>
some default kernel config and build script would only cause problems
<midfavila>
just tested by swapping the modmask from mod4 to shift in sowm's config
2022-12-13
<testuser[m]>
aelspire: that's a kiss config issue not gtk i think
2022-12-04
<phoebos>
vouivre: i'm not sure I understand your question about zathura, but I don't think I need a feature to dump config
2022-11-30
<kqz>
nope, works when I switch to eudev though so not sure if mdevd config issue or libudev zero incompatibility with pipewire