hi everybody,

i'm using a dual-screen setup with a pretty aged crt-monitor (primary screen) and a new beamer (secondary screen). double-clicking on the vdr-sxfe window always switches to fullscreen on the primary screen, even when the window is placed on the secondary screen. applications like mplayer and kaffeine show the expected behaviour and use the secondary screen for fullscreen mode.

can i switch to fullscreen mode on secondary screen with vdr-sxfe?

cheers,
sven

here is my xorg.conf:

-------------------------------------------------------------------------

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
#    InputDevice    "LIRCMouse"
EndSection

Section "Files"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
#    Load  "dri"
    Load  "glx"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "de"
EndSection

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

#Section "InputDevice"
#    Identifier  "LIRCMouse"
#    Driver      "mouse"
##    Option      "CorePointer"
#    Option      "Device" "/dev/lircm"
#    Option      "Protocol" "IntelliMouse"
##    Option      "Protocol" "auto"
#    Option      "SendCoreEvents"
#    Option      "Buttons" "5"
#    Option      "ZAxisMapping" "4 5"
#EndSection

Section "Monitor"
    #DisplaySize      490   320    # mm
    Identifier   "Monitor1"
    VendorName   "Panasonic"
    ModelName    "PT-AX200e"
### Comment all HorizSync and VertSync values to use DDC:
#    HorizSync    28.0 - 83.0
#    VertRefresh  56.0 - 75.0
    Option        "DPMS"
EndSection

Section "Monitor"
    DisplaySize    400 300
    HorizSync    30-130
    Identifier    "Monitor0"
    ModelName    "A201HT VISIONMASTER PRO 510"
    Option        "DPMS"
    #Option        "CalcAlgorithm" "UseFrameBufferTiming"
    VendorName    "IIYAMA"
    VertRefresh    50-160

    # *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
    Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
    # Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
    Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync

    # Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
    Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
    # Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
    Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync

    # Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
    Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
    # Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
    Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
    Option      "NoLogo" "true"
    Option      "HWcursor" "true"
#    Option      "VertRefresh" "85"
    Identifier  "Card0"
    #Driver      "nv"
    Driver      "nvidia"
    # needed for compiz, beryl supported by >=1.0.9625
    Option      "AddARGBGLXVisuals" "true"
    VendorName  "nVidia Corporation"
    BoardName   "Unknown Board"
    BusID       "PCI:1:0:0"
    Option      "TwinView"
    Option      "TwinViewOrientation" "CRT-1 LeftOf DFP-0"
    Option      "MetaModes" "CRT-1:1600x1200, DFP-0: 1280x720"
    #Option      "MetaModes" "DFP-0: 1600x1200, CRT-0: 1024x768 +1600 +432"
    Option      "HorizSync" "CRT-1: 30-130"
    Option      "VertRefresh" "CRT-1: 50-160"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     16
#        Modes    "1600x1200 1280x1024 1024x768"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
#        Modes    "1600x1200" "1280x960" "1024x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card0"
    Monitor    "Monitor1"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1280x720"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x720"
    EndSubSection
EndSection

Section "Extensions"
    # for beeryl
    Option    "Composite" "enable"
EndSection

-------------------------------------------------------------------------