我有一台安装了 Gentoo Linux 的 ThinkPad T510 笔记本电脑,但我无法让 VGA 和 DisplayPort 工作。xrandr -q
无法显示它们,所以我猜想我的内核配置有问题,但我找不到负责这些端口的选项。以下是 的输出xrandr -q
:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1366 x 768, maximum 1366 x 768
default connected 1366x768+0+0 0mm x 0mm
1366x768 50.0* 51.0 52.0
1024x768 53.0 54.0
832x624 55.0
800x600 56.0 57.0 58.0 59.0 60.0
720x400 61.0
700x525 62.0
640x512 63.0 64.0
640x480 65.0 66.0 67.0 68.0 69.0
640x400 70.0
640x350 71.0
576x432 72.0
512x384 73.0 74.0 75.0 76.0 77.0
416x312 78.0
400x300 79.0 80.0 81.0 82.0 83.0
360x200 84.0
320x240 85.0 86.0 87.0 88.0
320x200 89.0
320x175 90.0
有人能帮助我找出问题所在以及如何使视频连接正常工作吗?
更新:
问题似乎自行解决了。经过计划更新后,包括更新xorg
我知道我的 DisplayPort 可以正常工作,我认为 VGA 也可以正常工作。
我做了什么:
更新x11-base/xorg-server
(我的现在是 1.13.0-r1)和所有依赖项,并使用sudo
或以 root 身份执行此操作:
emerge -av -1 $(qlist -IC x11-drivers)
上述命令还应重新生成视频驱动程序(我的情况是 nvidia-drivers,版本 304.64)。基本上就是这样,现在我的xrandr -q
看起来是这样的:
Screen 0: minimum 8 x 8, current 3286 x 1080, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
1366x768 59.6*+ 50.0
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
答案1
请提交错误至http://bugs.gentoo.org并包括:
emerge --info sys-kernel/gentoo-sources
在第一条评论中,如果太大,则作为附件。您第一条评论中的
gentoo-sources
、xorg-server
和您的驱动程序的版本。xrandr
dmesg
输出,作为附件。/usr/src/linux/.config
,作为附件/var/log/Xorg.0.log
,作为附件xrandr --query --verbose
,作为附件。