From 41c95ccdb1766163642f6d1622adc4b3ba913f36 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sat, 8 Mar 2025 08:59:23 -0700 Subject: updated linux room --- linuxRoom.html | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/linuxRoom.html b/linuxRoom.html index f97f908..27b4f85 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -105,6 +105,12 @@ table {

Packages

+ You can speed up dnf by adding these to /etc/dnf/dnf.conf
+ + max_parallel_downloads=20
+ fastestmirror=True +
+

The default repos have lots of stuff but you might want an app that isn't in it like steam. I know the gnome version has a enable 3rd party repos button that does everything I listed here but I am on the xfce version and also had to do this on the kde verison. @@ -159,10 +165,7 @@ table {

  • Follow the archwiki on nvidia in lightdm - here - though the provider setting in display_setup.sh might be wrong so use - xrandr --listproviders - to find the correct one. For me its "NVIDIA-G0". + here.
  • For multi monitor refresh rate issues add these to your /etc/environment
    @@ -235,23 +238,12 @@ table { -

    Other things in fedora

    - +

    Useful things in fedora

    + Fedora doesn't have "update-grub" so instead you have to use these:
    + + sudo grub2-mkconfig -o /etc/grub2.cfg
    + sudo grub2-mkconfig -o /etc/grub2-efi.cfg +
    @@ -269,6 +261,13 @@ table { than something like umatrix but I am giving them a fair chance knowing that umatrix might not have much of a future even if its still quite functional still. I still like to install ublock even with everything that comes builtin. +

    Settings

    + The clipboard doesn't work in icecat by default so go into about:config and change + dom.event.clipboardevents.enabled to true. +

    Search engines

    + The best search engine is searx. + Finding instances can be annoying because a lot of time the engine you want to use + gets blocked.

    -- cgit v1.2.3