Comment 0 for bug 1886916

Revision history for this message
hugh chao (hugh712) wrote :

[Summary]
Use Xorg log as API isn't reliable at all, it can break at anytime. Please use method like [1] to properly find out which DDX is opened by Xorg process.

[Steps to reproduce]
Run graphics/1_driver_version_GP102GL__Quadro_P620 by checkbox

[Expected result]
Can pass the test

[Actual result]
ERROR: No video driver loaded! Possibly in failsafe mode!
------------- VIDEO DRIVER INFORMATION -------------
------------- HYBRID GRAPHICS CHECK ----------------
Graphics Chipset: NVIDIA (10de:1cb6)
Loaded DDX Drivers: nouveau, modesetting, fbdev, vesa
Hybrid Graphics: no

[Additional information]
1. Nvidia P400
2. Nvidia P620

[Failure rate]
100%

[1] https://unix.stackexchange.com/a/452582