NVIDIA 470.94 does not startx

I do not find a way to start Xorg.

Kernel: 5.15.9
Distro: Slackware64-current

Each time i try to startx, no error in /var/log/Xorg.0.log. X seems freezed. Kernel is running because if i try to switch login session (CTRL+ALT+F2) and then login as root, i could kill xinit. I could only startx without a xorg.conf, but Interl i915 was used.

Any ideas?
nvidia-bug-report.log.gz (1.1 MB)

You have a hybrid graphics system, the intel gpu is driving the internal display. Don’t use a xorg.conf, instead see this on how to run applications on the nvidia gpu:
https://download.nvidia.com/XFree86/Linux-x86_64/495.44/README/primerenderoffload.html
To have the nvidia gpu always active, you’ll have to configure prime output:
https://download.nvidia.com/XFree86/Linux-x86_64/495.44/README/randr14.html

Thank you a lot generics! Learning something more about hybrid graphics led me to a solution!
Evviva \o/