辅助监视器问题

辅助监视器问题

几个月前,我使用辅助显示器进行一些编程。它是“即插即用”类型的连接。昨天我尝试连接它,并获得了这种类型的视图。我唯一尝试过的就是内核降级和 ubuntu 重新安装。这些都不起作用。我不确定之前自动安装了哪些驱动程序。

机器:笔记本电脑; - CPU:Ryzen 5 3550H; - GPU:GTX 1050 3GB;

尝试通过 HDMI 连接。

我得到的观点是:

在此处输入图片描述

监视器本身在 Windows 上运行良好。尝试了其他监视器,结果相同。

HDMI 已插入:

 xrandr
 Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080    120.00*+  48.00  
1680x1050    120.00  
1280x1024    120.00  
1440x900     120.00  
1280x800     120.00  
1280x720     120.00  
1024x768     120.00  
800x600      120.00  
640x480      120.00  
HDMI-1-1 connected (normal left inverted right x axis y axis)
1920x1080     60.00 +  59.96    50.00    59.94    59.93  
1920x1080i    60.00    50.00    59.94  
1680x1050     69.88    59.95    59.88  
1600x1024     60.17  
1400x1050     74.76    70.00    59.98  
1600x900      59.95    59.82  
1280x1024     75.02    60.02  
1440x900      74.98    59.89    59.90  
1400x900      59.96    59.88  
1280x960      60.00  
1440x810      59.97  
1368x768      59.88    59.85  
1360x768      59.80    59.96  
1280x800      59.99    59.97    59.81    59.91  
1152x864      75.00    75.00    70.00    60.00  
1280x720      60.00    59.99    59.86    60.00    50.00    59.94    59.74  
1024x768      75.05    60.04    75.03    70.07    60.00  
960x720       75.00    60.00  
928x696       75.00    60.05  
896x672       75.05    60.01  
1024x576      59.95    59.96    59.90    59.82  
etc..

返回sudo lshw -c display

*-display                 
   description: VGA compatible controller
   product: NVIDIA Corporation
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@0000:01:00.0
   version: a1
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
   configuration: driver=nouveau latency=0
   resources: irq:55 memory:f6000000-f6ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:f000(size=128) memory:f7000000-f707ffff
*-display
   description: VGA compatible controller
   product: Picasso
   vendor: Advanced Micro Devices, Inc. [AMD/ATI]
   physical id: 0
   bus info: pci@0000:04:00.0
   version: c2
   width: 64 bits
   clock: 33MHz
   capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
   configuration: driver=amdgpu latency=0
   resources: irq:24 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:c000(size=256) memory:f7500000-f757ffff

“关于”的回归

Memory 7.6GiB
Processor AMD Ryzen 5 3550h with radeon vega mobile gfx x 8
Graphics AMD Raven
GNOME 3.28.2
OS type 64-bit
Disk 82.1

返回uname -a

Linux laptop 5.5.2-050502-generic #202002041931 SMP Tue Feb 4 19:33:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我可以提供任何所需的信息,只要告诉我您需要什么样的信息。

答案1

终端 (Ctrl-Alt-T) 中的 xrandr 命令可能会有帮助。

如果您单独运行 xrandr,它应该会显示您的监视器的名称。

兰德

对我有用的是:

sudo xrandr --output VGA-0 --mode 1920x1200

其中 VGA-0 是我的辅助显示器的名称,并且模式值非常适合我的显示器。

如果您弄乱了分辨率并且无法再在屏幕上读取任何内容,请(盲目)输入此命令将其重置为基本分辨率:

sudo xrandr -s 1024x768

答案2

尝试从以下几点开始,逐步实现更好的决心:

sudo xrandr --输出 HDMI-1-1 --模式 1024x768

相关内容