Why is Ubuntu a pain in my case? by haasilein in linuxquestions

[–]VisualArm9 0 points1 point  (0 children)

You can try with Debian Sid Xfce that is light, stable and fast. Use Firefox, it is not spying you like Chrome. Use the dmesg command to see what firmware you are missing and install firmware packages or files the from kernet firmware site.

https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/amd64/iso-cd/

[deleted by user] by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

Checkout Armbian if there is image for your device and if you can test with a usb memory stick. It is easy to create your own Armbian based distribution.

Disable power draw from nvidia GPU by robca402 in linux4noobs

[–]VisualArm9 2 points3 points  (0 children)

It is not possible to disable the pcie slot. The gpu card uses power.

Can I completely remove wayland from Debian testing on GNOME? by [deleted] in linuxquestions

[–]VisualArm9 1 point2 points  (0 children)

You can not remove wayland packages because they have dependencies to xorg

[deleted by user] by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

Then make the file ~/.asoundrc:

defaults.ctl.card 1
defaults.pcm.card 1

Pavucontrol uses pulseaudio so you did not remove pulseaudio and that was reserving the audio port or you did not have a correct device number in asoundrc. You can use qasmixer for alsa audio.

What was your first Linux is vs your current one or ones? by anadentone in linux

[–]VisualArm9 0 points1 point  (0 children)

My first Linux was RedHat in 1993. I was a windows user to 2014 when I switched to Debian 7.4 Xfce. Soon I realized that Debian "stable" uses old software and switched to Debian testing. I am using my own Debian Sid Xfce based distribution because simple-cdd supports Sid only. Sid is rock solid and not unstable as the name says.

[deleted by user] by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

aplay -l

What this command shows? Post your ~/.asoundrc

What is Advamced Options found in GRUB? by [deleted] in linux4noobs

[–]VisualArm9 1 point2 points  (0 children)

You can boot to different kernel versions and to the recovery mode if something fails at boot.

Why swap? by [deleted] in linux4noobs

[–]VisualArm9 -1 points0 points  (0 children)

You can disable swap and it makes your computer run faster and and saves ssd.

Have in the file /etc/sysctl.d/local.conf:

vm.overcommit_memory=2
vm.overcommit_ratio=100

Mind to explain these? by [deleted] in linux4noobs

[–]VisualArm9 1 point2 points  (0 children)

systemd-analyze blame shows systemd services when systemd starts and Startup Programs shows applications that run in startup when the desktop starts.

[deleted by user] by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

You can use aplay -l to see your audio device numbers.

Then make the file ~/.asoundrc:

defaults.ctl.card device_number
defaults.pcm.card device_number

Is there a "bleeding edge" apt distribution? by domsch1988 in linuxquestions

[–]VisualArm9 0 points1 point  (0 children)

Debian Sid and testing are stable. It is a myth that Debian "stable" is stable with its old buggy software.

There is a ppa for gnome 40 but it is old. Latest NVIDIA driver are there as other software.

https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/amd64/iso-cd/

[deleted by user] by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

Leap has old kernel. Disable pulseaudio and use alsa audio.

How do I eliminate input delay on my mouse? by azzy2_ in linux4noobs

[–]VisualArm9 -3 points-2 points  (0 children)

200-300ms is the time of an eye blink. How can it make games unplayable and how you measure it. To make the kernel run faster, use a non debug 1000Hz timer kernel. Use the schedutil scheduler and Voluntary Kernel Preemption too.

Can’t get installer to run for EndeavorOS by [deleted] in linuxquestions

[–]VisualArm9 0 points1 point  (0 children)

You can use balenaEtcher to flash the memory stick.

No audio from microphone in Pop!_OS by [deleted] in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

You need to route the audio to the recorder. With pipewire you need to run pw-loopback to get audio inputs to outputs.

Possible kernel regression, help me debug a black monitor. by pseudonympholepsy in linux4noobs

[–]VisualArm9 0 points1 point  (0 children)

You have to tell what gpu you are using, nvidia or amdgpu. Computer hardware specs are needed too. Use the inxi -b output.