두 개의 VGA 호환 컨트롤러가 있습니까?

두 개의 VGA 호환 컨트롤러가 있습니까?

lshw두 개의 VGA 호환 컨트롤러를 표시합니다.

  1. 어디에 위치해 있나요?
  2. 그 용도는 무엇입니까? 어느 것을 추천하시나요?
  3. 현재 두 컨트롤러 중 어느 것을 사용하고 있나요?
  4. T400만 사용하여 두 컨트롤러 간에 전환할 수 있습니까?

감사해요!

출력 파일은여기관련 부분은 다음과 같습니다.

*-pci:0
     description: PCI bridge
     product: Mobile 4 Series Chipset PCI Express Graphics Port
     vendor: Intel Corporation
     physical id: 1
     bus info: pci@0000:00:01.0
     version: 07
     width: 32 bits
     clock: 33MHz
     capabilities: pci normal_decode bus_master cap_list
     configuration: driver=pcieport
     resources: irq:40 ioport:2000(size=4096) memory:bff00000-bfffffff ioport:c0000000(size=268435456)
   *-display
        description: VGA compatible controller
        product: RV620/M82 [Mobility Radeon HD 3450/3470]
        vendor: Hynix Semiconductor (Hyundai Electronics)
        physical id: 0
        bus info: pci@0000:01:00.0
        version: 00
        width: 32 bits
        clock: 33MHz
        capabilities: vga_controller bus_master cap_list rom
        configuration: driver=radeon latency=0
        resources: irq:51 memory:c0000000-cfffffff ioport:2000(size=256) memory:bfff0000-bfffffff memory:bff00000-bff1ffff
*-display
     description: VGA compatible controller
     product: Mobile 4 Series Chipset Integrated Graphics Controller
     vendor: Intel Corporation
     physical id: 2
     bus info: pci@0000:00:02.0
     version: 07
     width: 64 bits
     clock: 33MHz
     capabilities: vga_controller bus_master cap_list rom
     configuration: driver=i915 latency=0
     resources: irq:49 memory:fc000000-fc3fffff memory:d0000000-dfffffff ioport:1800(size=8)

$ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
LVDS1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 303mm x 190mm
   1440x900       60.0*+   59.9     50.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

답변1

출력에서 2개의 비디오 카드를 설치했습니다.

 product: RV620/M82 [Mobility Radeon HD 3450/3470]
 vendor: Hynix Semiconductor (Hyundai Electronics)
 configuration: driver=radeon latency=0

 product: Mobile 4 Series Chipset Integrated Graphics Controller
 vendor: Intel Corporation
 configuration: driver=i915 latency=0

첫 번째는 ATI Radeon 카드이고 두 번째는 시스템 칩셋에 내장된 Intel 카드입니다.

구성 라인에는 시스템에서 사용하는 드라이버가 표시됩니다. 출력에서 보면 어느 정도 올바르게 구성된 것 같으므로 X에 나타나는지 조사하고 활성화해야 합니다.

후속 질문

어떤 카드가 어떤 출력을 구동하는 데 사용되는지 결정할 수 있습니다.

$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x49 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 2 outputs: 8 associated providers: 0 name:Intel

그러나 일반적으로 통합 칩셋(귀하의 경우 Intel)은 Thinkpad의 LCD 패널을 구동합니다. 내가 아는 한, 이는 구성할 수 없습니다.

VGA 포트를 통해 구동되는 외부 모니터는 일반적으로 ATI Radeon 카드로 구동됩니다. 다시 한번 말씀드리지만 이는 수정될 수 있는 사항이 아닙니다.

이러한 것들은 구성할 수 없으므로 여기서는 아무것도 변경할 수 없으며 그냥 사용하세요.

관련 정보