Techie
Removing the last parts of NVIDIA from Manjaro KDE (after switching to AMD GPU)
by Logan Rogers-Follis on Jun.02, 2023, under Linux, Techie
I thought I had gotten all of the NVIDIA out of my machine now that I am running on and AMD GPU, but recently when installing an update to the kernel I saw the “kernel-nvidia###” being installed so I went hunting. Below is what I ended up needing to do, and I learned all this by piecing together multiple forums discussions online plus a little bit of guesswork.
Running find /etc/X11/ -name "*.conf"
reported there was a “/etc/X11/mhwd.d/nvidia.conf” file found. I removed the file…actually I moved it to another location to be safe.
Running mhwd -l
showed everything as expect:
0000:03:00.0 (0300:1002:73a5) Display controller ATI Technologies Inc:
——————————————————————————–
NAME VERSION FREEDRIVER TYPE
——————————————————————————–
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
Running mhwd -li
showed there was a “video-hybrid-amd-nvidia-prime” config still loaded. I had to do the following to fully remove it:
- Log Off
- Press
CTRL+ALT+F2
to launch TTY2 - Run
sudo mhwd --remove pci video-hybrid-amd-nvidia-prime
- Run
sudo reboot
NOTE: During the removal process it will look for and resolve/remove any dependency files automatically.
Now when running any of the following: find /etc/X11/ -name "*.conf"
, mhwd -l
, or mhwd -li
there is no sign of NVIDIA anywhere.
Minecraft Java Edition Save file location on Linux (Manjaro KDE)
by Logan Rogers-Follis on May.14, 2023, under Linux, Techie, Video Games
Posting this here since when I search for “Minecraft save location” online I tend to get told the file is at another location, which is incorrect. Below is the location to the saves on my machine:
~/.var/app/com.mojang.Minecraft/.minecraft/saves/
Manually update Winetricks on Manjaro KDE
by Logan Rogers-Follis on May.05, 2023, under Linux, Techie
Just dropping this here so I can refer back to it myself. From the console type in “sudo winetricks –self-update”
(Mixed Display Port and HDMI) dual monitors will not go to sleep (Manjaro KDE) – SOLUTION
by Logan Rogers-Follis on May.04, 2023, under Linux, Techie
Mostly posting this here to help me keep track of the bug.
Looks like on AMD GPUs have and ongoing bug when you have a monitor using HDMI to connect to the onboard (iGPU) or add-in GPU, where the monitor going into “Input Scan” will causing the computer to wake back up the other monitors and they never turn off. There are some workarounds (none work for me), but ultimately it needs fixed or I need to get away from an HDMI connection to my secondary monitor.
Freedesktop.org’s gitlab issues tracker: HDMI connected monitors fail to sleep and instead turn back on when amdgpu.dc=1
SOLUTION (workaround): is to pickup a Display Port to DVI (computer to Monitor) adapter and stop using the HDMI input. In this case once the screens go to sleep the monitor will still go into an “Input Scan” mode, but when no other input is found the monitor will go back to DVI and go to sleep correctly. I was able to test this without waiting for the Monitor Sleep timer to be reached with the following command from the Konsole – “xset dpms force standby”
Manjaro KDE Compositor – Turn off Desktop Effects
by Logan Rogers-Follis on Apr.29, 2023, under Linux, Techie
To turn off Desktop Effects (Desktop Compositing) in Manjaro KDE this can be done by making the following changes:
- System Settings > Display and Monitor > Compositor
- Uncheck “Enable compositor on startup”
- System Settings > Shortcuts > Shortcuts > KWin (Under System Settings)
- Click on “Suspend Compositing:” and uncheck the box next to “Alt+Shift+F12”
- Click Apply
- Reboot