그래픽 드라이버 간에 전환하는 방법은 무엇입니까?

그래픽 드라이버 간에 전환하는 방법은 무엇입니까?

저는 Arch Linux를 사용하고 있으며 랩톱에 그래픽 카드가 2개 있고 외부 모니터가 없습니다. 그래픽 카드는 Intel 및 Nvidia 720M입니다. 기본적으로 Intel이 사용되며, NVIDIA 드라이버가 설치되어 있는 것 같습니다. 이것은 다음의 출력입니다 inxi -G.

Graphics:  Card-1: Intel 3rd Gen Core processor Graphics Controller
           Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
           Display Server: X.Org 1.19.2 driver: modesetting
           Resolution: [email protected]
           GLX Renderer: Mesa DRI Intel Ivybridge Mobile
           GLX Version: 3.0 Mesa 17.0.1

출력은 다음과 같습니다 egrep 'EE|WW' /var/log/Xorg.0.log.

[    23.642] Current Operating System: Linux redshift 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    23.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    24.296] (WW) Warning, couldn't open module intel
[    24.296] (EE) Failed to load module "intel" (module does not exist, 0)
[    24.318] (WW) Warning, couldn't open module nv
[    24.318] (EE) Failed to load module "nv" (module does not exist, 0)
[    24.318] (WW) Warning, couldn't open module fbdev
[    24.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    24.319] (WW) Warning, couldn't open module vesa
[    24.319] (EE) Failed to load module "vesa" (module does not exist, 0)
[    24.351] (WW) Falling back to old probe method for modesetting

NVIDIA를 기본 그래픽 카드로 사용하는 방법은 무엇입니까? 관련이 있는 경우 xfce를 데스크탑으로 사용합니다.

관련 정보