Original extrox's Logo for DistroWatch

https://www.flickr.com/photos/154078448 ... ateposted/
@Freja I gave it a try. It was fun!! I do have some suggestions.Freja wrote: Sun Jun 02, 2024 9:55 pm If you have any comments or suggestions, please feel free to let me know.
Code: Select all
## Linux usually defaults to "samplerate" but there are better converters
## put one of the following - samplerate samplerate_medium samplerate_best lavcrate
## lavcrate_high lavcrate_higher speexrate speexrate_medium speexrate_best
## in between " " below to choose rate converter.
## save file as /etc/asound.conf or copy/paste to existing
## /etc/asound.conf if you have that file already.
defaults.pcm.rate_converter = "lavcrate_higher"
## resample quality - Linux defaults to 4
resample.quality = 9
## audio channels, I only do stereo and don't want anything attempting surround
## if I can help it. So I put 2 channels.
audio.channels = 2
audio.position = [ FL FR ]
## below sets low and high frequency cutoff. Linux usually defaults to 150/15000
## uncomment "channelmix.lfe-cutoff" to extend low frequencies (more bass if your speakers are capable)
channelmix.lfe-cutoff = 60
## uncomment "channelmix.fc-cutoff" to extend high frequencies (you may notice a bit more "sparkle" on your audio)
channelmix.fc-cutoff = 22000
## audio rate, 44100 and 48000 are both good, but codec libopus only does 48000.
## IMO, libopus will replace AAC as predominent internet audio codec, so may as well do 48000
## IMO, best practice is pick one and stick with it to avoid unnecessary resampling.
audio.rate = 48000
## Set other allowed rates if you want. I don't for reasons specific to my audio card.
## But you could put something like "44100,32000,96000,192000" any one or combination.
# audio.allowed-rates = [ 48000 ]
## midi monitoring, I don't use the midi features of my card or midi at all, so I turn this off.
## but this isn't necessary, my card is just finicky.
# alsa.midi = false
# alsa.midi.monitoring = false
## very important setting depending on your hardware. Options include ALAW F32BE F32LE F64BE F64LE
## MULAW S16BE S16LE S24BE S24LE S32BE S32LE S8 U16BE U16LE U24BE U24LE U32BE U32LE U8
## a different format U8 S16_LE S16_BE S24_LE S24_BE S32_LE S32_BE FLOAT_LE FLOAT_BE MU_LAW A_LAW S24_3LE S24_3BE
audio.format = F32LE
## still figuring this out, think Linux defaults to 8192
# api.alsa.period-size = 8192
Okay, I'll ready Installer in next ver.1.2. Thanks!@Freja I gave it a try. It was fun!! I do have some suggestions.
1. put the installer on the desktop. Maybe there is an option in the menu somewhere to install, but I don't know where it is? You can put it on the desktop by right-clicking the desktop > Create Launcher > (put what you want for name and comment), the command is /usr/bin/minstall-launcher, and pick an icon.
Oops! I overlooked this. I'll Allocate in next 1.2.2. In thunar, the Custom Actions don't have icons. You can give them icons w/ Edit > Configure Custom Actions > icons (someone of your talents could even consider creating custom icons and placing them in /usr/share/icons for this purpose?? But MX has a nice selection of icons to choose from to.) You can also configure the toolbar in thunar to show them.
Interesting. I'm busy right now, but I'm setting it up when I have time. thank you.3. For what seems to be an AV-based Linux, I was surprised no ~/.asoundrc or /etc/asound.conf? I guess the good AV apps over-ride defaults anyway, but I like specifying them and it does make audio noticeably better on my system. Here's what I currently have in ~/.asoundrc
Code: Select all
## Linux usually defaults to "samplerate" but there are better converters ## put one of the following - samplerate samplerate_medium samplerate_best lavcrate ## lavcrate_high lavcrate_higher speexrate speexrate_medium speexrate_best ## in between " " below to choose rate converter. ## save file as /etc/asound.conf or copy/paste to existing ## /etc/asound.conf if you have that file already. defaults.pcm.rate_converter = "lavcrate_higher" ## resample quality - Linux defaults to 4 resample.quality = 9 ## audio channels, I only do stereo and don't want anything attempting surround ## if I can help it. So I put 2 channels. audio.channels = 2 audio.position = [ FL FR ] ## below sets low and high frequency cutoff. Linux usually defaults to 150/15000 ## uncomment "channelmix.lfe-cutoff" to extend low frequencies (more bass if your speakers are capable) channelmix.lfe-cutoff = 60 ## uncomment "channelmix.fc-cutoff" to extend high frequencies (you may notice a bit more "sparkle" on your audio) channelmix.fc-cutoff = 22000 ## audio rate, 44100 and 48000 are both good, but codec libopus only does 48000. ## IMO, libopus will replace AAC as predominent internet audio codec, so may as well do 48000 ## IMO, best practice is pick one and stick with it to avoid unnecessary resampling. audio.rate = 48000 ## Set other allowed rates if you want. I don't for reasons specific to my audio card. ## But you could put something like "44100,32000,96000,192000" any one or combination. # audio.allowed-rates = [ 48000 ] ## midi monitoring, I don't use the midi features of my card or midi at all, so I turn this off. ## but this isn't necessary, my card is just finicky. # alsa.midi = false # alsa.midi.monitoring = false ## very important setting depending on your hardware. Options include ALAW F32BE F32LE F64BE F64LE ## MULAW S16BE S16LE S24BE S24LE S32BE S32LE S8 U16BE U16LE U24BE U24LE U32BE U32LE U8 ## a different format U8 S16_LE S16_BE S24_LE S24_BE S32_LE S32_BE FLOAT_LE FLOAT_BE MU_LAW A_LAW S24_3LE S24_3BE audio.format = F32LE ## still figuring this out, think Linux defaults to 8192 # api.alsa.period-size = 8192
I've been avoiding the area around pipewire because it's difficult, but I'll try it, Thanks for the wisdom.I also notice no /etc/pipewire folder? Per pipewire documentation, you are expected to make any changes you want in the /usr/share/pipewire folder, then <sudo cp -R /usr/share/pipewire /etc> to create /etc/pipewire folder. This does make a difference, and can truly make pipewire "come alive" on some systems. If you are going to tweak the configs in the pipewire folder, I suggest backing up the entire folder first so you can restore defaults.
Sorry, it's small and hard to see, but I like this design.I suggest tweaking the clock on the panel so it shows date and time in one line with larger text to make it easier to read. Select "time only" with custom config and edit it to "%y-%m-%d %H:%M" for 24-06-12 12:00 format, or %m-%d-%Y %H:%M for 06-12-2024 12:00 format.
I thought the pointers were not so good. I adopted this in a hurryOne last thing is that whatever cursor and desktop settings doesn't allow me to alt+right-mouse-click to resize windows very well, I have to select something else. I'm working on a hack to resize windows with middle-mouse-click rather than alt+right-mouse-click but, until I figure that out, alt-right-mouse-click is pretty important to me as grabbing the screen edges to resize is a PITA even with thick borders.
Code: Select all
sudo cp -r (drag entire $HOME contents exclude .cache to terminal) /etc/skel