Skip to content
Tags give the ability to mark specific points in history as being important
  • v5.0.1
    Tagging 5.0.1
    
  • v1.0.5
    Version 1.0.5:
        -Fix crash in XRandR backend when primary output is not set
             BUG: 335366
             BUG: 334598
        -Config: don't leave dangling pointer when primary output is removed
        -Use a xcb private connection to query for xrandr version
             BUG: 331784
  • v5.0.0
    Tagging 5.0.0
    
  • v1.73
    Tagging 1.73
    
  • v1.92
    Tagging 1.92
    
  • v1.0.4
    464adda1 · Bump version to 1.0.4 ·
    Tag for 1.0.4:
    -Fix crash when no primary output is set
    -Don't crash when printing a null KScreen::Output* from qDebug
  • v1.0.3
    Tag for v1.0.3
    -Delete data correctly in Edid class
    -Initialyze type in Output class
    -Reject config with more enabled outputs than available CRTCs
    -Update XRandROutput after it's disabled so that cache is kept up-to-date (fixes crash)
    -Fix creation of XRandROutput by passing the correct argument
    -Adds signal Config::primaryOutputChanged
    -Do not crash on systems without XRandr
  • v1.0.2
    daa98e6d · Bump version ·
    Changelog:
        https://bugs.kde.org/show_bug.cgi?id=327170
          Executable: kdeinit4 PID: 4365 Signal: Segmentation fault (11)
          077fc9d9e16611e8fc36993eec9585de5224030a
    
        https://bugs.kde.org/show_bug.cgi?id=326776
          wrong xrandr backend
          0b2c560bbde00630ef1091e76d07bf7153848d9a
    
        https://bugs.kde.org/show_bug.cgi?id=327661
          Crash of kded when two displays are connected which do not
          share a common resolution
    
        https://bugs.kde.org/show_bug.cgi?id=326707
          KDE Daemon crashes when adding mode with xrandr
          f9be9071f60ffcfd6c16c92e7617d969c93538e2
    
        https://bugs.kde.org/show_bug.cgi?id=323923
          kded4 crashes on startup due to kscreen kded module
          25644822d7e24422b10e9fc826aca9e9d4c98cf7
    
        Fixed memleak
  • v1.0.1
    7dd5b14d · Bump version to 1.0.1 ·
    First stable update, 1.0.1
    
    Features/Improvements:
      Better support for FGLRX-Legacy drivers
    
    Fixed Bugs:
      https://bugs.kde.org/show_bug.cgi?id=321698
        Primary screen not set for nvidia blob on first login
        44b78ba0e0cb220acb09d69cb7b833acc8f8712e
    
      https://bugs.kde.org/show_bug.cgi?id=320537
        Crash when applying config - KScreen::Mode::size (this=0x0)
        d9b3fc64ba1bf88805478cafd0545857c0eb71be
    
      https://bugs.kde.org/show_bug.cgi?id=321708
        Crash when trying to change screen order
        d9b3fc64ba1bf88805478cafd0545857c0eb71be
    
      https://bugs.kde.org/show_bug.cgi?id=321699
        System Settings crashes on primary display change
        d9b3fc64ba1bf88805478cafd0545857c0eb71be
  • v1.0
    Changelog:
        Removed unused variable
  • v0.1-rc2
    622737e6 · Bump version for 0.0.92 ·
    Tag for version 0.0.92
    
    This version is released mainly as response of:
    https://bugs.kde.org/show_bug.cgi?id=318907
  • v0.1-rc1
    Tag for libkscreen 0.1-rc1
    
    Changelog:
        -Fallback to biggestMode when there is no preferredMode
        -XRandR1.1 support
        -Configuration check
  • v0.1-alpha1
    First release of libkscreen, includes:
    
    -Fake backend for unittesting
    -XRandR backend based on xlib
    -Unittest for basic XRandR operations
    -Fairly easy to use API
    -Fairly easy to implement backends