[kde] [Bug 314790] New: KDE Task switcher does not appear on correct Dual Monitor screen, ignores the cursor on the monitor as the active screen.

nwenclaff at gmail.com nwenclaff at gmail.com
Sat Feb 9 20:33:43 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=314790

            Bug ID: 314790
           Summary: KDE Task switcher does not appear on correct Dual
                    Monitor screen, ignores the cursor on the monitor as
                    the active screen.
    Classification: Unclassified
           Product: kde
           Version: 4.9
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: nwenclaff at gmail.com

When I press Alt+Tab I 80% of the time will not get anythig, the other 15% the
task switcher shows up on the wrong screen (I have dual monitors with Xorg.conf
using Seperate X  Screen Layout not twinview as it does not play nice with full
screen flash videos (shows up on 2nd monitor and not hte primary)), and the
remainder of the 5 % the window switcher shows up on the correct "primary"
screen.

Below is my /etc/X11/xorg.conf

____________________________

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 313.18  (buildmeister at swio-display-x86-rhel47-11) 
Wed Jan  9 16:22:20 PST 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 1024 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

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

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       28.0 - 55.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Seiko/Epson EPSON PJ"
    HorizSync       15.0 - 92.0
    VertRefresh     50.0 - 85.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Screen"

# Removed Option "nvidiaXineramaInfoOrder" "DFP-5"
# Removed Option "metamodes" "DFP: nvidia-auto-select +0+0"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-1"
    Option         "metamodes" "CRT: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: 1024x768 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-5"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Reproducible: Always

Steps to Reproduce:
1. Install Arch Linux from scratch so it is brand new nothing is modified
2. Install KDE and activate it via systemctl enable kdm.service; login
3. Configure Seperate X Screen via Nvidia-Settings
4. Press Alt + Tab 
Actual Results:  
Task Switcher occasionally shows up, if at all on the wrong screen...doesn't
even take into account which monitor the cursor is on.

Expected Results:  
Task switcher to show up on the active screen in question.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list