Hi, Iβm trying to set up Green With Envy to under-clock my GPU in my laptop (thermal issues).
Installed it from flathub without any problems.
Realized I need to set coolbits in order to underclock, looked at the video and the readme for green with envy, the file was located elsewhere on manjaro.
The file /etc/X11/mhwd.d/nvidia.conf was there but just contained a comment.
I ran nvidia-xsettings specifying it to write to file and not its default path.
I rebooted, black screen.
So my best fix was to go into tty, delete /etc/X11/mhwd.d/nvidia.conf and reboot. Iβm now back at square one.
Why does my computer not boot successfully after I use nvidia-xsettings ?
Graphic driver used is video-hybrid-amd-nvidia-prime.
config :
ββββββββββββββββββ ββββββββ mathieub@IdeaPad16Pro5
ββββββββββββββββββ ββββββββ ----------------------
ββββββββββββββββββ ββββββββ OS: Manjaro Linux x86_64
ββββββββββββββββββ ββββββββ Host: 82L5 IdeaPad 5 Pro 16ACH6
ββββββββ ββββββββ Kernel: 6.1.103-1-MANJARO
ββββββββ ββββββββ ββββββββ Uptime: 8 mins
ββββββββ ββββββββ ββββββββ Packages: 1929 (pacman), 6 (flatpak)
ββββββββ ββββββββ ββββββββ Shell: bash 5.2.26
ββββββββ ββββββββ ββββββββ Resolution: 1920x1200
ββββββββ ββββββββ ββββββββ DE: Plasma 6.0.5
ββββββββ ββββββββ ββββββββ WM: KWin
ββββββββ ββββββββ ββββββββ Theme: [Plasma], Adwaita [GTK2/3]
ββββββββ ββββββββ ββββββββ Icons: [Plasma], breeze-dark [GTK2/3]
ββββββββ ββββββββ ββββββββ Terminal: konsole
CPU: AMD Ryzen 5 5600H with Radeon Graphics (12) @ 3.300GHz
GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series
GPU: NVIDIA GeForce RTX 3050 Mobile
Memory: 2458MiB / 15341MiB
the us of
sudo nvidia-xconfig -c /etc/X11/mhwd.d/nvidia.conf -o /etc/X11/mhwd.d/nvidia.conf
Generated the following file
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 550.107.02
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
This is a bit of mess sorry, does anyone know why mhwd would generate an empty nvidia.conf file or why the one created by nvidia-xsettings does not work.
Thank you.