Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Last active May 5, 2020 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neuro-sys/134b40783d7b79eef035c9875a7618c7 to your computer and use it in GitHub Desktop.
Save neuro-sys/134b40783d7b79eef035c9875a7618c7 to your computer and use it in GitHub Desktop.
$ cat .local/share/xorg/Xorg.0.log | grep LoadModule
[118485.831] (II) LoadModule: "glx"
[118485.832] (II) LoadModule: "intel"
[118485.832] (II) LoadModule: "nouveau"
[118485.832] (II) LoadModule: "nv"
[118485.832] (II) LoadModule: "modesetting"
[118485.832] (II) LoadModule: "fbdev"
[118485.833] (II) LoadModule: "vesa"
[118485.834] (II) LoadModule: "dri3"
[118485.834] (II) LoadModule: "dri2"
[118485.834] (II) LoadModule: "present"
[118485.835] (II) LoadModule: "glamoregl"
[118486.018] (II) LoadModule: "fb"
[118486.018] (II) LoadModule: "shadow"
[118486.114] (II) LoadModule: "libinput"
Providers: number : 2
Provider 0: id: 0x45 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Intel
Provider 1: id: 0xaf cap: 0x2, Sink Output crtcs: 4 outputs: 4 associated providers: 1 name:modesetting
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) (rev 02)
01:00.0 VGA compatible controller: NVIDIA Corporation TU117GLM [Quadro T2000 Mobile / Max-Q] (rev a1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment