亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区
Chinaunix
標(biāo)題:
請問程序如何在多屏幕間切換的
[打印本頁]
作者:
aquino
時間:
2006-03-11 15:28
標(biāo)題:
請問程序如何在多屏幕間切換的
兩個屏幕, :0.0 和 :0.1
運(yùn)行程序的時候可以指定display來指定某個顯示屏幕, 但如果一個程序已經(jīng)運(yùn)行了, 如果將它轉(zhuǎn)移動另一個屏幕上去?
謝謝!
作者:
寂寞烈火
時間:
2006-03-11 16:00
man chvt
or
man screen
作者:
aquino
時間:
2006-03-11 17:43
chvt 和screen好象只是用于控制臺或虛擬控制臺的吧, 我主要想在給學(xué)生上課的時候, 將我顯示屏上的某個窗口送到投影儀上去,在windows上實(shí)際上用鼠標(biāo)托動就可以實(shí)現(xiàn), 但在linux上只有鼠標(biāo)可以在屏幕之間移動,如果試圖托動某個窗口到另一個屏幕的時候, 從屏幕的這端出去,又從另一邊進(jìn)來了,并不能到達(dá)另一個屏幕。
我用的是FVWM, 我知道用MoveToScreen 可以在屏幕間移動窗口, 但它用于開啟了Xinerama擴(kuò)展之后才可以, 當(dāng)我加Opiton "Xinerama" "true"之后啟動X會花屏
附上我的xorg.conf, 火兄幫俺分析一下,謝謝!
Section "Module"
#Load "dbe" # Double buffer extension
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
Load "int10"
Load "type1"
Load "dbe"
Load "synaptics" #touchpad driver
EndSection
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/usr/share/fonts/truetype/ttf-microsoft"
FontPath "/usr/share/fonts/truetype/VeraSansYuanTi"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
#Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "on"
Option "LeftEdge" "120"
Option "RightEdge" "950"
Option "TopEdge" "120"
Option "BottomEdge" "700"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.8"
Option "AccelFactor" "0.025"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "CircularPad" "0"
Option "ClickTime" "100"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Section "Monitor"
Identifier "Dell XGA LCD"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Projector"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "ATI Graphics Adapter1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Dell XGA LCD"
Device "ATI Graphics Adapter"
Monitor "Dell XGA LCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1400x1050"
#ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Projector"
Device "ATI Graphics Adapter1"
Monitor "Projector"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "single"
EndSection
Section "ServerLayout"
Identifier "dual"
Screen "Dell XGA LCD"
Screen "Projector" LeftOf "Dell XGA LCD"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Synaptics"
#InputDevice "Synaptics" "AlwaysCore"
EndSection
Section "ServerLayout"
Identifier "single"
Screen "Dell XGA LCD" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Synaptics"
#InputDevice "Synaptics" "AlwaysCore"
EndSection
Section "dri"
Mode 0666
EndSection
復(fù)制代碼
分別用 startx -- -layout single 和 startx -- -layout dual 來啟動單屏和雙屏模式
原帖由
寂寞烈火
于 2006-3-11 16:00 發(fā)表
man chvt
or
man screen
作者:
aquino
時間:
2006-03-12 10:02
upup
歡迎光臨 Chinaunix (http://www.72891.cn/)
Powered by Discuz! X3.2