Request for verification - Chrome new window moved to other screens is black

Mark Knecht <[email protected]> Fri, 26 Dec 2014 05:53:14 -0800
Newsgroups gmane.linux.gentoo.amd64
Message-ID <CAK2H+ec0TyWUWzyH+Fm8fB3rPtXQbnFrZ3=-wDv48xucy4akWg@mail.gmail.com>
Hi quiet list,
   This is a request for anyone using Chrome, any version in portage -
I've tried stable, beta and unstable - to see if you see this problem.
It's easy to reproduce on my system.

   The system I've got:

1) Gentoo 64-bit, mostly stable
2) Two NVidia 8400 GS VGAs driving 3 monitors using nvidia-drivers
3) KDE with 6 desktops + 3 screens/desktop

First, demonstrate no basic problems: open Chrome and move it around
to different screens on any desktop. Chrome should work fine as it
does here.

Second, demonstrate the problem. In the Chrome menu in the upper right
- 3 horizontal lines - choose New Window. Chrome pops up and looks
good. Move it to another screen and see if it turns black. It does on
my system.

   The Chrome folks are looking for some verification in a bug report
I made here:

https://code.google.com/p/chromium/issues/detail?id=443189

   If you see the problem maybe you can add some info to the bug
report. If you do not but have some ideas about how I might
reconfigure something like X to fix this I'd appreciate hearing your
ideas. I'm attaching my xorg.conf file if someone wants to review that
for possible fix-ups I might try.

Thanks,
Mark
xorg.conf (application/octet-stream, 3.7 KB)
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 331.49  (buildmeister@swio-display-x86-rhel47-10)  Wed Feb 12 20:59:53 PST 2014

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 331.49  (buildmeister@swio-display-x86-rhel47-10)  Wed Feb 12 21:00:07 PST 2014

Section "ServerLayout"

# Removed Option "Xinerama" "0"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S24B150"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 75.0
    VertRefresh     56.0 - 61.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc ASUS VS247"
    HorizSync       24.0 - 83.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400GS"
    BusID          "PCI:2:0:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400GS"
    BusID          "PCI:4:0:0"
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400GS"
    BusID          "PCI:4:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "1920x1080 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "1920x1080 +0+0"
# Removed Option "metamodes" "VGA-0: 1920x1080 +0+0"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "nvidiaXineramaInfoOrder" "CRT-1"
    Option         "Stereo" "0"
    Option         "metamodes" "VGA-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-1: 1920x1080 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection