设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Ubuntu Linux 专题讨论
›
[转贴]Dual Display,Ubuntu下实现双显示器
返回列表
查看:
1867
|
回复:
2
[转贴]Dual Display,Ubuntu下实现双显示器
[复制链接]
wide288
wide288
当前离线
积分
2736
IP卡
狗仔卡
发表于 2008-10-24 10:55:27
|
显示全部楼层
|
阅读模式
http://thatssky.spaces.live.com/ ... 0E925FC00!507.entry
脑袋又开始发热,不过还是很爽滴,尽管两个显示器分辨率差别很大,但从此查文档写东西窗口翻来覆去的日子过去了。这里记录一下在Ubuntu下面设置双显示器的配置文件,xorg.conf。
我的配置文件是针对笔记本单显卡的,我的显卡是Ati的。不过双显卡的类似,举一反三,这里放的只是需要改动的段落。
Section "Device"
Identifier "ATI"
Driver "ati"
Screen 0
BusID "
CI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "ati"
Screen 1
BusID "
CI:1:0:0"
EndSection
Section "Monitor" #对外置的显示器新加的,原来的不变
Identifier "MonExt"
Option "DPMS"
EndSection
Section "Screen" #对外置的显示器新加的,原来的不变
Identifier "Screen1"
Device "Card1"
Monitor "MonExt"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "DualHead"
Screen "Default Screen" 0 0
Screen "Screen1" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
#如果只是扩展屏幕,也就是窗口可以拖到另外一个屏幕,就加上下面这段;如果需要两个独立的显示就去掉。
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
哈哈哈哈,感谢“风姐姐”友情支持卖给我这个TFT~
刚刚登录Windows, 发现Ati的win下面的驱动已经内置了多显示器支持, Extend模式.
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
kingway
kingway
当前离线
积分
434
IP卡
狗仔卡
发表于 2008-10-24 15:09:47
|
显示全部楼层
不知道 Intel X3100 显卡可不可以实现??????
回复
支持
反对
使用道具
举报
显身卡
Julian
Julian
当前离线
积分
14
IP卡
狗仔卡
发表于 2008-10-29 16:22:03
|
显示全部楼层
不知道 Intel X3100 显卡可不可以实现??????
我也想知道
:)
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表