免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1427 | 回复: 3
打印 上一主题 下一主题

请问程序如何在多屏幕间切换的 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-11 15:28 |只看该作者 |倒序浏览
两个屏幕, :0.0 和 :0.1  

运行程序的时候可以指定display来指定某个显示屏幕, 但如果一个程序已经运行了, 如果将它转移动另一个屏幕上去?

谢谢!

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2006-03-11 16:00 |只看该作者
man chvt
or
man screen

论坛徽章:
0
3 [报告]
发表于 2006-03-11 17:43 |只看该作者
chvt 和screen好象只是用于控制台或虚拟控制台的吧, 我主要想在给学生上课的时候, 将我显示屏上的某个窗口送到投影仪上去,在windows上实际上用鼠标托动就可以实现, 但在linux上只有鼠标可以在屏幕之间移动,如果试图托动某个窗口到另一个屏幕的时候, 从屏幕的这端出去,又从另一边进来了,并不能到达另一个屏幕。

我用的是FVWM, 我知道用MoveToScreen 可以在屏幕间移动窗口, 但它用于开启了Xinerama扩展之后才可以, 当我加Opiton "Xinerama" "true"之后启动X会花屏

附上我的xorg.conf, 火兄帮俺分析一下,谢谢!


  1. Section "Module"
  2.     #Load        "dbe"      # Double buffer extension
  3.     Load        "GLcore"
  4.     Load        "i2c"
  5.     Load        "bitmap"
  6.     Load        "ddc"
  7.     SubSection  "extmod"
  8.       Option    "omit xfree86-dga"
  9.     EndSubSection
  10.     Load        "type1"
  11.     Load        "freetype"
  12.     Load        "glx"   # libglx.a
  13.     Load        "dri"   # libdri.a
  14.     Load        "int10"
  15.     Load        "type1"
  16.     Load        "dbe"
  17.     Load        "synaptics"   #touchpad driver
  18. EndSection

  19. Section "Files"
  20.     FontPath     "/usr/share/X11/fonts/misc"
  21.     FontPath     "/usr/share/X11/fonts/cyrillic"
  22.     FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
  23.     FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
  24.     FontPath     "/usr/share/X11/fonts/Type1"
  25.     FontPath     "/usr/share/X11/fonts/CID"
  26.     FontPath     "/usr/share/X11/fonts/100dpi"
  27.     FontPath     "/usr/share/X11/fonts/75dpi"
  28.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  29.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  30.     FontPath     "/usr/share/fonts/truetype/ttf-microsoft"
  31.     FontPath     "/usr/share/fonts/truetype/VeraSansYuanTi"

  32. EndSection

  33. Section "InputDevice"
  34.     Identifier  "Generic Keyboard"
  35.     Driver  "kbd"
  36.     Option  "CoreKeyboard"
  37.     #Option "AutoRepeat" "500 30"
  38.     Option "XkbRules"   "xorg"
  39.     Option "XkbModel"   "pc104"
  40.     Option "XkbLayout"  "us"
  41. EndSection

  42. Section "InputDevice"
  43.     Identifier  "Configured Mouse"
  44.     Driver "mouse"
  45.     Option "Device"     "/dev/input/mice"
  46.     Option "Protocol"   "ImPS/2"
  47.     Option "Emulate3Buttons" "true"
  48.     Option "ZAxisMapping"   "4 5"
  49.     Option "Buttons" "5"
  50. EndSection

  51. Section "InputDevice"
  52.     Identifier "Synaptics"
  53.     Driver "synaptics"
  54.     Option "SendCoreEvents" "true"
  55.     Option "Protocol" "auto-dev"
  56.     Option "Device" "/dev/psaux"
  57.     Option "ZAxisMapping" "4 5"
  58.     Option "Emulate3Buttons" "yes"
  59.     Option "SHMConfig" "on"
  60.     Option "LeftEdge" "120"
  61.     Option "RightEdge" "950"
  62.     Option "TopEdge" "120"
  63.     Option "BottomEdge" "700"
  64.     Option "FingerLow" "14"
  65.     Option "FingerHigh" "15"
  66.     Option "MaxTapTime" "180"
  67.     Option "MaxTapMove" "110"
  68.     Option "EmulateMidButtonTime" "75"
  69.     Option "VertScrollDelta" "20"
  70.     Option "HorizScrollDelta" "20"
  71.     Option "MinSpeed" "0.2"
  72.     Option "MaxSpeed" "0.8"
  73.     Option "AccelFactor" "0.025"
  74.     Option "EdgeMotionMinSpeed" "200"
  75.     Option "EdgeMotionMaxSpeed" "200"
  76.     Option "UpDownScrolling" "1"
  77.     Option "LeftRightScrolling" "1"
  78.     Option "CircularScrolling" "1"
  79.     Option "CircScrollDelta" "0.1"
  80.     Option "CircScrollTrigger" "2"
  81.     Option "CircularPad" "0"
  82.     Option "ClickTime" "100"
  83.     Option "TapButton1" "1"
  84.     Option "TapButton2" "2"
  85.     Option "TapButton3" "3"
  86. EndSection
  87. Section "Monitor"
  88.     Identifier  "Dell XGA LCD"
  89.     Option "DPMS"
  90. EndSection
  91. Section "Monitor"
  92.     Identifier "Projector"
  93.     Option "DPMS"
  94. EndSection

  95. Section "Device"
  96.     Identifier  "ATI Graphics Adapter"
  97.     Driver      "fglrx"
  98.     BusID       "PCI:1:0:0"
  99.     Screen      0
  100. EndSection

  101. Section "Device"
  102.     Identifier  "ATI Graphics Adapter1"
  103.     Driver      "fglrx"
  104.     BusID       "PCI:1:0:0"
  105.     Screen      1
  106. EndSection

  107. Section "Screen"
  108.     Identifier  "Dell XGA LCD"
  109.     Device      "ATI Graphics Adapter"
  110.     Monitor     "Dell XGA LCD"
  111.     DefaultDepth 24
  112.     Subsection "Display"
  113.         Depth   24
  114.         Modes   "1400x1050"
  115.         #ViewPort    0 0
  116.     EndSubsection
  117. EndSection

  118. Section "Screen"
  119.     Identifier "Projector"
  120.     Device "ATI Graphics Adapter1"
  121.     Monitor "Projector"
  122.     DefaultDepth 24
  123.     Subsection "Display"
  124.         Depth   24
  125.         Modes   "1024x768"
  126.     EndSubSection
  127. EndSection
  128. Section "ServerFlags"
  129.     Option  "DefaultServerLayout" "single"
  130. EndSection

  131. Section "ServerLayout"
  132.     Identifier      "dual"
  133.     Screen          "Dell XGA LCD"
  134.     Screen          "Projector" LeftOf "Dell XGA LCD"
  135.     InputDevice     "Configured Mouse" "CorePointer"
  136.     InputDevice     "Generic Keyboard" "CoreKeyboard"
  137.     InputDevice     "Synaptics"
  138.     #InputDevice    "Synaptics" "AlwaysCore"
  139. EndSection

  140. Section "ServerLayout"
  141.     Identifier      "single"
  142.     Screen          "Dell XGA LCD" 0 0
  143.     InputDevice     "Generic Keyboard" "CoreKeyboard"
  144.     InputDevice     "Configured Mouse" "CorePointer"
  145.     InputDevice     "Synaptics"
  146.     #InputDevice    "Synaptics" "AlwaysCore"
  147. EndSection

  148. Section "dri"
  149.     Mode 0666
  150. EndSection
复制代码



分别用 startx -- -layout single 和 startx -- -layout dual 来启动单屏和双屏模式





原帖由 寂寞烈火 于 2006-3-11 16:00 发表
man chvt
or
man screen

论坛徽章:
0
4 [报告]
发表于 2006-03-12 10:02 |只看该作者
upup
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP