This sddm bug is driving me insane
(No, I don’t want to clean my desk)
@kde

    • jlsalvador@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      16 days ago

      Hahaha. Common problem with multiscreen with different resolutions. Your laptop screen is below and left of your main display, and X11 renders this black “virtual screen”.

      There are multiple solutions:

      a) Set your screen resolution and position through KDE Plasma SystemSettings and push the button “apply to SDDM configuration” (I think Plasma 6.0 removed this option, try to find it in the SystemSettings KCM SDDM section).

      b) The another solution is the old one. Create a file into /etc/X11/xorg.conf/display.conf with the proper values of position and resolution. Search for in a wiki about examples (archlinux wiki?).

      c) They is a third one that I used few years ago. SDDM allows you run any command after the screen initialization. So you can exec your xrand command here. Search about /etc/sddm.conf