[kde] [Bug 493357] New: Display configuration does not get saved correctly; incorrect configuration is restored after xrandr loads the correct one

Bodo Eggert bugzilla_noreply at kde.org
Thu Sep 19 14:00:24 BST 2024


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

            Bug ID: 493357
           Summary: Display configuration does not get saved correctly;
                    incorrect configuration is restored after xrandr loads
                    the correct one
    Classification: I don't know
           Product: kde
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: 7eggert at gmx.de
  Target Milestone: ---

Created attachment 173872
  --> https://bugs.kde.org/attachment.cgi?id=173872&action=edit
screen layout KDE vs. expected

SUMMARY

I need xrandr to add a mode to my monitor (broken DDC data).
xrandr sets the display layout correctly
KDE pushes the main monitor to (previous_x;0).

```
#!/bin/bash
modeline_1680="1680x1050_60.00  146.25  1680 1784 1960 2240  1050 1053 1059
1089 -hsync +vsync"
# modeline_1680="`cvt 1680 1050 60|sed -e '1d;s/^Modeline //;s/"//g'`"

xrandr --newmode $modeline_1680
xrandr --addmode DVI-I-0 1680x1050_60.00

XRANDR=(xrandr --output DisplayPort-2 --mode 1920x1080 --pos 3600x0 --rotate
left\
       --output DVI-I-0 --primary --mode 1680x1050_60.00 --pos 1920x620
--rotate normal\
       --output DVI-D-1 --mode 1920x1200 --pos 0x620 --rotate normal)

${XRANDR[@]}
```

Attached screenshots show expected result vs. observed result

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20240716
KDE Plasma Version: 6.1.2
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.9-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7 CPU 860 @ 2.80GHz
Memory: 23,4 GiB of RAM
Graphics Processor: AMD Radeon R9 200 / HD 7900 Series
Manufacturer: Dell Inc.
Product Name: Precision T1500
System Version: 00

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


More information about the Unassigned-bugs mailing list