我正在尝试运行 Debian Stretch,我尝试安装 Nvidia 驱动程序(非免费驱动程序)和 Intel 驱动程序,我尝试手动设置我的 Xorg.conf,但没有任何改变。甚至尝试过 nouveau,但一无所获。这是行不通的。我的主板看到已连接的 PCI,它们的 vga 连接到工作屏幕(之前测试过)
giampli@test:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
但 xrandr 看不到第二个 VGA,它只能看到一个屏幕。
giampli@test:~$ sudo xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+
1680x1050 59.95
1440x900 74.98 59.89
1280x1024 75.02 60.02
1280x720 60.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 72.81 59.94
我实在不明白为什么。请原谅我的英语不好,我不是母语。
答案1
根据链接的 Xorg.log(请编辑您的问题,不要在评论中添加新信息),模式设置驱动程序通过 HDMI/DVI 识别英特尔卡和连接的屏幕,但 Nouveau 似乎没有检测到您的 NVIDIA 显卡。
新风格确实支持自 2015 年起的 GTX 750 Ti。确保您的内核和 nouveau 驱动程序都是最新版本。