84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我有一台电脑上装着Ubuntu 10.04 LTS Lucid。这台电脑的主板上插着两块英伟达显卡。其中一块显卡连接着我的显示器。现在我想把显示器连接到另一块显卡上,应该怎么做呢?直接把显示器接口拔下来插在另一块显卡上似乎无法显示。
闭关修行中......
你需要修改Xorg的配置,可以参考ArchLinux的WIKI
https://wiki.archlinux.org/index.php/Xorg#More_than_one_graphics_card
https://wiki.archlinux.org/index.php/Multihead
使用xrandr命令:1. 先用xrandr -q查询你的显卡和显示器的链接信息。2. 再用xrandr命令制定输出到哪一个端口上,比如:
xrandr
xrandr -q
shxrandr --output DVI-I-1 --mode 1920x1080
sh
xrandr --output DVI-I-1 --mode 1920x1080
我改了xorg.conf的配置,但是还是不是我想要的结果。请看帖:http://segmentfault.com/q/1010000003045155
你需要修改Xorg的配置,可以参考ArchLinux的WIKI
https://wiki.archlinux.org/index.php/Xorg#More_than_one_graphics_card
https://wiki.archlinux.org/index.php/Multihead
使用
xrandr
命令:1. 先用
xrandr -q
查询你的显卡和显示器的链接信息。2. 再用
xrandr
命令制定输出到哪一个端口上,比如:我改了xorg.conf的配置,但是还是不是我想要的结果。请看帖:
http://segmentfault.com/q/1010000003045155