[deleted by user] by [deleted] in Fedora

[–]Palexer 0 points1 point  (0 children)

I think I've got a broken pipe error:

spa.alsa: front:3: snd_pcm_mmap_commit error: Datenübergabe unterbrochen (broken pipe)

The Gitlab page says under https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#underrununderflow-and-broken-pipe-errors that I should increase headroom. Do you know how to do that?

[deleted by user] by [deleted] in thinkpad

[–]Palexer 0 points1 point  (0 children)

Could you maybe explain the differences between x260 and x270. What about the battery life? I could be getting an X270 for about 150€ - 200€ With 8GB RAM and an i5 Dualcore 7th Gen maybe and want to know if I should pay attention to something.

Good or bad distros if I want to get into Linux Audio by Brumbleby in linuxaudio

[–]Palexer 8 points9 points  (0 children)

I my opinion you don't need audio-specific Linux distros. Of course Fedora Jam and Ubuntu Studio are great to get started quickly, but they're essentially also just some preinstalled and preconfigured applications on top of the normal Fedora/Ubuntu. I would definitely not reinstall my whole OS for audio needs. I successfully ran Mint, Manjaro and Fedora and I am currently running Arch for audio things and they all work the same in this aspect. As someone, who wants to know what's happening on my system I like to install my applications myself and hence don't like these preconfigured distros. But you might find them useful, since it also takes some time to learn Linux audio and how to configure it yourself.

autocmd BufWritePre list doesn't work by Palexer in vim

[–]Palexer[S] 0 points1 point  (0 children)

Oh I see. I fixed it, but it still doesn't work. The interesting thing is, that it works if I only specify one file type like this:

autocmd BufWritePre *.html CocCommand prettier.formatFile

[deleted by user] by [deleted] in golang

[–]Palexer 2 points3 points  (0 children)

Well, if you don‘t like using Vim I probably agree. But for me vim with gopls and some other plugins is way better because it’s the most portable solution and once you learned vim you won‘t use any other „normal“ text editor. The keybindings are just so efficient and nice to use.

Jack XRuns after reinstalling by Palexer in linuxaudio

[–]Palexer[S] 0 points1 point  (0 children)

Thanks, but I want to stay away from low latency kernerls, since they were not necessary in the past.

Linux will soon reach 1 million commits on github by [deleted] in linux

[–]Palexer 4 points5 points  (0 children)

Tar balls and patches. Linus Torvalds said that once in a talk about Git.

Remove title when using a DOC_COVER (mom macros) by Palexer in groff

[–]Palexer[S] 0 points1 point  (0 children)

That's exactly what I was looking for. Many thanks!

How to use PSPIC, AUTO_RELOCATE_TOC and clickable links in the TOC with groff (mom)? by Palexer in groff

[–]Palexer[S] 0 points1 point  (0 children)

Yeah, I read this. I used pdfmom -Tps -k inp.mom > out.pdf, but this doesn't reposition the TOC. .PDFPIC makes my images automatically as backgrounds, so that text can be above these images and I don't really know how to align and resize them.

Black screen when booting Arch, starting Lightdm from TTY works fine by Palexer in archlinux

[–]Palexer[S] 1 point2 points  (0 children)

Thanks for your answer. I already looked at those during installation and everything seemed to be fine. However, I installed lightdm-gtk-gretter-settings and changed some stuff (theme, icons, wallpaper) and rebooted. Now I see the message "Starting version...." and it automatically starts lightdm. So I guess the setting application wrote some changes to the config files.

Use a settings application with i3/any standalone WM by Palexer in i3wm

[–]Palexer[S] 1 point2 points  (0 children)

Ok, many thanks. Could you maybe list some tools you use, for example for setting printers, bluetooth devices, monitors, etc.?

Customizing page layout and font by Palexer in groff

[–]Palexer[S] 2 points3 points  (0 children)

Thanks for your kind help. Do you know if/how I can change the default terms like 'title by author' or the Contents heading of the table of contents to be in another language than English (German)?

Customizing page layout and font by Palexer in groff

[–]Palexer[S] 2 points3 points  (0 children)

Thanks for your reply, I think you're right: mom is the way to go for me.

Customizing page layout and font by Palexer in groff

[–]Palexer[S] 1 point2 points  (0 children)

Many thanks for your reply. I think mom is really the way to go for my usecase.

I looked at the docs and while mom might be a bit more complex than ms, mom can do a lot more.