Last active
May 5, 2020 20:03
-
-
Save neuro-sys/134b40783d7b79eef035c9875a7618c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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