libera/#devuan/ Saturday, 2021-12-11

mmlj4it's been years since I used any debian-derived distro... is chkconfig no longer a thing? I have sysvinit, how do I enable/disable services? chmod +-x /etc/init.d/$service ?00:13
hagbardsome can be disabled/enabled per configuration in /etc/default00:16
hagbardotherwise I'd remove the symlinks for the runlevels i would want to disable it for00:17
hagbard /etc/rc0.d and so on00:18
gnarfacemmlj4: try sysv-rc-conf, it's popular lately00:21
gnarfacemmlj4: (altering the symlinks by hand still works)00:24
mmlj4sysv-rc-conf looks like it'll work, thanks01:16
cyteen@Hydragyrum: Add contrib to your sources.list and apt install spl-dkms zfs-dkms  zfsutils-linux  linux-headers-amd6401:42
Hydragyrumah contrib must be the thing I was missing01:43
Hydragyrumthanks cyteen01:43
* Xenguy queues up the last recap of the last world chess championship (WCC) game...03:00
av6i thought update-rc.d was the recommended way to enable/disable services06:49
onefangTry sysv-rc-conf for yourself.  It tends to get recommended around here.  I use it.06:56
gnarfaceupdate-rc.d works too but it isn't very user friendly08:01
FatPhildjph: after upload, just check that it's an image type, create a thumbnail and update an index page, otherwise delete it.11:19
aplainzetakindI connected a second monitor that is 4K to my 1080p laptop. arandr works, I can set resolutions and relative positions. However, it works like the monitors are portions of one single huge virtual monitor (for instance if I fullscreen a client half of it is on the 4K and the top quarter on the other half is on the laptop. Why is this and how can I change this?11:40
aplainzetakindarandr shows a tinted rectangle encompassing the two rectangles of the screens, so I think this stems from the system and not the wm.11:41
FatPhilxrandr doesn't do that for me, so assuming arandr uses xrandr the same way I do on the console, it's probably the WM who's giving duff information about how big "full screen" is. I use DWM.12:08
aplainzetakindI use xmonad, I'll ask them then.12:11
FatPhilyou could also try dropping back to just the xrandr command line and see if you can trick it into behaving differently12:12
aplainzetakindFatPhil: I don't know what parameters to fiddle with really.12:20
aplainzetakindShould I dive into xorg config? Must I have two distinct displays to send to the two monitors or is that not necessary?12:25
LapPhilaplainzetakind: I use these two aliases:12:44
LapPhilalias xmonoff='xrandr --output HDMI1 --off'12:44
LapPhilalias xmonon='xrandr --output HDMI1 --left-of eDP-1 --preferred'12:44
FatPhilHDMI1 being my external monitor, and eDP-1 being the lappy panel, obviously your names will vary12:45
LapPhilto find out what they're known as, do: xrandr -q12:45
aplainzetakindFatPhil, LapPhil: Same behaviour, portions of one huge "screen".13:26
FatPhilMaybe pop up another X in another vc and start a dwm in it. It is a "window" problem, so blaming the window manager seems not the wildest stab in the dark.13:28
aplainzetakindBut that would be a pointless workaround because I would have to run separate instances of the wm and sending the clients to the other monitor etc. would not work.13:36
FatPhilnot as a solution, as a way of investigating which component is causing the problem.13:42
FatPhiljust change one thing until you find the change that's important.13:42
aplainzetakindhttps://stackoverflow.com/questions/63887202/xrandr-two-screens-different-resolution-without-invisible-area this suggests drivers could be the culprit. I have i915 and nouveau. I don't know which one X is currently using, but I'd like to try switching it around to see if anything changes. How can I do that.14:27
hagbardlibfluidsynth-dev depends on libsystemd-dev. Do we have to fork it to remove that dependency?15:33
Guest10Hello, i have a question about Devuan installation, can anybody help?15:46
LapPhilaplainzetakind: my x240 is "00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)", but lsmod says an i915 is loaded, not sure how i915 relates to the various different vga hardware.15:50
LapPhilGuest10: just ask your question15:50
Guest10The installation currently asks about which "software collections" to install. There are "web server", "console productivity", "SSH server" and "standard system utilities" options. I would like to know a list of software included in these collections. Is it available anywhere?15:54
LapPhilnow that's a good question!15:54
LapPhilI've always just said no to them all and installed stuff when I need it, as every time I've signed up for a package deal I've got so much cruft i've spent hours purging afterwards!15:55
LapPhilyou can probably sniff around with apt-cache show, as that lists dependencies15:56
LapPhilthis looks like a goodplace to start: apt-cache search ^task-15:57
LapPhiland ``apt-cache show task-console-productivity'' yields ``Recommends: dialog, zsh, entr, gddrescue, gdisk, htop, iftop, iotop, iw, mtr-tiny, multitail, ncdu, parted, pciutils, psmisc, sudo, time ...''15:58
LapPhilSo thank you very much for the question, I've learnt something today!16:00
Guest10I was actually thinking about installing these collections because i don't know if a functionality i have in mind would be available otherwise. Is removing software that troublesome in Linux? I'm not really familiar with Linux and the installation i am currently in the process of is intended to be more of a learning exercise.16:07
av6also apt-get install --assume-no (or --simulate) task-foo16:18
av6this way it includes all dependencies recursively, including (or excluding, based on your config) recommended packages16:19
fsmithredaptitude search ~prequired16:20
fsmithredaptitude search ~pstandard16:20
fsmithredstandard = standard system utilities16:21
fsmithredsome like to un-check that at the tasksel window and some like to keep it.16:21
brocashelmis there a devuan-based distro that ships with calamares as its installer? or a way to replace the default installer with it if i'm making my own spin?16:24
brocashelmfound one so far: https://sourceforge.net/projects/devuanlxde/16:25
fsmithredbrocashelm, it's in the repo16:32
fsmithredbrocashelm, if you're reading docs, I'd like a recap some time.17:17
bb|hcbFatPhil: About running a command on file change (regardless if the change came over ssh, locally or via something else), there is a universal way - inotify; ping me private, I can give a bash example...19:04
aplainzetakindSo I think my problem is that my two monitors belong to the same screen, as demonstrated by the xrandr output http://dpaste.com//GK4YFZTSS I tried to put together an xorg conf to have two screens without really knowing what I'm doing but that also had no effect http://dpaste.com//68P3DQECT22:07
aplainzetakindAny ideas?22:07
rrqmaybe adding a line 'option "Xinerama" "0"' into ServerLayout has some effect?22:14
rrqaplainzetakind: there seems to be a separate solution path by using the environment variable SDL_VIDEO_FULLSCREEN_HEAD, and set that to 0, 1 or 2 (I guess meaning first monitor, second monitor or both)22:34
aplainzetakindLet me try the Xinerama option.22:55
aplainzetakindNo joy.23:02
aplainzetakindIs there a way to get the current config X is running with?23:04
aplainzetakindThese changes only made my mouse pointer huge for some reason, and had no other effect.23:05

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!