You are not logged in.

#1 2020-09-12 11:14:38

GamerSenpaiUwU
Member
Registered: 2020-08-11
Posts: 13

[SOLVED]Xorg doesn't work as it should after installing kernel-pds

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 vga

output :

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

#2 2020-09-12 11:17:37

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED]Xorg doesn't work as it should after installing kernel-pds

You need to use the nvidia-dkms driver...
https://wiki.archlinux.org/index.php/NV … tom_kernel


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2020-09-12 11:18:39

GamerSenpaiUwU
Member
Registered: 2020-08-11
Posts: 13

Re: [SOLVED]Xorg doesn't work as it should after installing kernel-pds

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-xconfig

the 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
EndSection

Last edited by GamerSenpaiUwU (2020-09-12 11:23:45)

Offline

#4 2020-09-12 11:38:38

GamerSenpaiUwU
Member
Registered: 2020-08-11
Posts: 13

Re: [SOLVED]Xorg doesn't work as it should after installing kernel-pds

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

Board footer

Powered by FluxBB