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

--- Comment #25 from aiamuzz <muzafsh....@gmail.com> ---
oh ok ... seems like the exact same file ... "drm_backend.cpp" ... the
implementation however seems quite different to the one you have in the latest
version.


***************
 //2.init wayland output device
    QString name = "VGA-1";
    QString model = "VGA-1000-unknown";
    QString manufacturer = "UOS";
    QByteArray uuid = "ffffffffff";
    QVector<KWayland::Server::OutputDeviceInterface::Mode> modes;
    KWayland::Server::OutputDeviceInterface::Mode dmode;
    dmode.id = 0;
    dmode.size = QSize(mode.hdisplay, mode.vdisplay);
    dmode.flags = KWayland::Server::OutputDeviceInterface::ModeFlag::Current;
    dmode.refreshRate = mode.vrefresh * 1000LL;
    modes << dmode;
    output->initWaylandOutputDevice(name, model, manufacturer, uuid, modes);
**************

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to