由于屏幕损坏/伪影无法显示任何有用的导航信息,我必须在安装 Ubuntu 22.04 期间和之后包含指令“nomodeset”。
它的主要缺点是分辨率停留在 640x480,而显示器(Hanns G HW223D)支持 1680 x 1050。按住键盘上的“Windows Flag”键可以移动窗口来查看并选择必要的按钮,例如下一个或上一个。
我按照说明这里使用 xrandr 创建新的分辨率并得到响应
配置 crtc 0 失败。
以下是我输入每个命令时显示的输出,我也尝试不使用“-r”
DS3:~$ cvt -r 1680 1050 60
# 1680x1050 59.88 Hz (CVT 1.76MA-R) hsync: 64.67 kHz; pclk: 119.00 MHz
Modeline "1680x1050R" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
将最后一行附加到 xrandr
DS3:~$ sudo xrandr --newmode "1680x1050R" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
xrandr: Failed to get size of gamma for output default
显示器名称默认为 DVI-D-0;显卡通过“DVI-D 单链路”电缆连接。
DS3:~$ xrandr | grep -e " connected [^(]" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/"
xrandr: Failed to get size of gamma for output default
default connected primary 640x480+0+0 0mm x 0mm
似乎需要一段时间才能识别最大分辨率
DS3:~$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected primary 640x480+0+0 0mm x 0mm
640x480 0.00*
1680x1050R (0x535) 119.000MHz +HSync -VSync
h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.67KHz
v: height 1050 start 1053 end 1059 total 1080 clock 59.88Hz
DS3:~$ sudo xrandr --addmode default 1680x1050R
xrandr: Failed to get size of gamma for output default
DS3:~$ sudo xrandr --output default --mode 1680x1050R
xrandr: Failed to get size of gamma for output default
xrandr: screen cannot be larger than 640x480 (desired size 1680x1050)
现已认可最大分辨率
DS3:~$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 1680 x 1050
xrandr 未能分配新分辨率
DS3:~$sudo xrandr --addmode default 1680x1050R
DS3:~$sudo xrandr --output default --mode 1920x1080R
xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed
此外,以下操作无效:
DS3:~$ xrandr -s 1680x1050R
Failed to change the screen configuration!
DS3:~$ xrandr -s 1680x1050
Failed to change the screen configuration!
--verbose 的输出,如前所述,我尝试了不带“-r”的 cvt
DS3:~$ xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 1680 x 1050
default connected primary 640x480+0+0 (0x524) normal (normal) 0mm x 0mm
Identifier: 0x523
Timestamp: 7970560
Subpixel: horizontal rgb
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
_MUTTER_PRESENTATION_OUTPUT: 0
non-desktop: 0
supported: 0, 1
640x480 (0x524) 0.000MHz *current
h: width 640 start 0 end 0 total 640 skew 0 clock 0.00KHz
v: height 480 start 0 end 0 total 480 clock 0.00Hz
1680x1050R (0x535) 119.000MHz +HSync -VSync
h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.67KHz
v: height 1050 start 1053 end 1059 total 1080 clock 59.88Hz
1680x1050_60.00 (0x54e) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1680x1050_30.00 (0x55b) 67.750MHz -HSync +VSync
h: width 1680 start 1736 end 1896 total 2112 skew 0 clock 32.08KHz
v: height 1050 start 1053 end 1059 total 1071 clock 29.95Hz
我已经确认 Ubuntu 可以识别该视频卡,并且 Nouveau 驱动程序存在。
DS3:~$ lspci -k | grep -iEA5 'vga|display|3d'
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)
Subsystem: eVga.com. Corp. G70 [GeForce 7800 GT]
Kernel modules: nvidiafb, nouveau
03:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: ahci
Kernel modules: ahci
DS3:~$ lsmod | grep nouveau
nouveau 2306048 0
mxm_wmi 16384 1 nouveau
drm_ttm_helper 16384 1 nouveau
ttm 86016 2 drm_ttm_helper,nouveau
drm_kms_helper 311296 1 nouveau
i2c_algo_bit 16384 1 nouveau
video 61440 1 nouveau
wmi 32768 2 mxm_wmi,nouveau
drm 622592 4 drm_kms_helper,drm_ttm_helper,ttm,nouveau
显示器和显卡都是2007年的,15年了。以下论坛邮政,似乎表明显卡才是罪魁祸首。内核为 4.15 或更高版本的 Ubuntu 不允许安装专有 nVidia 304 驱动程序。在安装阶段,我还尝试了 800x600,但还是出现了同样的 crtc 0 失败。
CPU:英特尔酷睿 2 双核 E6300 1.8 ghz
主板:技嘉 DS3 带 965P 芯片组
内存:2x1gb + 2x2gb = 6gb 内存
其他:英特尔固态驱动器 160 MB/s 读取速度