ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day https://vid.puffyan.us/watch?v=jtSZ7oWuu8c
midfavila has joined #kisslinux
<midfavila> Afternoon, everyone.
<phoebos> o/ midfavila
illiliti has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 240 seconds]
mahmutov has quit [Ping timeout: 260 seconds]
<acheam> hi midfavila!
<acheam> I suppose it is indeed after noon
ejjdhfjsu has joined #kisslinux
<phoebos> daylight saving time time
<phoebos> a & (1 << b) == (a >> b) & 1
rLapz has joined #kisslinux
xanthanum has joined #kisslinux
xanthanum has quit [Remote host closed the connection]
xanthanum has joined #kisslinux
xanthanum has quit [Client Quit]
<testuser[m]> Hi
Guest70 has joined #kisslinux
Guest70 has quit [Quit: Client closed]
ejjdhfjsu has quit [Remote host closed the connection]
ejjdhfjsu has joined #kisslinux
testuser[m] has quit [Quit: irc_error]
mahmutov has joined #kisslinux
mahmutov has quit [Ping timeout: 272 seconds]
testuser[m] has joined #kisslinux
<testuser[m]> Can someone try to repro this with firefox https://0x0.st/oqNy.mp4
<testuser[m]> just click on an addon and quickly move cursor to another window before the addon's page is completely drawn, and ff freezes completely
illiliti has quit [Read error: Connection reset by peer]
illiliti has joined #kisslinux
mahmutov has joined #kisslinux
rLapz has quit [Remote host closed the connection]
rLapz has joined #kisslinux
rLapz has quit [Max SendQ exceeded]
mahmutov has quit [Ping timeout: 252 seconds]
rLapz has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
jedavies has joined #kisslinux
<floorcrawler> testuser[m]: Firefox doesn't freeze for me when doing that
<floorcrawler> although, now there was a segfault
<testuser[m]> lol
<floorcrawler> The first couple errors might be irrelevant but the bottom one is interesting: https://termbin.com/2k0o
<testuser[m]> gtk and channel error stuff is harmless, but the ipc close and lost connection error is interesting
<testuser[m]> you're using mesa right
<floorcrawler> Yes, what else could I use other than mesa?
<testuser[m]> was just confirming that ur using non-nvidia
<testuser[m]> cuz im testing with nvidia prop drivers
<floorcrawler> Using i914 kernel drivers.
<floorcrawler> i can share my mesa build options if you'd like.
<testuser[m]> its fine
floorcrawler is now known as phinxy
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<midfavila> testuser[m] confirmed cringe
<testuser[m]> what
<midfavila> >nvidia prop drivers
<midfavila> your true colors have been revealed
<testuser[m]> Lol i didnt even know linux existed 2 yrs back
<testuser[m]> i bought it for consuming proprietary games on microsoft windooz
<testuser[m]> oh 3 yrs i think, not 2
Rek3000 has joined #kisslinux
<Rek3000> hello :d. I have a problem relating to installation :(
Rek3000 has quit [Client Quit]
Rek3000 has joined #kisslinux
<Rek3000> i compiled and installed kernel and the grub found vmlinuz. however, when i boot up and choose kiss on grub, it is pure black.
Rek3000 has quit [Client Quit]
mahmutov has joined #kisslinux
<testuser[m]> @Rek3000:libera.chat: send kernel config
<testuser[m]> lol why do people leave after 30 seconds
ejjdhfjsu has quit [Ping timeout: 272 seconds]
Rek3000 has joined #kisslinux
Rek3000 has quit [Client Quit]
Rek3000 has joined #kisslinux
<Rek3000> hope it would be helped : <
Rek3000 has quit [Quit: Client closed]
<testuser[m]> checking it
<testuser[m]> btw use 0x0.st or termbin.com instead of poogle
Rek3000 has joined #kisslinux
<Rek3000> yup
ejjdhfjsu has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
<testuser[m]> set CONFIG_FB_EFI=y
<testuser[m]> drivers -> graphics support -> frame buffer devices -> support for fb devices (set * not M) -> EFI based fb support
<testuser[m]> could be something else too but try this first
Rek3000 has quit [Quit: Client closed]
<acheam> testuser[m]: prob not super heplful, but I cant repro on librewolf 98.0-1
<testuser[m]> acheam: ur using x11
<testuser[m]> right?
<acheam> yes
<testuser[m]> its a wayland thing only
<acheam> ah
<midfavila> waylets btfo yet again
<testuser[m]> lol
<testuser[m]> bruh apparently u cant disable webrender in ff now
<testuser[m]> i wanted to debug some other issue
ejjdhfjsu has joined #kisslinux
Rek3000 has joined #kisslinux
<Rek3000> oh it works :). thank you for your help . finally boot in
<Rek3000> ive just started this tinkering kernel adventure
<Rek3000> i spent nearly  a whole day for this thank you again
<testuser[m]> np
monke has joined #kisslinux
Rek3000 has quit [Quit: Ping timeout (120 seconds)]
ejjdhfjsu has quit [Ping timeout: 256 seconds]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
illiliti has quit [Quit: leaving]
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #kisslinux
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #kisslinux
Guest86 has joined #kisslinux
<phinxy> Can a program built statically with glibc on a conventional distro run on kisslinux?
<ax> env is?
<phinxy> What is env?
<ax> ok. all ok.
<ax> if it static it work on idem env
<ax> kisslinux base in this moment is musl
<ax> you can try on gkiss fork
mahmutov has quit [Ping timeout: 260 seconds]
<phinxy> right, I'm using musl and there is a program which doesn't work, it segfaults. So I wondered if it could run on musl kisslinux but being built with glibc
<acheam> I think glibc "static" programs still link to glibc
<acheam> or something like that
<ax> everything is meant to be linked .. musl is distinctly different from the rest. you must first determine what to use to choose what to fill in above. You cannot do this based on static link. You better recompile it yourself.
<ax> having said that I use gkiss, so evidently I had serious problems with musl and the software that I need and that did not work properly with it.
<midfavila> acheam yeah, glibc explicitly doesn't support static linking afaik
<midfavila> i've never gotten it to work
<ax> it's all very relative.
<noocsharp> phinxy: what program?
<soliwilos> There's a package "gcompat" in community, it works for some glibc programs.
<ax> soliwilos: amen.
<ax> I take advantage of the presence of so many people on Sunday evening strangely ... maybe they like the matter. In any case I have been asking about utmps, wtmps for two months, is there anyone who solved the init and syslogd issue?
Guest86 has quit [Quit: Client closed]
Guest61 has joined #kisslinux
<Guest61> Does kiss linux support full disk encryption?
Guest99 has joined #kisslinux
Guest99 has quit [Client Quit]
<acheam> yes
acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day https://vid.puffyan.us/bt5s-MUpXMc
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #kisslinux