• 9 Posts
  • 31 Comments
Joined 8 months ago
cake
Cake day: December 21st, 2023

help-circle
  • Another section of the log when this happened:

    Aug 15 18:00:48 arch kwin_wayland[3328]: This plugin does not support raise()
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1)
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glBindFramebuffer(non-gen name)
    Aug 15 18:00:48 arch kwin_wayland[3328]: kwin_scene_opengl: 0x2: GL_INVALID_FRAMEBUFFER_OPERATION in glClear(incomplete framebuffer)
    













  • For those who use Wayland and autostart, don’t forget to edit

    /etc/sddm.conf.d/kde_settings.conf
    
    

    from KDE5: Session=plasmawayland

    to Plasma6: Session=plasma

    to confirm the exact name, check what is available under /usr/share/wayland-sessions/

    if you’re stuck, try pacman -Q | grep -i kde and pacman -Q | grep -i plasma and remove everything related, then fresh install plasma-meta or plasma group and it should work


  • shadowintheday2@lemmy.worldtoArch Linux@lemmy.mlPlasma 6 just landed in Arch
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    edit-2
    6 months ago

    For those who use Wayland, don’t forget to edit

    /etc/sddm.conf.d/kde_settings.conf
    
    

    from KDE5: Session=plasmawayland

    to Plasma6: Session=plasma

    to confirm the exact name, check what is available under /usr/share/wayland-sessions/

    if you’re stuck, try pacman -Q | grep -i kde and pacman -Q | grep -i plasma and remove everything related + remove orphans , then fresh install plasma-meta or plasma group and it should work