欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > linux >内容正文

linux

linux双屏显示不同内容,LINUX下双屏显示问题

发布时间:2025/4/16 linux 44 豆豆
生活随笔 收集整理的这篇文章主要介绍了 linux双屏显示不同内容,LINUX下双屏显示问题 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

LINUX下双屏显示问题

(2011-08-28 02:34:09)

标签:

linux

双屏

杂谈

LINUX下双屏显示问题我的问题是这样的我想用2个屏幕同时显示一个桌面,也就是说,桌面分辨率为1024(2)*768每个屏幕负责1024*768的显示空间而且键盘鼠标在这2个屏幕内都能正常操作请问LINUX能实现这个功能吗?哪个版本的LINUX能实现?具体操作要如何?要更改哪个文件?需要什么硬件的支持?在线等待,不胜感激完全可以,大部分Linux应该都可以,最好使用官方的驱动,直接用命令行参数就可以改了传说中是能,可惜每这么富过。可以参考一下我的xorg.conf

(ubuntu)Section "Device"

Identifier "intel" Screen 0

Driver "i810" BusID

"PCI:0:2:0"Option

"MonitorLayout"

"CRT,LFP"EndSectionSection

"Device" Identifier

"intel1" Screen 1 Driver

"i810" BusID

"PCI:0:2:0"Option

"MonitorLayout"

"CRT,LFP"EndSectionSection

"Monitor" Identifier

"LCD" Option

"DPMS" HorizSync 28-51

VertRefresh 43-60EndSectionSection

"Monitor" Identifier

"CRT" Option

"DPMS" HorizSync 30-96

VertRefresh 50-160EndSectionSection

"Screen" Identifier

"Default Screen" Device

"intel" Monitor

"LCD" DefaultDepth 24 SubSection

"Display" Depth 1 Modes

"1024x768" EndSubSection

SubSection "Display" Depth 4

Modes "1024x768" EndSubSection

SubSection "Display" Depth 8

Modes "1024x768" EndSubSection

SubSection "Display" Depth 15

Modes "1024x768" EndSubSection

SubSection "Display" Depth 16

Modes "1024x768" EndSubSection

SubSection "Display" Depth 24

Modes "1024x768"

EndSubSectionEndSectionSection

"Screen" Identifier

"Screen1" Device

"intel1" Monitor

"CRT" DefaultDepth 24 SubSection

"Display" Depth 1 Modes

"1024x768" EndSubSection

SubSection "Display" Depth 4

Modes "1024x768" EndSubSection

SubSection "Display" Depth 8

Modes "1024x768" EndSubSection

SubSection "Display" Depth 15

Modes "1024x768" EndSubSection

SubSection "Display" Depth 16

Modes "1024x768" EndSubSection

SubSection "Display" Depth 24

Modes "1024x768"

EndSubSectionEndSectionSection

"ServerLayout" Identifier

"Dual-monitor Layout" Screen 0

"Default Screen" Screen 1

"Screen1" RightOf

"Default Screen" Option

"Xinerama"

"true" InputDevice

"Generic Keyboard" InputDevice

"Configured Mouse" InputDevice

"stylus"

"SendCoreEvents" InputDevice

"cursor"

"SendCoreEvents" InputDevice

"eraser"

"SendCoreEvents" InputDevice

"Synaptics

Touchpad"EndSectionSection

"DRI" Mode 0666EndSection我在debian

linux下采用nvidia显卡中设置过双屏幕显示而且成功,现将网络上找到http://www.free2co.info/gongsi/657.html的全金说明发拿来给你分享。在xorg.conf中的参数修改如下

http://www.keland.info/gongsi/619.htmlhttp://www.lebanon-mo.info/gongsi/560.html:

关键的参数有: Option "TwinView"

"True" 这是用于双头显示的,一定要打开,默认是关闭的

Option "TwinViewOrientation"

"Clone"

这是表示第二显示器和第一显示器内容完全相同,Clone表示克隆的意思 Option

"UseEdidFreqs"

"True" 这个

分享:

喜欢

0

赠金笔

加载中,请稍候......

评论加载中,请稍候...

发评论

登录名: 密码: 找回密码 注册记住登录状态

昵   称:

评论并转载此博文

发评论

以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

《新程序员》:云原生和全面数字化实践50位技术专家共同创作,文字、视频、音频交互阅读

总结

以上是生活随笔为你收集整理的linux双屏显示不同内容,LINUX下双屏显示问题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。