当前位置:  技术问答>linux和unix

linux配置双屏双输出相关问题<在线讨论>

    来源: 互联网  发布时间:2016-08-01

    本文导语:  现在的问题是linux配置双屏双输出:我的xorg.conf 文件如下 Section "ServerLayout" # Identifier     "Default Layout" Identifier     "X.org Configured" Screen      0  "Screen0" 0 0 Screen      1  "Screen1" RightOf "Screen0" InputDe...

现在的问题是linux配置双屏双输出:我的xorg.conf 文件如下

Section "ServerLayout"
# Identifier     "Default Layout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
Screen      1  "Screen1" RightOf "Screen0"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
InputDevice   "Synaptics Touchpad"
# Option        "Xinerama" "on"             >>>>>>>>>>>>>>>>>>注意这里;
# Option        "Clone" "off"      >>>>>>>>>>>这两处我加上就起不来X.听说是跟哪有冲
                                                         突,我不知道该怎么解决,或许是屏蔽什么,
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "catalogue:/etc/X11/fontpath.d"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "dri"
Load  "dri2"
Load  "record"
Load  "glx"
Load  "extmod"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"        
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"              
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"              
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"        
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"              
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
Option      "DPMS"  "true"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
Option      "DPMS"  "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"             # []
        #Option     "SWcursor"            # []
        #Option     "ColorKey"            # 
        #Option     "CacheLines"          # 
        #Option     "Dac6Bit"             # []
        #Option     "DRI"                 # []
        #Option     "NoDDC"               # []
        #Option     "ShowCache"           # []
        #Option     "XvMCSurfaces"        # 
        #Option     "PageFlip"            # []
Identifier  "Card0"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID       "PCI:0:2:0"
Screen      0
EndSection

Section "Device"
Identifier  "Card1"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID       "PCI:0:2:0"
Screen      1
EndSection



Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Depth     24
Modes  "1280x720"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
SubSection "Display"
Depth     24
Modes  "1280x720"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection



--------------------------------------各位兄弟,帮忙吧.我实在熬不下去了.

|
我能来,但是我不会,基本没折腾过图形界面

    
 
 

您可能感兴趣的文章:

  • linux下 多线程打印输出看不到,但gdb下就能看到输出,是什么原因呢?
  • java程序在linux系统下中文输出乱码,输出一个汉字对应一个问号
  • linux开机运行的程序无法输出
  • Linux 终端输出的问题
  • linux下子进程输出重定向的问题
  • 如何把LINUX命令执行产生的标准错误信息输出到一个变量里?
  • linux shell 获取输出值
  • linux下的ls输出问题
  • linux中怎么使后台进程的输出至控制终端?
  • Servlet高手急救:欲从servlet输出图形,请问linux环境下如何配置,web服务器为tomcat
  • LINUX下C++编程如何控制光标的位置,以达到在指定位置输出字符
  • linux 中如何将屏幕输出内容保存成文件
  • Linux shell script输出文件名
  • Linux有没有记录屏幕输入输出到文件的工具
  • 在LINUX中使用C调用系统命令,怎么取得系统命令的输出?
  • linux下如何将man某命令的帮助输出到文本中?
  • linux下怎么实现在屏幕上指定地方输出字符?
  • linux 音频编程 ioctrl怎样控制音频的输出通道
  • linux 文字模式 在屏幕输出显示颜色字体怎么做?
  • 如何在linux下定义一个64位的整型变量,并进行输出,用GCC编译
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Linux内核中影响tcp三次握手的一些协议配置
  • LINUX如何配置网卡,配置TELNET,急!在线等待!
  • Linux下NFS服务配置详解
  • 求xmanager3.0 配置root用户,连接redhat linux 6.0 配置文档
  • linux/centos源码安装nginx编译配置选项参数介绍
  • 高分求救!!!怎样在linux下配置tomcat文件?同时配置sqlServer数据库?
  • 何处有 Linux 内核编译配置详细的中文介绍? 我在重新配置编译时老是出错:-(
  • 安装linux的最低配置:硬盘,内存,以及cpu的最低配置?多谢赐教!
  • 请问:我在win2000下装了一个vMware4.5,又装了一个linux9.0,可是不会配置网络,我的虚拟机已经配置好了桥连接,可是在linux下我不知道
  • LINUX的一段DHCP配置怎样在WINDOWS 2003上配置相同的功能
  • linux路由器配置,内核配置中怎么找不到optimize as router not host选项!
  • to: wjmmml(笑着悲伤),有没有linux下的配置java、tomcat等等其他的配置文档啊,请帮忙
  • 大家好!我已经装好了红旗Linux桌面3.2正式版产品。现在我想配置通过局域网上网??请问我本机如何配置????
  • 请推荐一个配置要求低linux安装,我打算装上用来学习在linux上面做开发
  • linux下网络配置
  • 使用secureFX连接到linux上需要在linux上配置什么
  • LINUX(RH)下配置文件集
  • 如何配置linux,使windows系统可以直接打印到linux的打印机上??
  • 求教:Linux下网络配置的问题
  • 我机器配置不高,装了VMware,想装个redhat linux学linux
  • tomcat&Apache linux下配置
  • linux c/c++ IP字符串转换成可比较大小的数字
  • 在win分区上安装linux和独立分区安装linux有什么区别?可以同时安装吗?(两个linux系统)
  • linux哪个版本好?linux操作系统版本详细介绍及选择方案推荐
  • 在虚拟机上安装的linux上,能像真的linux系统一样开发linux程序么?
  • secureCRT下Linux终端汉字乱码解决方法
  • 我重装window后,把linux的引导区覆盖了,进不了linux怎么办?急啊,望热心的人帮助 (现在有linux的盘)
  • Linux c字符串中不可打印字符转换成16进制
  • 安装vmware软件,不用再安装linux系统,就可以模拟linux系统了,然后可以在其上学习一下LINUX下的基本操作 了?
  • linux 音频编程 ioctrl怎样控制音频的输出通道 iis7站长之家
  • 红旗Linux主机可以通过127.0.0.1访问,但如何是连网的Win2000机器通过Linux的IP去访问Linux


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3