You are not logged in.
Hello
I have a problem with my xorg, which is that after start it doesn't work as it should.
What i think is the problem that I don't have the correct nvidia drivers, but I can't seem to find which
drivers to install, when I have Linux-pds.
I tried installing Nouveau, but it seems it doesn't work. Or at least I don't know how to generate xorg.config for it.
lspci|grep -i vgaoutput :
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)Last edited by GamerSenpaiUwU (2020-09-12 11:39:06)
Offline
You need to use the nvidia-dkms driver...
https://wiki.archlinux.org/index.php/NV … tom_kernel
Offline
I have it, but it doesn't change anything. Even tried reinstalling nvidia, nvidia-dkms and nvidia-utils
But even then if I run
nvidia-xconfigthe xorg.config looks like this:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 450.66
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"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSectionLast edited by GamerSenpaiUwU (2020-09-12 11:23:45)
Offline
It works now, I had to reinstall the linux headers, 'cause the
dkms autoinstall said that it couldn't find the headers.
After that i reinstalled nvidia driver with pacman, rebooted and everything worked. Thanks for help. <3
Offline