태그 보관물: radeon

radeon

우분투가 HDMI 포트를 인식하지 못합니다. 주제 에

정상적으로 작동하는 일반 모니터에 연결된 우분투 (기본 OS)를 실행하고 있습니다. HDMI 포트를 통해 TV에 연결하려고하는데 TV에 신호가 없습니다. 도와주세요.

출력 : sudo lshw -C 디스플레이

  *-display
   description: VGA compatible controller
   product: RS780L [Radeon 3000]
   vendor: Hynix Semiconductor (Hyundai Electronics)
   physical id: 5
   bus info: pci@0000:01:05.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi vga_controller bus_master cap_list rom
   configuration: driver=radeon latency=0
   resources: irq:18 memory:d0000000-dfffffff ioport:d000(size=256) memory:feaf0000-feafffff memory:fe900000-fe9fffff

xrandr의 출력 :

\Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
1366x768       59.8*+
1024x768       75.1     60.0
800x600        75.0     60.3
640x480        75.0     60.0
720x400        70.1
DVI-0 disconnected (normal left inverted right x axis y axis)

xrandr 는 HDMI를 전혀 표시하지 않습니다. 이것이 문제 입니까?

감시 장치

sudo get-edid의 출력 | 구문 분석

parse-edid: parse-edid version 2.0.0
get-edid: get-edid version 2.0.0

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0xc01d0 "ATI ATOMBIOS"

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination supports DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
    Read EDID

    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
    Function supported
    Call successful

parse-edid: EDID checksum passed.

# EDID version 1 revision 3
Section "Monitor"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier "DELL IN1930"
VendorName "DEL"
ModelName "DELL IN1930"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-83
VertRefresh 56-75
# Max dot clock (video bandwidth) 90 MHz
# DPMS capabilities: Active off:yes  Suspend:yes  Standby:yes

Mode    "1366x768"  # vfreq 59.790Hz, hfreq 47.712kHz
    DotClock    85.500000
    HTimings    1366 1436 1579 1792
    VTimings    768 771 774 798
    Flags   "+HSync" "+VSync"
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection

여기서해야 할 일을 이해할 수 없습니다. 설명해 주시겠습니까? PC 가 HDMI 포트를 통해 일부 출력을 보내는 지 여전히 확실하지 않습니다 . 도와 주세요 !



답변

듀얼 디스플레이를 수행하려는 경우 “시스템 디스플레이”에서 “스크린 디스플레이”를 찾으십시오. 일반적으로 “미러 디스플레이”(두 화면에서 동일한 것) 또는 “확장 디스플레이”(데스크탑에서 두 화면을 사용하도록 함)에 대한 설정이 있습니다. 많은 설치에서 두 번째 화면을 연결하는 것만으로는 켜지지 않습니다.

단일 디스플레이이고 모니터를 TV로 교체하려는 경우 다음을 확인하십시오.

  • TV에서 그래픽 카드가 출력하려고하는 해상도 및 재생 빈도를 처리 할 수 ​​있습니다.
  • TV가 연결된 올바른 HDMI 출력으로 설정되어 있습니다 (내 TV에는 4 개가 있으며 리모컨의 “입력”버튼을 사용하여 TV를 순환 할 수 있습니다)
  • TV에서 다른 HDMI 커넥터를 사용해보십시오
  • 그래픽 카드가 HDMI를 통해 신호를 보내고 있는지 확인하십시오. 이를 위해 xorg.conf파일 을 편집해야 할 수도 있습니다 (자세한 내용은 여기 참조) .

답변