Bug 385102 - no mouse reaction on multi display system
Summary: no mouse reaction on multi display system
Status: RESOLVED DUPLICATE of bug 363548
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.08.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-26 18:02 UTC by Jens
Modified: 2017-09-26 18:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2017-09-26 18:02:45 UTC
two monitor system. Using:
'xrandr --output DP-0 --mode 3840x2160 --pos 2880x0 --output DVI-I-1 --mode 1920x1200 --scale 1.5x1.5'
to enable both display. To have similar font sizes on DVI-I-1 scaling used.
The primary monitor left x location starts at offset 2880 pixels (1920* 1.5= 2880). The secondary display with the lower resolution is placed left of the primary display.
Dolphin opens on secondary display. After moving it to the primary display (DP-0) mouse actions (eg. chose a file) are ignored (menu items still accessible). Move it back to the secondary display returns to normal behaviour. I guess the mouse pointers location event returns a wrong value not taking into account the x- offset (2880 in this case) of the display.
Comment 1 Elvis Angelaccio 2017-09-26 18:16:20 UTC
Fixed with KIO >= 5.35

*** This bug has been marked as a duplicate of bug 363548 ***