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下双屏显示问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux运行geoserver源码,L
- 下一篇: linux 爬虫工具,技术|如何在Ubu