You are not logged in.
Pages: 1
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"
EndSectionBut still I face the same error. How can I fix it?
Offline
What else do you have in /etc/X11/xorg.conf.d/? Do you have an /etc/X11/xorg.conf?
Offline
[ 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
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.confmy /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
So where did you put the serverflags?
/etc/X11/xorg.conf.d/30-nvidia.conf doesn't seem to exist?
Offline
Pages: 1