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

            Bug ID: 396167
           Summary: Unable to specify a resolution to kwin_wayland
           Product: kwin
           Version: 5.13.2
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: wayland-generic
          Assignee: kwin-bugs-n...@kde.org
          Reporter: m...@fireburn.co.uk
  Target Milestone: ---

I have a VMware VM running linux on one screen of a 3 screen Windows 7 machine

Under X11, in order to get a full screen 1920x1080 screen I have to create an
Xorg.conf:

Section "Monitor"
  Identifier    "Default Monitor"
  UseModes      "Default Modes"
  Option        "PreferredMode" "1920x1080@60"
EndSection

Section "Modes"
  Identifier    "Default Modes"
  modeline      "1920x1080@60"  173.00  1920 2048 2248 2576  1080 1083 1088
1120 -hsync +vsync
EndSection

Section "Device"
  Identifier    "Default Device"
  Driver        "vmware"
  Option        "IgnoreEDID" "1"
EndSection

Section "Screen"
  Identifier    "Default Screen"
  Monitor       "Default Monitor"
  Device        "Default Device"
EndSection

Section "ServerLayout"
  Identifier    "Default Layout"
  Screen        "Default Screen"
EndSection


If I don't specify this then 1920x1080 is missing (the closest to this is then
1680x1050 or 1920x1440)

If however I start a Wayland session there doesn't appear to be a way to force
1080p

Is there a wayland equivalent of Xorg.0.log?

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

Reply via email to