You are not logged in.

#1 2023-11-13 12:06:28

amiria703
Member
Registered: 2023-07-18
Posts: 21

Can't run xorg on nvidia

I have an Nvidia Geforce 210

My Xorg logs:
http://ix.io/4Loi

I installed nvidia-340xx-dkms from AUR using yay
Followed this (https://bbs.archlinux.org/viewtopic.php … 5#p2002365) thread and created a new file (/etc/X11/xorg.conf.d/30-nvidia.conf) with this contents:

Section "ServerFlags"
  Option "IgnoreABI" "true"
EndSection

But still I face the same error. How can I fix it?

Offline

#2 2023-11-13 14:23:44

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: Can't run xorg on nvidia

What else do you have in /etc/X11/xorg.conf.d/? Do you have an /etc/X11/xorg.conf?

Offline

#3 2023-11-13 14:34:36

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Can't run xorg on nvidia

[    21.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.544] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.544] (==) No Layout section.  Using the first Screen section.
[    21.544] (==) No screen section available. Using defaults.
[    21.544] (**) |-->Screen "Default Screen Section" (0)
[    21.544] (**) |   |-->Monitor "<default monitor>"
[    21.544] (==) No monitor specified for screen "Default Screen Section".

No serverflags are parsed in that xorg config, but there's also no static server layout.
Is that log, Nov 13 15:12:56 2023, already supposed to include that config?

find /{etc,usr/share}/X11/xorg.conf*

Offline

#4 2023-11-14 12:33:38

amiria703
Member
Registered: 2023-07-18
Posts: 21

Re: Can't run xorg on nvidia

seth wrote:
find /{etc,usr/share}/X11/xorg.conf*
/etc/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d/40-libinput.conf
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
/usr/share/X11/xorg.conf.d/10-quirks.conf

my /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf :
http://ix.io/2jGr

my /usr/share/X11/xorg.conf.d/10-quirks.conf :
http://ix.io/4K5Y

Offline

#5 2023-11-14 13:29:19

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Can't run xorg on nvidia

So where did you put the serverflags?
/etc/X11/xorg.conf.d/30-nvidia.conf doesn't seem to exist?

Offline

Board footer

Powered by FluxBB