Panel crash with dual monitor setup

Brian brian-schott at cox.net
Fri Jun 2 00:53:02 CEST 2006


That's an odd way of setting up an xorg.conf. My nVidia setup works like
this: (All of the multimonitor configuration is within the "Device" section)

Section "Device"
    Identifier  "GeForce FX5500"
    #Driver      "nv"
    Driver      "nvidia"
    Option "NoLogo" "true"
    Option "CursorShadow" "true"
    Option "renderaccel" "true"
    Option "AccelMethod" "exa"
    Option "TwinView" "true"
    Option "MetaModes" "1280x1024,1280x1024"
    Option "MetaModes" "1024x768,1024x768"
    Option "MetaModes" "800x600,800x600"
    Option "MetaModes" "640x480,640x480"
    Option "SecondMonitorHorizSync" "64.0"
    Option "SecondMonitorVertRefresh" "60.0"
    Option "AllowGLXWithComposite" "true"
    Option "TwinViewOrientation" "RightOf"
    Option "AddARGBGLXVisuals" "true"
EndSection

Section "Screen"
    Identifier  "Screen"
    Device      "GeForce FX5500"
    Monitor     "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Dual"
    Screen "Screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

I was unable to reproduce the crash as well.

-Brian Schott



More information about the Xfce4-dev mailing list