Xorg session not start automatically

Hello Folks!
Upgrading from Fedora38 to Fedora40 successfully.
Install successfully nvidia 340xxx driver according instructions
https://rpmfusion.org/Howto/NVIDIA#Legacy_GeForce_8.2F9.2F200.2F300
System booting with no errors but freezes at
started rpc-statd-notify.service - noify nfs peers of a restart
I am go to another tty and do startx and X starting good Xfce destop loaded ok.
I use Lightdm. This line uncomented in lightdm.conf
sessions-directory=/usr/share/xsessions
Lightdm service is started automatically but Xorg dont starting automatically, why?
Its Wayland issue, how disable Wayland at lightdm? Thanks.

PS nouveau is blacklisted in grub and modprobe

The log files for lightdm is found at /var/log/lightdm/. It might give a clue.

Do you have or need any nfs mounted file systems? The rpc-statd-notify.service is part of the nfs related services you only need if you need some nfs mounted file system.

Thanks for reply.
Its seems issue in Lightdm+Wayland.
For test i am replace lightdm with gdm and disable wayland in gdm config, result is Xorg starting automatically.
So is there solution how bypass wayland in lightdm?

/var/log/lightdm/lightdm.log

2382/2382              100%
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=1130
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-backup-logs.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-minimum-vt.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-run-directory.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-session-wrapper.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-user-authority-in-system-dir.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /var/lib/flatpak/exports/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.01s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.01s] DEBUG: Monitoring logind for seats
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Stopping Plymouth, no displays replace it
[+0.02s] DEBUG: Quitting Plymouth
[+0.04s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.04s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+28.11s] DEBUG: Seat seat0 changes active session to 1
[+587.31s] DEBUG: Got signal 15 from process 1
[+587.31s] DEBUG: Caught Terminated signal, shutting down
[+587.31s] DEBUG: Stopping display manager
[+587.31s] DEBUG: Display manager stopped
[+587.31s] DEBUG: Stopping daemon
[+587.32s] DEBUG: Exiting with return value 0

SOLVED
lightdm.conf

[LightDM]
...
logind-check-graphical=false
...

my lightdm.conf http://0x0.st/XXU2.conf