This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Display problems with dual monitors OpenSUSE 13.1 x86_64 KDE

Tags: kde, dual monitor, display, opensuse 13.1 kde, dual monitor, display, opensuse 13.1 kde, dual monitor, display, opensuse 13.1
(comma "," separated)
mariyan
Registered Member
Posts
3
Karma
0
After a brand new install of OpenSUSE 13.1 KDE from the install DVD a week ago, I have problems with my dual monitor setup. None of these problems occur with OpenSUSE 13.1 GNOME or Ubuntu 13.10 either.
(I have the following, in addition to this related problem (http://forum.kde.org/viewtopic.php?f=66&t=118779) ).

I have two ASUS monitors (24" and 27") hooked up to the VGA and HDMI ports respectively on my laptop's Intel VGA card. Basically different ways/orders of disconnecting and reconnecting the monitors result in different (unpredictable) display settings on the HDMI screen, the following is what I do often though.
If the system is in the correct display configuration and state before reboot:
    1) Boot the laptop with both monitors connected. Both monitors display the right resolution unti I disconnect the HDMI monitor (as I do often to connect it to my XBOX) and reconnect it to my laptop, the screen horizontal area reduces and there is a wide dark vertical strip to the right. Also the refresh rate is set to 30Hz. Disconnecting and reconnecting the HDMI monitor removes the wide strip of darkness but the display settings remain at 1920x1080i @ 30Hz. Disconnecting the VGA monitor at this point restores the HDMI monitor to its correct setting at 60 Hz. Reconnecting the VGA monitor returns the HDMI monitor to 30Hz but no wide strip of darkness. Also doing:
    Code: Select all
    siva@JustAComputer:/home> xrandr --output HDMI1 --mode 1920x1080 --rate 60
    siva@JustAComputer:/home>

    restores good behavior.

    2) With both monitors connected, disconnecting the VGA monitor and reconnecting it causes the same symptoms as above but sometimes without the wide strip of darkness.

    3) Booting the computer with just the HDMI monitor connected cause s no problems whatsoever and the Display and Monitor settings GUI displays all refrest rates and modes. But when it is in the state as described in 1) above only refresh rates of 30, 24 and 30 and Auto are displayed. When the HDMI is restored to proper display by following the hook and crook methods of dis/reconnecting the modes displayed are still only these four but xrandr and the monitor's built in menu shows it to be at 60Hz. Between all this, at times, the HDMI configuration also changes to 1920X1080i. Not sure what the 'i' means but it results in screen flickering. Somehow the VGA monitor is unaffected and its setting is always right (1920x1080 @ 60Hz)
So, any change in the display setup seems to throw the settings into an unpredictable state.

I would love to understand what's really happening here. The problems seem to arise when both VGA and HDMI are connected. I'm determined to get to the bottom of this but unfortunately don't have the know-how of how the X system and displays and graphics drivers are stringed together, any inputs, pointers to help my investigation is greatly appreciated.

Some more information: (forgive me if its irrelevant and making this post lengthy and boring)
Code: Select all
siva@JustAComputer:/home> uname -a
Linux JustAComputer.2391J 3.11.10-7-desktop #1 SMP PREEMPT Mon Feb 3 09:41:24 UTC 2014 (750023e) x86_64 x86_64 x86_64 GNU/Linux

siva@JustAComputer:/home> xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 5 associated providers: 0 name:Intel
siva@JustAComputer:/home>

JustAComputer:/home/siva # hwinfo --gfxcard
09: PCI 02.0: 0300 VGA compatible controller (VGA)             
  [Created at pci.319]
  Unique ID: _Znp.lQhr0IHInf0
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Model: "Intel VGA compatible controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x0126
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x1658
  Revision: 0x09
  Driver: "i915"
  Driver Modules: "drm"
  Memory Range: 0xc0000000-0xc03fffff (rw,non-prefetchable)
  Memory Range: 0xb0000000-0xbfffffff (ro,non-prefetchable)
  I/O Ports: 0x5000-0x503f (rw)
  IRQ: 46 (26810 events)
  I/O Ports: 0x3c0-0x3df (rw)
  Module Alias: "pci:v00008086d00000126sv0000103Csd00001658bc03sc00i00"
  Driver Info #0:
    Driver Status: i915 is active
    Driver Activation Cmd: "modprobe i915"
  Config Status: cfg=no, avail=yes, need=no, active=unknown

Primary display adapter: #9

Booting with both VGA and HDMI monitors connected, display looks good:
Code: Select all
siva@JustAComputer:~> xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768       60.0 +
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080      60.0*+
   1600x1200      60.0 
   1680x1050      60.0 
   1280x1024      75.0     60.0
   1440x900       59.9
   1280x960       60.0
   1152x864       75.0
   1024x768       75.1     70.1     60.0
   832x624        74.6                                                                                                                 
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     66.7     60.0
   720x400        70.1
HDMI1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080      60.0*+   50.0     59.9     30.0     24.0     30.0     24.0 
   1920x1080i     60.1     50.0     60.0 
   1280x720       60.0     50.0     59.9 
   720x576        50.0 
   720x480        60.0     59.9 
   640x480        60.0     59.9 
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
siva@JustAComputer:~>

Very rarely additional modes for HDMI are also listed (This is when I boot with only HDMI monitor connected):
Code: Select all
siva@JustAComputer:~> xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768       60.0 +
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080      60.0*+
   1600x1200      60.0 
   1680x1050      60.0 
   1280x1024      75.0     60.0 
   1440x900       59.9 
   1280x960       60.0 
   1152x864       75.0 
   1024x768       75.1     70.1     60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   640x480        75.0     72.8     66.7     60.0 
   720x400        70.1 
HDMI1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080      60.0 +   50.0     59.9     30.0*    24.0     30.0     24.0 
   1920x1080i     60.1     50.0     60.0 
   1680x1050      59.9 
   1280x1024      75.0     60.0 
   1440x900       59.9 
   1280x960       60.0 
   1280x800       59.9 
   1152x864       75.0 
   1280x720       60.0     50.0     59.9 
   1024x768       75.1     70.1     60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   720x576        50.0 
   720x480        60.0     59.9 
   640x480        75.0     66.7     60.0     59.9 
   720x400        70.1
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

HDMI display gone bad:
Code: Select all
siva@JustAComputer:~> xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768       60.0 +
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080      60.0*+
   1600x1200      60.0 
   1680x1050      60.0 
   1280x1024      75.0     60.0 
   1440x900       59.9 
   1280x960       60.0 
   1152x864       75.0 
   1024x768       75.1     70.1     60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   640x480        75.0     72.8     66.7     60.0 
   720x400        70.1 
HDMI1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080      60.0 +   50.0     59.9     30.0*    24.0     30.0     24.0 
   1920x1080i     60.1     50.0     60.0 
   1680x1050      59.9 
   1280x1024      75.0     60.0 
   1440x900       59.9 
   1280x960       60.0 
   1280x800       59.9 
   1152x864       75.0 
   1280x720       60.0     50.0     59.9 
   1024x768       75.1     70.1     60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   720x576        50.0 
   720x480        60.0     59.9 
   640x480        75.0     66.7     60.0     59.9 
   720x400        70.1 
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


Connecting VGA monitor with HDMI already connected: (1920x1080i @ 60Hz) screen is flickering)
I am able to use the Display and Monitor settings GUI to correct the resolution. This time all supported refresh rates (shown in the xrandr output) are listed.
Code: Select all
siva@JustAComputer:~> xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768       60.0 +
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080      60.0*+
   1600x1200      60.0 
   1680x1050      60.0 
   1280x1024      75.0     60.0 
   1440x900       59.9 
   1280x960       60.0
   1152x864       75.0
   1024x768       75.1     70.1     60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     66.7     60.0
   720x400        70.1
HDMI1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080      60.0 +   50.0     59.9     30.0     24.0     30.0     24.0                                                               
   1920x1080i     60.1*    50.0     60.0                                                     
   1280x720       60.0     50.0     59.9
   720x576        50.0                                                                                                                 
   720x480        60.0     59.9
   640x480        60.0     59.9
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Can you check to see if your system is using KScreen or KRandR?
If you're unsure, please post a screenshot of the Screen Resolution section in System Settings.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
mariyan
Registered Member
Posts
3
Karma
0
kscreen:
Code: Select all
siva@JustAComputer:~> rpm -q -i kscreen
Name        : kscreen
Version     : 1.0.2.1
Release     : 3.4.1
Architecture: x86_64
Install Date: Sat 01 Feb 2014 10:32:11 PM PST
Group       : System/GUI/KDE
Size        : 457840
License     : GPL-2.0+
Signature   : RSA/SHA256, Wed 04 Dec 2013 03:57:54 AM PST, Key ID b88b2fd43dbdc284
Source RPM  : kscreen-1.0.2.1-3.4.1.src.rpm
Build Date  : Thu 28 Nov 2013 04:23:50 AM PST
Build Host  : cloud128
Relocations : (not relocatable)
Packager    : http://bugs.opensuse.org
Vendor      : openSUSE
URL         : http://www.kde.org
Summary     : KDE's screen management software
Description :
The new KDE screen management software
Distribution: openSUSE 13.1
siva@JustAComputer:~>


krandr - not installed
Code: Select all
siva@JustAComputer:~> rpm -q -i krandr
package krandr is not installed
User avatar
progdan
KDE Developer
Posts
90
Karma
0
OS
Hi,

first please enable KSRandr in kdebugdialog, then run "kscreen-console --bug" from Konsole and attach it's output here. Next run kscreen-console again and try to reproduce the situations in each step, always providing the output from kscreen-console. Thanks


Daniel Vrátil | www.dvratil.cz | dvratil@kde.org
IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)
mariyan
Registered Member
Posts
3
Karma
0
Progdan, here is the info you requested:

Code: Select all
siva@JustAComputer:~> kscreen-console bug
START
This backend is only for XRandR 1.1, your version is:  1 . 3
kscreen-console(2407)/KSRandr XRandRX11Helper::XRandRX11Helper: Detected XRandR 1.4
kscreen-console(2407)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Base:  89
kscreen-console(2407)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Error:  147                                                                                                                                                                                             
Config::current() took 82 milliseconds                                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                                               
========================xrandr --verbose==========================                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                               
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 32767 x 32767                                                                                                                                                                                                       
LVDS1 connected (normal left inverted right x axis y axis)                                                                                                                                                                                                                     
        Identifier: 0x42                                                                                                                                                                                                                                                       
        Timestamp:  40098                                                                                                                                                                                                                                                     
        Subpixel:   horizontal rgb                                                                                                                                                                                                                                             
        Clones:                                                                                                                                                                                                                                                               
        CRTCs:      0 1                                                                                                                                                                                                                                                       
        Transform:  1.000000 0.000000 0.000000                                                                                                                                                                                                                                 
                    0.000000 1.000000 0.000000                                                                                                                                                                                                                                 
                    0.000000 0.000000 1.000000                                                                                                                                                                                                                                 
                   filter:                                                                                                                                                                                                                                                     
        EDID:                                                                                                                                                                                                                                                                 
                00ffffffffffff000dafa21500000000                                                                                                                                                                                                                               
                35130103802313780a07f59a574e8726                                                                                                                                                                                                                               
                1e505400000001010101010101010101                                                                                                                                                                                                                               
                010101010101121b5664500014301022                                                                                                                                                                                                                               
                260058c110000018000000fe004e3135                                                                                                                                                                                                                               
                3642362d4c30420a2020000000fe0043                                                                                                                                                                                                                               
                4d4f0a202020202020202020000000fe                                                                                                                                                                                                                               
                004e31353642362d4c30420a20200010                                                                                                                                                                                                                               
        BACKLIGHT: 0                                                                                                                                                                                                                                                           
                range: (0, 10)                                                                                                                                                                                                                                                 
        Backlight: 0                                                                                                                                                                                                                                                           
                range: (0, 10)                                                                                                                                                                                                                                                 
        scaling mode: Full aspect
                supported: None, Full, Center, Full aspect
  1366x768 (0xa6)   69.3MHz -HSync -VSync +preferred
        h: width  1366 start 1382 end 1416 total 1466 skew    0 clock   47.3KHz
        v: height  768 start  770 end  776 total  788           clock   60.0Hz
  1024x768 (0xa7)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  800x600 (0xa8)   40.0MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0xa9)   36.0MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz
  640x480 (0xaa)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   59.9Hz
VGA1 connected 1920x1080+0+0 (0x48) normal (normal left inverted right x axis y axis) 531mm x 299mm
        Identifier: 0x43
        Timestamp:  40098
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:   
        CRTC:       0
        CRTCs:      0 1
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
        EDID:
                00ffffffffffff000469932401010101
                051601031e351e78ea2cc5a45650a128
                0f5054bfef00714f818081409500a940
                b300d1c00101023a801871382d40582c
                4500132b2100001e000000fd00324c1e
                5311000a202020202020000000fc0056
                453234370a20202020202020000000ff
                0043324c4d51533031393230340a0041
  1920x1080 (0x48)  148.5MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   67.5KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   60.0Hz
  1600x1200 (0xab)  162.0MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock   75.0KHz
        v: height 1200 start 1201 end 1204 total 1250           clock   60.0Hz
  1680x1050 (0xac)  146.2MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock   65.3KHz
        v: height 1050 start 1053 end 1059 total 1089           clock   60.0Hz
  1280x1024 (0xad)  135.0MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock   80.0KHz
        v: height 1024 start 1025 end 1028 total 1066           clock   75.0Hz
  1280x1024 (0xae)  108.0MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock   64.0KHz
        v: height 1024 start 1025 end 1028 total 1066           clock   60.0Hz
  1440x900 (0xaf)  106.5MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock   55.9KHz
        v: height  900 start  903 end  909 total  934           clock   59.9Hz
  1280x960 (0xb0)  108.0MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock   60.0KHz
        v: height  960 start  961 end  964 total 1000           clock   60.0Hz
  1152x864 (0xb1)  108.0MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock   67.5KHz
        v: height  864 start  865 end  868 total  900           clock   75.0Hz
  1024x768 (0xb2)   78.8MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock   60.1KHz
        v: height  768 start  769 end  772 total  800           clock   75.1Hz
  1024x768 (0xb3)   75.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock   56.5KHz
        v: height  768 start  771 end  777 total  806           clock   70.1Hz
  1024x768 (0xa7)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  832x624 (0xb4)   57.3MHz -HSync -VSync
        h: width   832 start  864 end  928 total 1152 skew    0 clock   49.7KHz
        v: height  624 start  625 end  628 total  667           clock   74.6Hz
  800x600 (0xb5)   50.0MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock   48.1KHz
        v: height  600 start  637 end  643 total  666           clock   72.2Hz
  800x600 (0xb6)   49.5MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock   46.9KHz
        v: height  600 start  601 end  604 total  625           clock   75.0Hz
  800x600 (0xa8)   40.0MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0xa9)   36.0MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz
  640x480 (0xb7)   31.5MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock   37.5KHz
        v: height  480 start  481 end  484 total  500           clock   75.0Hz
  640x480 (0xb8)   31.5MHz -HSync -VSync
        h: width   640 start  664 end  704 total  832 skew    0 clock   37.9KHz
        v: height  480 start  489 end  491 total  520           clock   72.8Hz
  640x480 (0xb9)   30.2MHz -HSync -VSync
        h: width   640 start  704 end  768 total  864 skew    0 clock   35.0KHz
        v: height  480 start  483 end  486 total  525           clock   66.7Hz
  640x480 (0xba)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   60.0Hz
  720x400 (0xbb)   28.3MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock   31.5KHz
        v: height  400 start  412 end  414 total  449           clock   70.1Hz
HDMI1 connected 1920x1080+1920+0 (0x48) normal (normal left inverted right x axis y axis) 598mm x 336mm
        Identifier: 0x44
        Timestamp:  40098
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:   
        CRTC:       1
        CRTCs:      0 1
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
        EDID:
                00ffffffffffff004dd9032201010101
                33160103803c22780a7dc5a4564e9e28
                0f505420000001010101010101010101
                010101010101023a801871382d40582c
                450056502100001e011d007251d01e20
                6e28550056502100001f000000fc0041
                53555320564732373848450a000000fd
                00184c185317000a20202020202001a4
                020338f44d900405032022021f011213
                1411320f7f071507553d1fc057070067
                54005f7e01835f00006e030c00140080
                2d20c00401000036011d8018711c1620
                582c250056502100009e8c0ad08a20e0
                2d10103e960056502100001800000000
                00000000000000000000000000000000
                0000000000000000000000000000003b
        Broadcast RGB: Automatic
                supported: Automatic, Full, Limited 16:235
        audio: auto
                supported: force-dvi, off, auto, on
  1920x1080 (0x48)  148.5MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   67.5KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   60.0Hz
  1920x1080 (0xbc)  148.5MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock   56.2KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   50.0Hz
  1920x1080 (0xbd)  148.4MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   67.4KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   59.9Hz
  1920x1080i (0xbe)   74.2MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   33.8KHz
        v: height 1080 start 1084 end 1094 total 1125           clock   60.1Hz
  1920x1080i (0xbf)   74.2MHz +HSync +VSync Interlace
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock   28.1KHz
        v: height 1080 start 1084 end 1094 total 1125           clock   50.0Hz
  1920x1080 (0xc0)   74.2MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   33.8KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   30.0Hz
  1920x1080 (0xc1)   74.2MHz +HSync +VSync
        h: width  1920 start 2558 end 2602 total 2750 skew    0 clock   27.0KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   24.0Hz
  1920x1080i (0xc2)   74.2MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   33.7KHz
        v: height 1080 start 1084 end 1094 total 1125           clock   60.0Hz
  1920x1080 (0xc3)   74.2MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   33.7KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   30.0Hz
  1920x1080 (0xc4)   74.2MHz +HSync +VSync
        h: width  1920 start 2558 end 2602 total 2750 skew    0 clock   27.0KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   24.0Hz
  1280x720 (0xc5)   74.2MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock   45.0KHz
        v: height  720 start  725 end  730 total  750           clock   60.0Hz
  1280x720 (0xc6)   74.2MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock   37.5KHz
        v: height  720 start  725 end  730 total  750           clock   50.0Hz
  1280x720 (0xc7)   74.2MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock   45.0KHz
        v: height  720 start  725 end  730 total  750           clock   59.9Hz
  720x576 (0xc8)   27.0MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock   31.2KHz
        v: height  576 start  581 end  586 total  625           clock   50.0Hz
  720x480 (0xc9)   27.0MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock   31.5KHz
        v: height  480 start  489 end  495 total  525           clock   60.0Hz
  720x480 (0xca)   27.0MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock   31.5KHz
        v: height  480 start  489 end  495 total  525           clock   59.9Hz
  640x480 (0xba)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   60.0Hz
  640x480 (0xaa)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   59.9Hz
DP1 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x45
        Timestamp:  40098
        Subpixel:   unknown
        Clones:   
        CRTCs:      0 1
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
        Broadcast RGB: Automatic
                supported: Automatic, Full, Limited 16:235
        audio: auto
                supported: force-dvi, off, auto, on
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x46
        Timestamp:  40098
        Subpixel:   no subpixels
        Clones:   
        CRTCs:      2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
 

========================Outputs===================================

KScreen version:  1.0.2.1
Screen:
        maxSize: QSize(32767, 32767)
        minSize: QSize(320, 200)
        currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
         "191"    "1920x1080i"   QSize(1920, 1080)   25
         "200"    "720x576"   QSize(720, 576)   50
         "201"    "720x480"   QSize(720, 480)   60
         "192"    "1920x1080"   QSize(1920, 1080)   30
         "193"    "1920x1080"   QSize(1920, 1080)   24
         "202"    "720x480"   QSize(720, 480)   59.9401
         "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
         "170"    "640x480"   QSize(640, 480)   59.9405
         "195"    "1920x1080"   QSize(1920, 1080)   29.9701
         "72"    "1920x1080"   QSize(1920, 1080)   60
         "196"    "1920x1080"   QSize(1920, 1080)   23.9761
         "197"    "1280x720"   QSize(1280, 720)   60
         "198"    "1280x720"   QSize(1280, 720)   50
         "199"    "1280x720"   QSize(1280, 720)   59.9402
         "186"    "640x480"   QSize(640, 480)   60
         "188"    "1920x1080"   QSize(1920, 1080)   50
         "189"    "1920x1080"   QSize(1920, 1080)   59.9402
         "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
        Device ID:  "xrandr-ASUS VG278HE-16843009"
        Name:  "ASUS VG278HE"
        Vendor:  ""
        Serial:  "16843009"
        EISA ID:  ""
        Hash:  "c3978d472591a85499b77341d4855e3e"
        Width:  60
        Height:  34
        Gamma:  2
        Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
        Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
        Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
        White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
         "168"    "800x600"   QSize(800, 600)   60.3165
         "169"    "800x600"   QSize(800, 600)   56.25
         "170"    "640x480"   QSize(640, 480)   59.9405
         "166"    "1366x768"   QSize(1366, 768)   59.9892
         "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
        Device ID:  "xrandr-unknown"
        Name:  ""
        Vendor:  ""
        Serial:  ""
        EISA ID:  "N156B6-L0B"
        Hash:  "517920092ee7303acc9d9f6b027ea020"
        Width:  35
        Height:  19
        Gamma:  2
        Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
        Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
        Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
        White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
         "171"    "1600x1200"   QSize(1600, 1200)   60
         "72"    "1920x1080"   QSize(1920, 1080)   60
         "172"    "1680x1050"   QSize(1680, 1050)   59.9543
         "173"    "1280x1024"   QSize(1280, 1024)   75.0247
         "174"    "1280x1024"   QSize(1280, 1024)   60.0197
         "175"    "1440x900"   QSize(1440, 900)   59.8874
         "176"    "1280x960"   QSize(1280, 960)   60
         "177"    "1152x864"   QSize(1152, 864)   75
         "178"    "1024x768"   QSize(1024, 768)   75.0762
         "179"    "1024x768"   QSize(1024, 768)   70.0694
         "180"    "832x624"   QSize(832, 624)   74.5513
         "181"    "800x600"   QSize(800, 600)   72.1876
         "182"    "800x600"   QSize(800, 600)   75
         "183"    "640x480"   QSize(640, 480)   75
         "184"    "640x480"   QSize(640, 480)   72.8088
         "185"    "640x480"   QSize(640, 480)   66.6667
         "186"    "640x480"   QSize(640, 480)   60
         "187"    "720x400"   QSize(720, 400)   70.0817
         "167"    "1024x768"   QSize(1024, 768)   60.0038
         "168"    "800x600"   QSize(800, 600)   60.3165
         "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
        Device ID:  "xrandr-VE247-C2LMQS019204"
        Name:  "VE247"
        Vendor:  ""
        Serial:  "C2LMQS019204"
        EISA ID:  ""
        Hash:  "dc003eb7b02f84b8503bce56f0561e20"
        Width:  53
        Height:  30
        Gamma:  2
        Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
        Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
        Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
        White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

========================Configurations============================

Configs in:  "/home/siva/.kde4/share/apps/kscreen/"
Number of files:  7

"00cd23f553646d984c3dad5fa48b3447"
"[
 {
  "enabled" : true,
  "id" : "c3978d472591a85499b77341d4855e3e",
  "metadata" :   {
   "fullname" : "xrandr-ASUS VG278HE-16843009",
   "name" : "HDMI1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 1366,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "mode" :   {
   "refresh" : 59.9892,
   "size" :    {
    "height" : 768,
    "width" : 1366
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : true,
  "rotation" : 1
 }
]"

"1e7bafe94c3b3d6d18bf73c5b9877d75"
"[
 {
  "enabled" : true,
  "id" : "401514d51a9893bb996df6688d3e0f19",
  "metadata" :   {
   "fullname" : "xrandr-ASUS VG278HE-D8LMTF080377",
   "name" : "HDMI1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "mode" :   {
   "refresh" : 59.9892,
   "size" :    {
    "height" : 768,
    "width" : 1366
   }
  },
  "pos" :   {
   "x" : 1920,
   "y" : 156
  },
  "primary" : false,
  "rotation" : 1
 }
]"

"222b1f08a3a51ab2de4cecd45b34c98b"
"[
 {
  "enabled" : true,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "mode" :   {
   "refresh" : 59.9892,
   "size" :    {
    "height" : 768,
    "width" : 1366
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : true,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "dc003eb7b02f84b8503bce56f0561e20",
  "metadata" :   {
   "fullname" : "xrandr-VE247-C2LMQS019204",
   "name" : "VGA1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 1366,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 }
]"

"3257195bda789cd124ad975d9dd2811c"
"[
 {
  "enabled" : true,
  "id" : "401514d51a9893bb996df6688d3e0f19",
  "metadata" :   {
   "fullname" : "xrandr-ASUS VG278HE-D8LMTF080377",
   "name" : "HDMI1"
  },
  "mode" :   {
   "refresh" : 30.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 1920,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : false,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "dc003eb7b02f84b8503bce56f0561e20",
  "metadata" :   {
   "fullname" : "xrandr-VE247-C2LMQS019204",
   "name" : "VGA1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 }
]"

"34f5af71b377a827965e3249e849ae89"
"[
 {
  "enabled" : true,
  "id" : "c3978d472591a85499b77341d4855e3e",
  "metadata" :   {
   "fullname" : "xrandr-ASUS VG278HE-16843009",
   "name" : "HDMI1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 1920,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : false,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "dc003eb7b02f84b8503bce56f0561e20",
  "metadata" :   {
   "fullname" : "xrandr-VE247-C2LMQS019204",
   "name" : "VGA1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 }
]"

"4680419d4956b006a433956bc108f2b2"
"[
 {
  "enabled" : false,
  "id" : "6542e21ec98209d1e9b7d20175852688",
  "metadata" :   {
   "fullname" : "xrandr-ASUS VG278HE-16843009",
   "name" : "HDMI1"
  },
  "pos" :   {
   "x" : 1920,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "mode" :   {
   "refresh" : 59.9892,
   "size" :    {
    "height" : 768,
    "width" : 1366
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : true,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "dc003eb7b02f84b8503bce56f0561e20",
  "metadata" :   {
   "fullname" : "xrandr-VE247-C2LMQS019204",
   "name" : "VGA1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 3286,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 }
]"

"a5d9f6b42327601081a4f538b57e39b5"
"[
 {
  "enabled" : false,
  "id" : "8592817affbdb77dc82e8b01ca7df2f5",
  "metadata" :   {
   "fullname" : "xrandr-SONY AVSYSTE-16843009",
   "name" : "HDMI1"
  },
  "pos" :   {
   "x" : 1920,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "517920092ee7303acc9d9f6b027ea020",
  "metadata" :   {
   "fullname" : "xrandr-unknown",
   "name" : "LVDS1"
  },
  "mode" :   {
   "refresh" : 59.9892,
   "size" :    {
    "height" : 768,
    "width" : 1366
   }
  },
  "pos" :   {
   "x" : 0,
   "y" : 0
  },
  "primary" : true,
  "rotation" : 1
 },
 {
  "enabled" : true,
  "id" : "dc003eb7b02f84b8503bce56f0561e20",
  "metadata" :   {
   "fullname" : "xrandr-VE247-C2LMQS019204",
   "name" : "VGA1"
  },
  "mode" :   {
   "refresh" : 60.0,
   "size" :    {
    "height" : 1080,
    "width" : 1920
   }
  },
  "pos" :   {
   "x" : 1366,
   "y" : 0
  },
  "primary" : false,
  "rotation" : 1
 }
]"

siva@JustAComputer:~>


Here are kscreen-console outputs:

Disconnecting HDMI monitor and reconnecting, screen horizontal size decreases with a wide dark unusable strip to the right.
Code: Select all
START
This backend is only for XRandR 1.1, your version is:  1 . 3
kscreen-console(2279)/KSRandr XRandRX11Helper::XRandRX11Helper: Detected XRandR 1.4
kscreen-console(2279)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Base:  89
kscreen-console(2279)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Error:  147
Config::current() took 81 milliseconds
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_Property
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Timestamp:  2397473
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Property:  EDID
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: State (newValue, Deleted):  1
kscreen-console(2279)/KSRandr: END__: RRNotify_Property [Took: 0s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  274
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Disconnected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.003s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  67
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  274
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 0 0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.058s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Disconnected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.28s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  72
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Geometry:  1920 186 1366 768
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.002s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  72
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.002s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.002s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  72
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  67
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  274
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.003s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 0 0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.078s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  274
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Geometry:  1920 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.081s]
kscreen-console(2279)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Mode:  274
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(2279)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "294"    "1920x1080i"   QSize(1920, 1080)   30
    "304"    "1280x720"   QSize(1280, 720)   60
    "295"    "1920x1080i"   QSize(1920, 1080)   25
    "305"    "1280x720"   QSize(1280, 720)   50
    "296"    "1920x1080"   QSize(1920, 1080)   30
    "306"    "1280x720"   QSize(1280, 720)   59.9402
    "297"    "1920x1080"   QSize(1920, 1080)   24
    "307"    "720x576"   QSize(720, 576)   50
    "298"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "308"    "720x480"   QSize(720, 480)   60
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "299"    "1920x1080"   QSize(1920, 1080)   29.9701
    "309"    "720x480"   QSize(720, 480)   59.9401
    "290"    "640x480"   QSize(640, 480)   60
    "300"    "1920x1080"   QSize(1920, 1080)   23.9761
    "169"    "640x480"   QSize(640, 480)   59.9405
    "292"    "1920x1080"   QSize(1920, 1080)   50
    "293"    "1920x1080"   QSize(1920, 1080)   59.9402
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,186)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   56.25
    "169"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "274"
Preferred Mode:  "274"
Preferred modes:  ("274")
Modes: 
    "274"    "1920x1080"   QSize(1920, 1080)   60
    "275"    "1600x1200"   QSize(1600, 1200)   60
    "276"    "1680x1050"   QSize(1680, 1050)   59.9543
    "277"    "1280x1024"   QSize(1280, 1024)   75.0247
    "278"    "1280x1024"   QSize(1280, 1024)   60.0197
    "279"    "1440x900"   QSize(1440, 900)   59.8874
    "280"    "1280x960"   QSize(1280, 960)   60
    "281"    "1152x864"   QSize(1152, 864)   75
    "282"    "1024x768"   QSize(1024, 768)   75.0762
    "283"    "1024x768"   QSize(1024, 768)   70.0694
    "284"    "832x624"   QSize(832, 624)   74.5513
    "285"    "800x600"   QSize(800, 600)   72.1876
    "286"    "800x600"   QSize(800, 600)   75
    "287"    "640x480"   QSize(640, 480)   75
    "288"    "640x480"   QSize(640, 480)   72.8088
    "289"    "640x480"   QSize(640, 480)   66.6667
    "166"    "1024x768"   QSize(1024, 768)   60.0038
    "167"    "800x600"   QSize(800, 600)   60.3165
    "168"    "800x600"   QSize(800, 600)   56.25
    "290"    "640x480"   QSize(640, 480)   60
    "291"    "720x400"   QSize(720, 400)   70.0817
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(2279)/KSRandr: END__: RRNotify_OutputChange [Took: 0.078s]


With only HDMI connected, connect VGA monitor. Screen starts to flicker on HDMI monitor and its resolution changes to 1920x1080 i @60Hz
Code: Select all
START
This backend is only for XRandR 1.1, your version is:  1 . 3
kscreen-console(1981)/KSRandr XRandRX11Helper::XRandRX11Helper: Detected XRandR 1.4
kscreen-console(1981)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Base:  89
kscreen-console(1981)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Error:  147
Config::current() took 67 milliseconds
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  false
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Output:  67
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Clones:  None
Mode:  ""
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_OutputChange [Took: 0.003s]
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 0 0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.003s]
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  173
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Geometry:  1920 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "173"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  73
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "173"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1981)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Output:  67
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Mode:  73
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1981)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3286, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "173"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "170"    "640x480"   QSize(640, 480)   59.9405
    "171"    "1920x1080"   QSize(1920, 1080)   50
    "172"    "1920x1080"   QSize(1920, 1080)   59.9402
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "173"    "1920x1080i"   QSize(1920, 1080)   30
    "174"    "1920x1080i"   QSize(1920, 1080)   25
    "175"    "1920x1080"   QSize(1920, 1080)   30
    "176"    "1920x1080"   QSize(1920, 1080)   24
    "177"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "178"    "1920x1080"   QSize(1920, 1080)   29.9701
    "179"    "1920x1080"   QSize(1920, 1080)   23.9761
    "180"    "1280x720"   QSize(1280, 720)   60
    "181"    "1280x720"   QSize(1280, 720)   50
    "182"    "1280x720"   QSize(1280, 720)   59.9402
    "183"    "720x576"   QSize(720, 576)   50
    "184"    "720x480"   QSize(720, 480)   60
    "185"    "720x480"   QSize(720, 480)   59.9401
    "186"    "640x480"   QSize(640, 480)   60
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,198)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "72"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(0, 0)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "73"
Preferred Mode:  "73"
Preferred modes:  ("73")
Modes: 
    "303"    "832x624"   QSize(832, 624)   74.5513
    "294"    "1600x1200"   QSize(1600, 1200)   60
    "304"    "800x600"   QSize(800, 600)   72.1876
    "295"    "1680x1050"   QSize(1680, 1050)   59.9543
    "305"    "800x600"   QSize(800, 600)   75
    "296"    "1280x1024"   QSize(1280, 1024)   75.0247
    "297"    "1280x1024"   QSize(1280, 1024)   60.0197
    "306"    "640x480"   QSize(640, 480)   75
    "298"    "1440x900"   QSize(1440, 900)   59.8874
    "307"    "640x480"   QSize(640, 480)   72.8088
    "299"    "1280x960"   QSize(1280, 960)   60
    "308"    "640x480"   QSize(640, 480)   66.6667
    "73"    "1920x1080"   QSize(1920, 1080)   60
    "309"    "720x400"   QSize(720, 400)   70.0817
    "186"    "640x480"   QSize(640, 480)   60
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "300"    "1152x864"   QSize(1152, 864)   75
    "169"    "800x600"   QSize(800, 600)   56.25
    "301"    "1024x768"   QSize(1024, 768)   75.0762
    "302"    "1024x768"   QSize(1024, 768)   70.0694
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1981)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]


Starting with HDMI at a refresh rate of 30Hz (after reboot it came up with that setting with both VGA and HDMI connected), same screen size reduction with dark wide strip of unusable area

Code: Select all
START
This backend is only for XRandR 1.1, your version is:  1 . 3
kscreen-console(1929)/KSRandr XRandRX11Helper::XRandRX11Helper: Detected XRandR 1.4
kscreen-console(1929)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Base:  89
kscreen-console(1929)/KSRandr XRandRX11Helper::XRandRX11Helper: Event Error:  147
Config::current() took 80 milliseconds
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_Property
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Timestamp:  95291
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Property:  EDID
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: State (newValue, Deleted):  1
kscreen-console(1929)/KSRandr: END__: RRNotify_Property [Took: 0s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  192
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Disconnected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.002s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 0 0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Disconnected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.049s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  72
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  1366 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Clones:  None
Mode:  ""
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  166
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 1366 768
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.003s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  166
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  true
Primary:  true
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.002s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  166
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.003s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 0 0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.002s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  66
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  0
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  1
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1366,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  63
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  72
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  0 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_CrtcChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  192
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Geometry:  1920 0 1920 1080
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_CrtcChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  192
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.001s]
kscreen-console(1929)/KSRandr: BEGIN: RRNotify_OutputChange
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Output:  68
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: CRTC:  64
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Mode:  192
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Rotation:  "RR_Rotate_0"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Connection:  "RR_Connected"
kscreen-console(1929)/KSRandr   XRandRX11Helper::x11Event: Subpixel Order:  0
KScreen version:  1.0.2.1
Screen:
   maxSize: QSize(32767, 32767)
   minSize: QSize(320, 200)
   currentSize: QSize(3840, 1080)

-----------------------------------------------------
 
Id:  68
Name:  "HDMI1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(1920,0)
MMSize:  QSize(598, 336)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "192"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "191"    "1920x1080i"   QSize(1920, 1080)   25
    "200"    "720x576"   QSize(720, 576)   50
    "201"    "720x480"   QSize(720, 480)   60
    "192"    "1920x1080"   QSize(1920, 1080)   30
    "193"    "1920x1080"   QSize(1920, 1080)   24
    "202"    "720x480"   QSize(720, 480)   59.9401
    "194"    "1920x1080i"   QSize(1920, 1080)   29.9701
    "170"    "640x480"   QSize(640, 480)   59.9405
    "195"    "1920x1080"   QSize(1920, 1080)   29.9701
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "196"    "1920x1080"   QSize(1920, 1080)   23.9761
    "197"    "1280x720"   QSize(1280, 720)   60
    "198"    "1280x720"   QSize(1280, 720)   50
    "199"    "1280x720"   QSize(1280, 720)   59.9402
    "186"    "640x480"   QSize(640, 480)   60
    "188"    "1920x1080"   QSize(1920, 1080)   50
    "189"    "1920x1080"   QSize(1920, 1080)   59.9402
    "190"    "1920x1080i"   QSize(1920, 1080)   30
EDID Info: 
   Device ID:  "xrandr-ASUS VG278HE-16843009"
   Name:  "ASUS VG278HE"
   Vendor:  ""
   Serial:  "16843009"
   EISA ID:  ""
   Hash:  "c3978d472591a85499b77341d4855e3e"
   Width:  60
   Height:  34
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.641602, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.307617, 0.618164, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  69
Name:  "DP1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  70
Name:  "VIRTUAL1"
Type:  "Unknown"
Connected:  false

-----------------------------------------------------
 
Id:  66
Name:  "LVDS1"
Type:  "Panel (Laptop)"
Connected:  true
Enabled:  false
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(344, 193)
Size:  QSize(1366, 768)
Clones:  None
Mode:  "166"
Preferred Mode:  "166"
Preferred modes:  ("166")
Modes: 
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
    "170"    "640x480"   QSize(640, 480)   59.9405
    "166"    "1366x768"   QSize(1366, 768)   59.9892
    "167"    "1024x768"   QSize(1024, 768)   60.0038
EDID Info: 
   Device ID:  "xrandr-unknown"
   Name:  ""
   Vendor:  ""
   Serial:  ""
   EISA ID:  "N156B6-L0B"
   Hash:  "517920092ee7303acc9d9f6b027ea020"
   Width:  35
   Height:  19
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.601562, 0.339844, 0))
   Green:  QQuaternion(scalar:1, vector:(0.305664, 0.530273, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.151367, 0.120117, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))

-----------------------------------------------------
 
Id:  67
Name:  "VGA1"
Type:  "Unknown"
Connected:  true
Enabled:  true
Primary:  false
Rotation:  1
Pos:  QPoint(0,0)
MMSize:  QSize(531, 299)
Size:  QSize(1920, 1080)
Clones:  None
Mode:  "72"
Preferred Mode:  "72"
Preferred modes:  ("72")
Modes: 
    "171"    "1600x1200"   QSize(1600, 1200)   60
    "72"    "1920x1080"   QSize(1920, 1080)   60
    "172"    "1680x1050"   QSize(1680, 1050)   59.9543
    "173"    "1280x1024"   QSize(1280, 1024)   75.0247
    "174"    "1280x1024"   QSize(1280, 1024)   60.0197
    "175"    "1440x900"   QSize(1440, 900)   59.8874
    "176"    "1280x960"   QSize(1280, 960)   60
    "177"    "1152x864"   QSize(1152, 864)   75
    "178"    "1024x768"   QSize(1024, 768)   75.0762
    "179"    "1024x768"   QSize(1024, 768)   70.0694
    "180"    "832x624"   QSize(832, 624)   74.5513
    "181"    "800x600"   QSize(800, 600)   72.1876
    "182"    "800x600"   QSize(800, 600)   75
    "183"    "640x480"   QSize(640, 480)   75
    "184"    "640x480"   QSize(640, 480)   72.8088
    "185"    "640x480"   QSize(640, 480)   66.6667
    "186"    "640x480"   QSize(640, 480)   60
    "187"    "720x400"   QSize(720, 400)   70.0817
    "167"    "1024x768"   QSize(1024, 768)   60.0038
    "168"    "800x600"   QSize(800, 600)   60.3165
    "169"    "800x600"   QSize(800, 600)   56.25
EDID Info: 
   Device ID:  "xrandr-VE247-C2LMQS019204"
   Name:  "VE247"
   Vendor:  ""
   Serial:  "C2LMQS019204"
   EISA ID:  ""
   Hash:  "dc003eb7b02f84b8503bce56f0561e20"
   Width:  53
   Height:  30
   Gamma:  2
   Red:  QQuaternion(scalar:1, vector:(0.640625, 0.335938, 0))
   Green:  QQuaternion(scalar:1, vector:(0.31543, 0.628906, 0))
   Blue:  QQuaternion(scalar:1, vector:(0.15918, 0.0585938, 0))
   White:  QQuaternion(scalar:1, vector:(0.313477, 0.329102, 0))
kscreen-console(1929)/KSRandr: END__: RRNotify_OutputChange [Took: 0.002s]


Bookmarks



Who is online

Registered users: Bing [Bot], blue_bullet, Google [Bot], rockscient, Yahoo [Bot]