
최근에 18.04를 설치했는데 괜찮아 보였습니다. 시스템은 내가 가지고 있는 두 모니터를 모두 감지했고 모두 괜찮았습니다. 2일 전 몇 번의 키 누르기나 마우스 흔들기에도 깨어나지 않고 갑자기 화면이 꺼지면서 컴퓨터를 재부팅했습니다. 이제 Ubuntu는 이 모니터 중 하나에만 있습니다. 새로 설치했지만 문제가 계속 발생합니다. 또한 다음에서 최신 AMD GPU 드라이버를 다운로드하여 설치했습니다.https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-Linux-Release-Notes.aspx그리고 변화가 없습니다. (이제 약간의 변화가 생겨서 가끔씩 아주 약간의 깜박임이 발생합니다)
이 특정 시스템은 Windows 10을 사용한 이중 부팅이며 제대로 작동하여 두 모니터를 모두 감지합니다. BIOS조차도 두 개의 화면에 표시되므로 이것이 하드웨어와 관련이 없다고 확신합니다.
나는 우분투 파티션에서 3D 가속이나 다른 것을 찾고 있지 않습니다. 단지 두 개의 모니터만 작동하면 됩니다.
이런 종류의 일은 실제로 나에게는 불가능하지만 몇 가지 다양한 명령의 일부 출력은 다음과 같습니다.
lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: amdgpu
sudo lshw -c video
*-display
description: VGA compatible controller
product: Ellesmere [Radeon RX 470/480/570/570X/580/580X]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:25:00.0
version: e7
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:47 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:f000(size=256) memory:fe900000-fe93ffff memory:c0000-dffff
xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 50.00 59.94
1600x1200 60.00
1680x1050 59.88
1280x1024 60.02
1440x900 59.90
1280x960 60.00
1280x800 60.00
1280x720 60.00 50.00 59.94
1152x720 59.97
1024x768 60.00
800x600 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 66.67 60.00 59.94
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
1920x1080 60.00
DVI-D-0 disconnected (normal left inverted right x axis y axis)
어떤 도움이나 안내도 대단히 감사하겠습니다!
답변1
@dobey 답변을 바탕으로:
- 달리다
sudo nano /etc/default/grub
- 변경
GRUB_CMDLINE_LINUX_DEFAULT
및 저장:
GRUB_CMDLINE_LINUX_DEFAULT="splash amdgpu.dc=0"
- 달리다
sudo update-grub
- 시스템 재부팅