Limiting KDE screensaver to one display.

Gilboa Davara gilboada at netvision.net.il
Sat Nov 12 12:04:37 UTC 2005


Hello all,

I've got a multi-head setup running on a x86-64 FC4.
Screen 0.0 is connected to my CRT.
Screen 0.1 is connected to a T.V.
My problem is simple:
I want the screen-saver to run -only- on the CRT and not on the T.V.

Any idea how I can accomplish that?

xorg snippet:

Section "Device"
        Screen 0
        Identifier  "Videocard0_CRT"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 6800GT"
        Option      "ConnectedMonitor"     "CRT"
        Option      "IgnoreDisplayDevices" "TV"
        Option      "DPMS"                 "on"
        Option      "RenderAccel"          "true"
        BusID       "PCI:129:0:0"
EndSection

Section "Device"
        Screen 1
        Identifier  "Videocard0_TV"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 6800GT"
        Option      "ConnectedMonitor"     "TV"
        Option      "IgnoreDisplayDevices" "CRT"
        Option      "TVStandard"           "PAL-B"
        BusID       "PCI:129:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0_CRT"
        Monitor    "CRT0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600"
"640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Videocard0_TV"
        Monitor    "TV0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier     "Layout0"
        Screen         0  "Screen0"
        Screen         1  "Screen1" rightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Gilboa




More information about the users mailing list