I hope your not going too fast because i keep forgetting to add in the entries to save the file first before running the next command.
1 Like
Step 4
nano /etc/X11/xorg.conf.d/20-nvidia.conf
Add what ever is missing
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection
Section "Screen"
Identifier "nvidia"
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Option "TripleBuffer" "on"
Option "AllowIndirectGLXProtocol" "off"
EndSection
ctrl + o then enter to save
ctrl + x to exit
1 Like
Step 5
add the hooks package
pacman -S nvidia-hook
1 Like
If you did each step and saved each file before running each command and installed the hook package. Then you are done and could reboot.
systemctl reboot
2 Likes
I hope you didn’t miss saving the files before running any commands. I was forgetting because i’m never sure if the user understands how to use nano.
1 Like
im on Endeavour now THANK YOU SO MUCH YOU ARE LITERALLY GODS GIFT TO MAN
5 Likes
Don’t forget you should look at updating your UEFI Bios to the latest version at some point. Just make sure you know what you are doing before you decide to do that.
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.