此版本的 Ubuntu 无法正常工作。此版本无法识别:我的屏幕品牌。我尝试了所有方法。我需要我的 Ubuntu 确认显示器,并且每次重新启动时驱动程序都不会删除我的显示器?
规格体系
- CPU:AMD Phenom (tm) II X4 965 处理器 x4
- 内存:4GB
- 显卡:ATI HD7870-DC2-2GD5 ASUS
- 屏幕型号:LG FLATRON W2243S
命令输出:xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
DVI-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
问题是人们有一个带有“VGA”连接的猴子,而我的视频图形卡是“DVI”连接的,我使用转换器“VGA”到“DVI”进行连接,为什么 ubuntu 无法识别我的显示器。 =(我知道,因为我刚刚让我弟弟测试了显示器,这个屏幕是“DVI”探头并且可以工作 :(
答案1
我知道这已经很晚了,但我也在使用适配器,也遇到了同样的问题。每当我尝试使用
$ xrandr --newmode <insert cvt mode>
$ xrandr --addmode DVI-0 1920x1080_60.00
$ xrandr --output DVI-0 --mode 1920x1080_60.00
这会让我陷入“超出范围”。我所做的就是添加--rate 60
到最后一个命令中。
答案2
安装专有 AMD 驱动程序。
系统设置->软件和更新->附加驱动程序。