You are not logged in.

#1 2021-06-29 09:45:07

trooper1991
Member
Registered: 2015-08-06
Posts: 18

[SOLVED] problem with Xorg and multiple monitor setup

Hey there,
recently i changed the position of one my monitors from horizontal to vertical. Since i use dwm i had to change some config files to take care of my head. Xrandr works fine but i want to have the correct screen layout from the beginning (in LightDM) which is why i want to configure the layout in Xorg.
I read Multihead and Extreme_Multihead but i can t find a solution for my problem. Now since i cried a little bit here is my problem.

I have three monitors with a resolution of 2048x1152, 1920x1080 and 1920x1080. The one with 2048x1152 is vertical. I am using a NVIDIA graphics card with Nouveau driver.
When i setup all monitors in Xorg without making the first one vertical it displays the correct resolution of 2048x1152. If i rotate the monitor the resolution is 1280x1024 (same happens if i rotate any of the others) after applying the config. After logging into my account i am able to change the resolution to the correct one with arandr but this is not a solution for me.

Here are my config files and logs. Hopefully someone can help me to find the error(s).

10-monitor.conf

Section "Monitor"
        Identifier "DVI-D-1"
        Option "PreferredMode" "2048x1152_59.9"
        Option "Rotate" "left"
        Option "Position" "0 0"
        Option "DPMS" "true"
EndSection

Section "Monitor"
        Identifier "DP-1"
        Option "Primary" "true"
        Option "PreferredMode" "1920x1080_143.85"
        Option "Position" "1152 0"
        Option "DPMS" "true"
EndSection

Section "Monitor"
        Identifier "DP-2"
        Option "PreferredMode" "1920x1080_60.00"
        Option "Position" "3072 0"
        Option "DPMS" "true"
EndSection


Section "Screen"
        Identifier "Screen0"
        Monitor "DVI-D-1"
        SubSection "Display"
                Virtual 4992 2048
        EndSubSection
EndSection

Xorg.0.log

[  2400.202] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  2400.202] Build Operating System: Linux Archlinux
[  2400.202] Current Operating System: Linux computer02 5.12.13-arch1-2 #1 SMP PREEMPT Fri, 25 Jun 2021 22:56:51 +0000 x86_64
[  2400.202] Kernel command line: initrd=\initramfs-linux.img cryptdevice=/dev/nvme0n1p2:main root=/dev/mapper/vg00-root rw lang=en init=/usr/lib/systemd/systemd locale=en_US.UTF-8
[  2400.202] Build Date: 13 April 2021  03:12:10PM
[  2400.202]  
[  2400.202] Current version of pixman: 0.40.0
[  2400.202] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2400.202] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2400.202] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 29 08:53:28 2021
[  2400.202] (==) Using config file: "/etc/X11/xorg.conf"
[  2400.202] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2400.202] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2400.202] (==) ServerLayout "X.org Configured"
[  2400.202] (**) |-->Screen "Screen0" (0)
[  2400.202] (**) |   |-->Monitor "<default monitor>"
[  2400.202] (==) No device specified for screen "Screen0".
	Using the first device section listed.
[  2400.202] (**) |   |-->Device "Card0"
[  2400.202] (**) |   |-->GPUDevice "Card0"
[  2400.202] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[  2400.202] (**) |-->Input Device "Mouse0"
[  2400.202] (**) |-->Input Device "Keyboard0"
[  2400.202] (==) Automatically adding devices
[  2400.203] (==) Automatically enabling devices
[  2400.203] (==) Automatically adding GPU devices
[  2400.203] (==) Automatically binding GPU devices
[  2400.203] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2400.203] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2400.203] 	Entry deleted from font path.
[  2400.203] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  2400.203] (**) ModulePath set to "/usr/lib/xorg/modules"
[  2400.203] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2400.203] (WW) Disabling Mouse0
[  2400.203] (WW) Disabling Keyboard0
[  2400.203] (II) Module ABI versions:
[  2400.203] 	X.Org ANSI C Emulation: 0.4
[  2400.203] 	X.Org Video Driver: 24.1
[  2400.203] 	X.Org XInput driver : 24.1
[  2400.203] 	X.Org Server Extension : 10.0
[  2400.203] (++) using VT number 7

[  2400.203] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2400.204] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2400.207] (--) PCI:*(10@0:0:0) 10de:1b81:3842:6276 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[  2400.207] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2400.207] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2400.207] (II) LoadModule: "glx"
[  2400.208] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2400.208] (II) Module glx: vendor="X.Org Foundation"
[  2400.208] 	compiled for 1.20.11, module version = 1.0.0
[  2400.208] 	ABI class: X.Org Server Extension, version 10.0
[  2400.208] (II) LoadModule: "nouveau"
[  2400.208] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  2400.208] (II) Module nouveau: vendor="X.Org Foundation"
[  2400.208] 	compiled for 1.20.10, module version = 1.0.17
[  2400.208] 	Module class: X.Org Video Driver
[  2400.208] 	ABI class: X.Org Video Driver, version 24.1
[  2400.208] (II) NOUVEAU driver 
[  2400.208] (II) NOUVEAU driver for NVIDIA chipset families :
[  2400.208] 	RIVA TNT            (NV04)
[  2400.208] 	RIVA TNT2           (NV05)
[  2400.208] 	GeForce 256         (NV10)
[  2400.208] 	GeForce 2           (NV11, NV15)
[  2400.208] 	GeForce 4MX         (NV17, NV18)
[  2400.208] 	GeForce 3           (NV20)
[  2400.208] 	GeForce 4Ti         (NV25, NV28)
[  2400.208] 	GeForce FX          (NV3x)
[  2400.208] 	GeForce 6           (NV4x)
[  2400.208] 	GeForce 7           (G7x)
[  2400.208] 	GeForce 8           (G8x)
[  2400.208] 	GeForce 9           (G9x)
[  2400.208] 	GeForce GTX 2xx/3xx (GT2xx)
[  2400.208] 	GeForce GTX 4xx/5xx (GFxxx)
[  2400.208] 	GeForce GTX 6xx/7xx (GKxxx)
[  2400.208] 	GeForce GTX 9xx     (GMxxx)
[  2400.208] 	GeForce GTX 10xx    (GPxxx)
[  2400.209] (II) [drm] nouveau interface version: 1.3.1
[  2400.209] (II) Loading sub module "dri2"
[  2400.209] (II) LoadModule: "dri2"
[  2400.209] (II) Module "dri2" already built-in
[  2400.209] (--) NOUVEAU(0): Chipset: "NVIDIA NV134"
[  2400.209] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  2400.209] (==) NOUVEAU(0): RGB weight 888
[  2400.209] (==) NOUVEAU(0): Default visual is TrueColor
[  2400.209] (==) NOUVEAU(0): Using HW cursor
[  2400.209] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[  2400.209] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[  2400.209] (==) NOUVEAU(0): Page flipping enabled
[  2400.209] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[  2400.209] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[  2400.209] (II) NOUVEAU(0): Initializing outputs ...
[  2400.247] (II) NOUVEAU(0): Output DVI-D-1 using monitor section DVI-D-1
[  2400.247] (**) NOUVEAU(0): Option "Position" "0 0"
[  2400.247] (**) NOUVEAU(0): Option "Rotate" "left"
[  2400.263] (II) NOUVEAU(0): Output DP-1 using monitor section DP-1
[  2400.263] (**) NOUVEAU(0): Option "PreferredMode" "1920x1080_143.85"
[  2400.263] (**) NOUVEAU(0): Option "Position" "1152 0"
[  2400.263] (**) NOUVEAU(0): Option "Primary" "true"
[  2400.335] (II) NOUVEAU(0): Output DP-2 using monitor section DP-2
[  2400.335] (**) NOUVEAU(0): Option "PreferredMode" "1920x1080_60.00"
[  2400.335] (**) NOUVEAU(0): Option "Position" "3072 0"
[  2400.336] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[  2400.406] (II) NOUVEAU(0): Output DP-3 has no monitor section
[  2400.406] (II) NOUVEAU(0): 5 crtcs needed for screen.
[  2400.406] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[  2400.406] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[  2400.406] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[  2400.406] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[  2400.422] (II) NOUVEAU(0): EDID for output DP-1
[  2400.422] (II) NOUVEAU(0): Manufacturer: VSC  Model: bb31  Serial#: 16843009
[  2400.422] (II) NOUVEAU(0): Year: 2018  Week: 16
[  2400.422] (II) NOUVEAU(0): EDID Version: 1.4
[  2400.422] (II) NOUVEAU(0): Digital Display Input
[  2400.422] (II) NOUVEAU(0): 8 bits per channel
[  2400.422] (II) NOUVEAU(0): Digital interface is DisplayPort
[  2400.422] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  2400.422] (II) NOUVEAU(0): Gamma: 2.20
[  2400.422] (II) NOUVEAU(0): DPMS capabilities: Off
[  2400.422] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
[  2400.422] (II) NOUVEAU(0): Default color space is primary color space
[  2400.422] (II) NOUVEAU(0): First detailed timing is preferred mode
[  2400.422] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
[  2400.422] (II) NOUVEAU(0): Display is continuous-frequency
[  2400.422] (II) NOUVEAU(0): redX: 0.646 redY: 0.330   greenX: 0.310 greenY: 0.617
[  2400.422] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.073   whiteX: 0.313 whiteY: 0.329
[  2400.422] (II) NOUVEAU(0): Supported established timings:
[  2400.422] (II) NOUVEAU(0): 720x400@70Hz
[  2400.422] (II) NOUVEAU(0): 640x480@60Hz
[  2400.422] (II) NOUVEAU(0): 640x480@67Hz
[  2400.422] (II) NOUVEAU(0): 640x480@72Hz
[  2400.422] (II) NOUVEAU(0): 640x480@75Hz
[  2400.422] (II) NOUVEAU(0): 800x600@56Hz
[  2400.422] (II) NOUVEAU(0): 800x600@60Hz
[  2400.422] (II) NOUVEAU(0): 800x600@72Hz
[  2400.422] (II) NOUVEAU(0): 800x600@75Hz
[  2400.422] (II) NOUVEAU(0): 832x624@75Hz
[  2400.422] (II) NOUVEAU(0): 1024x768@60Hz
[  2400.422] (II) NOUVEAU(0): 1024x768@70Hz
[  2400.422] (II) NOUVEAU(0): 1024x768@75Hz
[  2400.422] (II) NOUVEAU(0): 1280x1024@75Hz
[  2400.422] (II) NOUVEAU(0): 1152x864@75Hz
[  2400.422] (II) NOUVEAU(0): Manufacturer's mask: 0
[  2400.422] (II) NOUVEAU(0): Supported standard timings:
[  2400.422] (II) NOUVEAU(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  2400.422] (II) NOUVEAU(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  2400.422] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  2400.422] (II) NOUVEAU(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[  2400.422] (II) NOUVEAU(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2400.422] (II) NOUVEAU(0): #5: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  2400.422] (II) NOUVEAU(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 285.5 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  2400.422] (II) NOUVEAU(0): Ranges: V min: 48 V max: 146 Hz, H min: 180 H max: 180 kHz, PixClock max 345 MHz
[  2400.422] (II) NOUVEAU(0): Monitor name: XG2401 SERIES
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 332.9 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 1928  h_sync_end 1960 h_blank_end 2000 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1143  v_sync_end 1151 v_blanking: 1157 v_border: 0
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  2400.422] (II) NOUVEAU(0): Supported detailed timing:
[  2400.422] (II) NOUVEAU(0): clock: 226.4 MHz   Image Size:  531 x 299 mm
[  2400.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 1928  h_sync_end 1960 h_blank_end 2000 h_border: 0
[  2400.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1119  v_sync_end 1127 v_blanking: 1133 v_border: 0
[  2400.422] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[  2400.422] (II) NOUVEAU(0): EDID (in hex):
[  2400.422] (II) NOUVEAU(0): 	00ffffffffffff005a6331bb01010101
[  2400.422] (II) NOUVEAU(0): 	101c0104a5351e78376435a5544f9e27
[  2400.422] (II) NOUVEAU(0): 	125054bfef80b300a940950090408180
[  2400.422] (II) NOUVEAU(0): 	814081c00101866f80a0703840403020
[  2400.422] (II) NOUVEAU(0): 	3500132b2100001e023a801871382d40
[  2400.422] (II) NOUVEAU(0): 	582c4500132b2100001e000000fd0030
[  2400.422] (II) NOUVEAU(0): 	92b4b422010a202020202020000000fc
[  2400.422] (II) NOUVEAU(0): 	00584732343031205345524945530120
[  2400.422] (II) NOUVEAU(0): 	02031cf14fbf4010050403071f222120
[  2400.422] (II) NOUVEAU(0): 	1312160123097f0783010000023a8018
[  2400.422] (II) NOUVEAU(0): 	71382d40582c4500132b2100001e0882
[  2400.422] (II) NOUVEAU(0): 	805070384d400820f80c132b2100001c
[  2400.422] (II) NOUVEAU(0): 	011d007251d01e206e285500132b2100
[  2400.422] (II) NOUVEAU(0): 	001e8c0ad08a20e02d10103e9600132b
[  2400.422] (II) NOUVEAU(0): 	210000186d5880507038354008207808
[  2400.422] (II) NOUVEAU(0): 	132b2100001c0000000000000000006f
[  2400.422] (II) NOUVEAU(0): Printing probed modes for output DP-1
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x120.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz eP)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x143.9  332.88  1920 1928 1960 2000  1080 1143 1151 1157 -hsync +vsync (166.4 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x100.0  297.00  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (112.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x99.9  226.37  1920 1928 1960 2000  1080 1119 1127 1133 -hsync +vsync (113.2 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2400.422] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2400.461] (II) NOUVEAU(0): EDID for output DVI-D-1
[  2400.461] (II) NOUVEAU(0): Manufacturer: SAM  Model: 41f  Serial#: 1297691187
[  2400.461] (II) NOUVEAU(0): Year: 2009  Week: 6
[  2400.461] (II) NOUVEAU(0): EDID Version: 1.3
[  2400.461] (II) NOUVEAU(0): Digital Display Input
[  2400.461] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[  2400.461] (II) NOUVEAU(0): Gamma: 2.20
[  2400.461] (II) NOUVEAU(0): DPMS capabilities: Off
[  2400.461] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2400.461] (II) NOUVEAU(0): First detailed timing is preferred mode
[  2400.461] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[  2400.461] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[  2400.461] (II) NOUVEAU(0): Supported established timings:
[  2400.461] (II) NOUVEAU(0): 640x480@60Hz
[  2400.461] (II) NOUVEAU(0): 800x600@56Hz
[  2400.461] (II) NOUVEAU(0): 800x600@60Hz
[  2400.461] (II) NOUVEAU(0): 1024x768@60Hz
[  2400.461] (II) NOUVEAU(0): Manufacturer's mask: 0
[  2400.461] (II) NOUVEAU(0): Supported standard timings:
[  2400.461] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2400.461] (II) NOUVEAU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  2400.461] (II) NOUVEAU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  2400.461] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  2400.461] (II) NOUVEAU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  2400.461] (II) NOUVEAU(0): Supported detailed timing:
[  2400.461] (II) NOUVEAU(0): clock: 156.8 MHz   Image Size:  510 x 287 mm
[  2400.461] (II) NOUVEAU(0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
[  2400.461] (II) NOUVEAU(0): v_active: 1152  v_sync: 1155  v_sync_end 1160 v_blanking: 1185 v_border: 0
[  2400.461] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 165 MHz
[  2400.461] (II) NOUVEAU(0): Monitor name: SyncMaster
[  2400.461] (II) NOUVEAU(0): Serial No: H9XS200794
[  2400.461] (II) NOUVEAU(0): EDID (in hex):
[  2400.461] (II) NOUVEAU(0): 	00ffffffffffff004c2d1f043332594d
[  2400.461] (II) NOUVEAU(0): 	0613010380331d782aee91a3544c9926
[  2400.461] (II) NOUVEAU(0): 	0f50542308008180814081009500b300
[  2400.461] (II) NOUVEAU(0): 	0101010101013b3d00a0808021403020
[  2400.461] (II) NOUVEAU(0): 	3500fe1f1100001a000000fd00383c1e
[  2400.461] (II) NOUVEAU(0): 	5110000a202020202020000000fc0053
[  2400.461] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[  2400.461] (II) NOUVEAU(0): 	00483958533230303739340a202000e6
[  2400.461] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
[  2400.461] (II) NOUVEAU(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz eP)
[  2400.461] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2400.461] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2400.533] (II) NOUVEAU(0): EDID for output DP-2
[  2400.533] (II) NOUVEAU(0): Manufacturer: IVM  Model: 5621  Serial#: 33
[  2400.533] (II) NOUVEAU(0): Year: 2013  Week: 51
[  2400.533] (II) NOUVEAU(0): EDID Version: 1.3
[  2400.533] (II) NOUVEAU(0): Digital Display Input
[  2400.533] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[  2400.533] (II) NOUVEAU(0): Gamma: 2.20
[  2400.533] (II) NOUVEAU(0): DPMS capabilities: Off
[  2400.533] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2400.533] (II) NOUVEAU(0): First detailed timing is preferred mode
[  2400.533] (II) NOUVEAU(0): redX: 0.651 redY: 0.338   greenX: 0.321 greenY: 0.614
[  2400.533] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.063   whiteX: 0.313 whiteY: 0.329
[  2400.533] (II) NOUVEAU(0): Supported established timings:
[  2400.533] (II) NOUVEAU(0): 720x400@70Hz
[  2400.533] (II) NOUVEAU(0): 640x480@60Hz
[  2400.533] (II) NOUVEAU(0): 640x480@67Hz
[  2400.533] (II) NOUVEAU(0): 640x480@75Hz
[  2400.533] (II) NOUVEAU(0): 800x600@56Hz
[  2400.533] (II) NOUVEAU(0): 800x600@60Hz
[  2400.533] (II) NOUVEAU(0): 800x600@75Hz
[  2400.533] (II) NOUVEAU(0): 1024x768@60Hz
[  2400.533] (II) NOUVEAU(0): 1024x768@70Hz
[  2400.533] (II) NOUVEAU(0): 1024x768@75Hz
[  2400.533] (II) NOUVEAU(0): 1280x1024@75Hz
[  2400.533] (II) NOUVEAU(0): Manufacturer's mask: 0
[  2400.533] (II) NOUVEAU(0): Supported standard timings:
[  2400.533] (II) NOUVEAU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  2400.533] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2400.533] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  2400.533] (II) NOUVEAU(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  2400.533] (II) NOUVEAU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  2400.533] (II) NOUVEAU(0): #5: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  2400.533] (II) NOUVEAU(0): #6: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  2400.533] (II) NOUVEAU(0): Supported detailed timing:
[  2400.533] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[  2400.533] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  2400.533] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  2400.533] (II) NOUVEAU(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  2400.533] (II) NOUVEAU(0): Serial No: 11177G3C00033
[  2400.533] (II) NOUVEAU(0): Monitor name: PLX2380H
[  2400.533] (II) NOUVEAU(0): EDID (in hex):
[  2400.533] (II) NOUVEAU(0): 	00ffffffffffff0026cd215621000000
[  2400.533] (II) NOUVEAU(0): 	3317010380331d782ae595a656529d27
[  2400.533] (II) NOUVEAU(0): 	105054b74f00d1c081809500b3008140
[  2400.533] (II) NOUVEAU(0): 	714f950f0101023a801871382d40582c
[  2400.533] (II) NOUVEAU(0): 	4500fd1e1100001e000000fd00374c1e
[  2400.533] (II) NOUVEAU(0): 	5311000a202020202020000000ff0031
[  2400.533] (II) NOUVEAU(0): 	313137374733433030303333000000fc
[  2400.533] (II) NOUVEAU(0): 	00504c5832333830480a202020200069
[  2400.533] (II) NOUVEAU(0): Printing probed modes for output DP-2
[  2400.533] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2400.533] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2400.533] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2400.534] (II) NOUVEAU(0): EDID for output HDMI-1
[  2400.606] (II) NOUVEAU(0): EDID for output DP-3
[  2400.606] (II) NOUVEAU(0): Output DP-1 connected
[  2400.606] (II) NOUVEAU(0): Output DVI-D-1 connected
[  2400.606] (II) NOUVEAU(0): Output DP-2 connected
[  2400.606] (II) NOUVEAU(0): Output HDMI-1 disconnected
[  2400.606] (II) NOUVEAU(0): Output DP-3 disconnected
[  2400.606] (II) NOUVEAU(0): Using user preference for initial modes
[  2400.606] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080 +0+0
[  2400.606] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1280x1024 +0+0
[  2400.606] (II) NOUVEAU(0): Output DP-2 using initial mode 1920x1080 +0+0
[  2400.606] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[  2400.606] (II) NOUVEAU(0): Virtual size is 6000x6000 (pitch 0)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2400.606] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[  2400.606] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2400.606] (==) NOUVEAU(0): DPI set to (96, 96)
[  2400.606] (II) Loading sub module "fb"
[  2400.606] (II) LoadModule: "fb"
[  2400.606] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2400.606] (II) Module fb: vendor="X.Org Foundation"
[  2400.606] 	compiled for 1.20.11, module version = 1.0.0
[  2400.606] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2400.606] (II) Loading sub module "shadowfb"
[  2400.606] (II) LoadModule: "shadowfb"
[  2400.606] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[  2400.606] (II) Module shadowfb: vendor="X.Org Foundation"
[  2400.606] 	compiled for 1.20.11, module version = 1.0.0
[  2400.606] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2400.608] (II) NOUVEAU(0): Channel setup complete.
[  2400.608] (II) NOUVEAU(0): [COPY] async initialised.
[  2400.608] (II) NOUVEAU(0): Hardware support for Present enabled
[  2400.608] (II) NOUVEAU(0): [DRI2] Setup complete
[  2400.608] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[  2400.608] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[  2400.608] (II) Loading sub module "exa"
[  2400.608] (II) LoadModule: "exa"
[  2400.608] (II) Loading /usr/lib/xorg/modules/libexa.so
[  2400.608] (II) Module exa: vendor="X.Org Foundation"
[  2400.608] 	compiled for 1.20.11, module version = 2.6.0
[  2400.608] 	ABI class: X.Org Video Driver, version 24.1
[  2400.608] (II) EXA(0): Driver allocated offscreen pixmaps
[  2400.608] (II) EXA(0): Driver registered support for the following operations:
[  2400.608] (II)         Solid
[  2400.608] (II)         Copy
[  2400.608] (II)         Composite (RENDER acceleration)
[  2400.608] (II)         UploadToScreen
[  2400.608] (II)         DownloadFromScreen
[  2400.608] (==) NOUVEAU(0): Backing store enabled
[  2400.608] (==) NOUVEAU(0): Silken mouse disabled
[  2400.608] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[  2400.608] (II) NOUVEAU(0): [XvMC] Extension initialized.
[  2400.608] (==) NOUVEAU(0): DPMS enabled
[  2400.609] (II) Initializing extension Generic Event Extension
[  2400.609] (II) Initializing extension SHAPE
[  2400.609] (II) Initializing extension MIT-SHM
[  2400.609] (II) Initializing extension XInputExtension
[  2400.609] (II) Initializing extension XTEST
[  2400.609] (II) Initializing extension BIG-REQUESTS
[  2400.609] (II) Initializing extension SYNC
[  2400.610] (II) Initializing extension XKEYBOARD
[  2400.610] (II) Initializing extension XC-MISC
[  2400.610] (II) Initializing extension SECURITY
[  2400.610] (II) Initializing extension XFIXES
[  2400.610] (II) Initializing extension RENDER
[  2400.610] (II) Initializing extension RANDR
[  2400.610] (II) Initializing extension COMPOSITE
[  2400.610] (II) Initializing extension DAMAGE
[  2400.610] (II) Initializing extension MIT-SCREEN-SAVER
[  2400.610] (II) Initializing extension DOUBLE-BUFFER
[  2400.610] (II) Initializing extension RECORD
[  2400.610] (II) Initializing extension DPMS
[  2400.610] (II) Initializing extension Present
[  2400.610] (II) Initializing extension DRI3
[  2400.610] (II) Initializing extension X-Resource
[  2400.610] (II) Initializing extension XVideo
[  2400.610] (II) Initializing extension XVideo-MotionCompensation
[  2400.610] (II) Initializing extension GLX
[  2400.626] (II) AIGLX: Loaded and initialized nouveau
[  2400.626] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2400.626] (II) Initializing extension XFree86-VidModeExtension
[  2400.627] (II) Initializing extension XFree86-DGA
[  2400.627] (II) Initializing extension XFree86-DRI
[  2400.627] (II) Initializing extension DRI2
[  2400.633] (II) NOUVEAU(0): NVEnterVT is called.
[  2400.726] (II) NOUVEAU(0): Setting screen physical size to 1320 x 338
[  2400.726] resize called 4992 1280
[  2400.898] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2400.898] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2400.898] (II) LoadModule: "libinput"
[  2400.898] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2400.898] (II) Module libinput: vendor="X.Org Foundation"
[  2400.898] 	compiled for 1.20.11, module version = 1.1.0
[  2400.898] 	Module class: X.Org XInput Driver
[  2400.898] 	ABI class: X.Org XInput driver, version 24.1
[  2400.898] (II) Using input driver 'libinput' for 'Power Button'
[  2400.898] (**) Power Button: always reports core events
[  2400.898] (**) Option "Device" "/dev/input/event1"
[  2400.898] (**) Option "_source" "server/udev"
[  2400.899] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2400.899] (II) event1  - Power Button: device is a keyboard
[  2400.899] (II) event1  - Power Button: device removed
[  2400.929] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  2400.929] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2400.930] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2400.930] (II) event1  - Power Button: device is a keyboard
[  2400.930] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  2400.930] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2400.930] (II) Using input driver 'libinput' for 'Power Button'
[  2400.930] (**) Power Button: always reports core events
[  2400.930] (**) Option "Device" "/dev/input/event0"
[  2400.930] (**) Option "_source" "server/udev"
[  2400.931] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2400.931] (II) event0  - Power Button: device is a keyboard
[  2400.931] (II) event0  - Power Button: device removed
[  2400.956] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  2400.956] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  2400.957] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2400.957] (II) event0  - Power Button: device is a keyboard
[  2400.957] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event9)
[  2400.957] (II) No input driver specified, ignoring this device.
[  2400.957] (II) This device may have been added with another device file.
[  2400.958] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js0)
[  2400.958] (II) No input driver specified, ignoring this device.
[  2400.958] (II) This device may have been added with another device file.
[  2400.959] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[  2400.959] (II) No input driver specified, ignoring this device.
[  2400.959] (II) This device may have been added with another device file.
[  2400.959] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[  2400.959] (II) No input driver specified, ignoring this device.
[  2400.959] (II) This device may have been added with another device file.
[  2400.959] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[  2400.959] (II) No input driver specified, ignoring this device.
[  2400.959] (II) This device may have been added with another device file.
[  2400.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[  2400.960] (II) No input driver specified, ignoring this device.
[  2400.960] (II) This device may have been added with another device file.
[  2400.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[  2400.960] (II) No input driver specified, ignoring this device.
[  2400.960] (II) This device may have been added with another device file.
[  2400.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event16)
[  2400.960] (II) No input driver specified, ignoring this device.
[  2400.960] (II) This device may have been added with another device file.
[  2400.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event17)
[  2400.960] (II) No input driver specified, ignoring this device.
[  2400.960] (II) This device may have been added with another device file.
[  2400.961] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event2)
[  2400.961] (**) Logitech Logitech G710 Keyboard: Applying InputClass "libinput keyboard catchall"
[  2400.961] (II) Using input driver 'libinput' for 'Logitech Logitech G710 Keyboard'
[  2400.961] (**) Logitech Logitech G710 Keyboard: always reports core events
[  2400.961] (**) Option "Device" "/dev/input/event2"
[  2400.961] (**) Option "_source" "server/udev"
[  2400.961] (II) event2  - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[  2400.961] (II) event2  - Logitech Logitech G710 Keyboard: device is a keyboard
[  2400.962] (II) event2  - Logitech Logitech G710 Keyboard: device removed
[  2400.996] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-2/5-2:1.0/0003:046D:C24D.0001/input/input2/event2"
[  2400.996] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 8)
[  2400.997] (II) event2  - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[  2400.997] (II) event2  - Logitech Logitech G710 Keyboard: device is a keyboard
[  2400.998] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event3)
[  2400.998] (**) Logitech Logitech G710 Keyboard: Applying InputClass "libinput keyboard catchall"
[  2400.998] (II) Using input driver 'libinput' for 'Logitech Logitech G710 Keyboard'
[  2400.998] (**) Logitech Logitech G710 Keyboard: always reports core events
[  2400.998] (**) Option "Device" "/dev/input/event3"
[  2400.998] (**) Option "_source" "server/udev"
[  2400.999] (II) event3  - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[  2400.999] (II) event3  - Logitech Logitech G710 Keyboard: device is a keyboard
[  2401.000] (II) event3  - Logitech Logitech G710 Keyboard: device removed
[  2401.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-2/5-2:1.1/0003:046D:C24D.0002/input/input3/event3"
[  2401.036] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 9)
[  2401.037] (II) event3  - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[  2401.037] (II) event3  - Logitech Logitech G710 Keyboard: device is a keyboard
[  2401.038] (II) config/udev: Adding input device Razer Razer DeathAdder V2 (/dev/input/event4)
[  2401.038] (**) Razer Razer DeathAdder V2: Applying InputClass "libinput pointer catchall"
[  2401.038] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder V2'
[  2401.038] (**) Razer Razer DeathAdder V2: always reports core events
[  2401.038] (**) Option "Device" "/dev/input/event4"
[  2401.038] (**) Option "_source" "server/udev"
[  2401.094] (II) event4  - Razer Razer DeathAdder V2: is tagged by udev as: Mouse
[  2401.094] (II) event4  - Razer Razer DeathAdder V2: device is a pointer
[  2401.094] (II) event4  - Razer Razer DeathAdder V2: device removed
[  2401.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.0/0003:1532:0084.0004/input/input6/event4"
[  2401.156] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder V2" (type: MOUSE, id 10)
[  2401.156] (**) Option "AccelerationScheme" "none"
[  2401.156] (**) Razer Razer DeathAdder V2: (accel) selected scheme none/0
[  2401.156] (**) Razer Razer DeathAdder V2: (accel) acceleration factor: 2.000
[  2401.156] (**) Razer Razer DeathAdder V2: (accel) acceleration threshold: 4
[  2401.214] (II) event4  - Razer Razer DeathAdder V2: is tagged by udev as: Mouse
[  2401.214] (II) event4  - Razer Razer DeathAdder V2: device is a pointer
[  2401.214] (II) config/udev: Adding input device Razer Razer DeathAdder V2 (/dev/input/mouse0)
[  2401.214] (II) No input driver specified, ignoring this device.
[  2401.214] (II) This device may have been added with another device file.
[  2401.215] (II) config/udev: Adding input device Razer Razer DeathAdder V2 Keyboard (/dev/input/event5)
[  2401.215] (**) Razer Razer DeathAdder V2 Keyboard: Applying InputClass "libinput keyboard catchall"
[  2401.215] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder V2 Keyboard'
[  2401.215] (**) Razer Razer DeathAdder V2 Keyboard: always reports core events
[  2401.215] (**) Option "Device" "/dev/input/event5"
[  2401.215] (**) Option "_source" "server/udev"
[  2401.216] (II) event5  - Razer Razer DeathAdder V2 Keyboard: is tagged by udev as: Keyboard
[  2401.216] (II) event5  - Razer Razer DeathAdder V2 Keyboard: device is a keyboard
[  2401.217] (II) event5  - Razer Razer DeathAdder V2 Keyboard: device removed
[  2401.249] (II) libinput: Razer Razer DeathAdder V2 Keyboard: needs a virtual subdevice
[  2401.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.1/0003:1532:0084.0005/input/input7/event5"
[  2401.249] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder V2 Keyboard" (type: MOUSE, id 11)
[  2401.249] (**) Option "AccelerationScheme" "none"
[  2401.249] (**) Razer Razer DeathAdder V2 Keyboard: (accel) selected scheme none/0
[  2401.249] (**) Razer Razer DeathAdder V2 Keyboard: (accel) acceleration factor: 2.000
[  2401.249] (**) Razer Razer DeathAdder V2 Keyboard: (accel) acceleration threshold: 4
[  2401.251] (II) event5  - Razer Razer DeathAdder V2 Keyboard: is tagged by udev as: Keyboard
[  2401.251] (II) event5  - Razer Razer DeathAdder V2 Keyboard: device is a keyboard
[  2401.251] (II) config/udev: Adding input device Razer Razer DeathAdder V2 (/dev/input/event6)
[  2401.251] (II) No input driver specified, ignoring this device.
[  2401.251] (II) This device may have been added with another device file.
[  2401.252] (II) config/udev: Adding input device Razer Razer DeathAdder V2 (/dev/input/event7)
[  2401.252] (**) Razer Razer DeathAdder V2: Applying InputClass "libinput keyboard catchall"
[  2401.252] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder V2'
[  2401.252] (**) Razer Razer DeathAdder V2: always reports core events
[  2401.252] (**) Option "Device" "/dev/input/event7"
[  2401.252] (**) Option "_source" "server/udev"
[  2401.253] (II) event7  - Razer Razer DeathAdder V2: is tagged by udev as: Keyboard
[  2401.253] (II) event7  - Razer Razer DeathAdder V2: device is a keyboard
[  2401.254] (II) event7  - Razer Razer DeathAdder V2: device removed
[  2401.289] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.2/0003:1532:0084.0006/input/input9/event7"
[  2401.289] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder V2" (type: KEYBOARD, id 12)
[  2401.291] (II) event7  - Razer Razer DeathAdder V2: is tagged by udev as: Keyboard
[  2401.291] (II) event7  - Razer Razer DeathAdder V2: device is a keyboard
[  2401.291] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[  2401.291] (II) No input driver specified, ignoring this device.
[  2401.291] (II) This device may have been added with another device file.
[  2401.292] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event19)
[  2401.292] (II) No input driver specified, ignoring this device.
[  2401.292] (II) This device may have been added with another device file.
[  2401.292] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event20)
[  2401.292] (II) No input driver specified, ignoring this device.
[  2401.292] (II) This device may have been added with another device file.
[  2401.292] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event21)
[  2401.292] (II) No input driver specified, ignoring this device.
[  2401.292] (II) This device may have been added with another device file.
[  2401.292] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event22)
[  2401.292] (II) No input driver specified, ignoring this device.
[  2401.292] (II) This device may have been added with another device file.
[  2401.293] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event23)
[  2401.293] (II) No input driver specified, ignoring this device.
[  2401.293] (II) This device may have been added with another device file.
[  2401.293] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event24)
[  2401.293] (II) No input driver specified, ignoring this device.
[  2401.293] (II) This device may have been added with another device file.
[  2401.293] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[  2401.293] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2401.293] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  2401.293] (**) Eee PC WMI hotkeys: always reports core events
[  2401.293] (**) Option "Device" "/dev/input/event10"
[  2401.293] (**) Option "_source" "server/udev"
[  2401.294] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  2401.294] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[  2401.294] (II) event10 - Eee PC WMI hotkeys: device removed
[  2401.356] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event10"
[  2401.356] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[  2401.357] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  2401.357] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[  2401.357] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  2401.357] (II) No input driver specified, ignoring this device.
[  2401.357] (II) This device may have been added with another device file.
[  2401.362] (**) Razer Razer DeathAdder V2 Keyboard: Applying InputClass "libinput keyboard catchall"
[  2401.362] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder V2 Keyboard'
[  2401.362] (**) Razer Razer DeathAdder V2 Keyboard: always reports core events
[  2401.362] (**) Option "Device" "/dev/input/event5"
[  2401.362] (**) Option "_source" "_driver/libinput"
[  2401.362] (II) libinput: Razer Razer DeathAdder V2 Keyboard: is a virtual subdevice
[  2401.362] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.1/0003:1532:0084.0005/input/input7/event5"
[  2401.362] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder V2 Keyboard" (type: KEYBOARD, id 14)
[  2420.370] (II) NOUVEAU(0): EDID vendor "IVM", prod id 22049
[  2420.370] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[  2420.370] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[  2420.370] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  2420.370] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2420.370] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2420.370] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  2420.572] (II) NOUVEAU(0): EDID vendor "IVM", prod id 22049
[  2420.572] (II) NOUVEAU(0): Using hsync ranges from config file
[  2420.572] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  2420.572] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  2420.572] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2420.572] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2420.572] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  2421.129] (EE) event4  - Razer Razer DeathAdder V2: client bug: event processing lagging behind by 28ms, your system is too slow
[  2421.676] (II) event4  - Razer Razer DeathAdder V2: SYN_DROPPED event - some input events have been lost.
[  2421.748] (II) event4  - Razer Razer DeathAdder V2: SYN_DROPPED event - some input events have been lost.
[  2421.892] (EE) event4  - Razer Razer DeathAdder V2: client bug: event processing lagging behind by 69ms, your system is too slow
[  2422.403] (EE) event4  - Razer Razer DeathAdder V2: client bug: event processing lagging behind by 68ms, your system is too slow
[  2434.497] (EE) event4  - Razer Razer DeathAdder V2: client bug: event processing lagging behind by 71ms, your system is too slow
[  2520.552] (EE) event4  - Razer Razer DeathAdder V2: client bug: event processing lagging behind by 16ms, your system is too slow
[  2520.552] (EE) event4  - Razer Razer DeathAdder V2: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  2914.213] (II) event4  - Razer Razer DeathAdder V2: SYN_DROPPED event - some input events have been lost.
[  3621.472] (EE) event2  - Logitech Logitech G710 Keyboard: client bug: event processing lagging behind by 12ms, your system is too slow
[  3813.122] (EE) event2  - Logitech Logitech G710 Keyboard: client bug: event processing lagging behind by 32ms, your system is too slow
[  3947.538] (EE) event2  - Logitech Logitech G710 Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[  4007.528] (EE) event2  - Logitech Logitech G710 Keyboard: client bug: event processing lagging behind by 18ms, your system is too slow
[  4139.605] (II) NOUVEAU(0): EDID vendor "IVM", prod id 22049
[  4139.605] (II) NOUVEAU(0): Using hsync ranges from config file
[  4139.605] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  4139.605] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  4139.605] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4139.605] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4139.605] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  4139.805] (II) NOUVEAU(0): EDID vendor "IVM", prod id 22049
[  4139.805] (II) NOUVEAU(0): Using hsync ranges from config file
[  4139.805] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  4139.805] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  4139.805] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4139.805] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4139.805] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  4140.550] (II) event4  - Razer Razer DeathAdder V2: SYN_DROPPED event - some input events have been lost.
[  4617.073] (II) event4  - Razer Razer DeathAdder V2: SYN_DROPPED event - some input events have been lost.
[  4850.320] (EE) event2  - Logitech Logitech G710 Keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[  4850.320] (EE) event2  - Logitech Logitech G710 Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.

Last edited by trooper1991 (2021-09-22 23:15:07)

Offline

#2 2021-06-29 09:59:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,302

Re: [SOLVED] problem with Xorg and multiple monitor setup

Which xrandr command do you use afterwards to fix it? What happens if you drop the explicit screen assignment and just keep the Monitor assignments? FWIW if you have a working xrandr command you can always just execute that as part of your lightdm startup: https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM

Offline

#3 2021-06-29 11:37:51

trooper1991
Member
Registered: 2015-08-06
Posts: 18

Re: [SOLVED] problem with Xorg and multiple monitor setup

V1del wrote:

Which xrandr command do you use afterwards to fix it? What happens if you drop the explicit screen assignment and just keep the Monitor assignments? FWIW if you have a working xrandr command you can always just execute that as part of your lightdm startup: https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM


I am using

xrandr --output DVI-D-1 --primary --mode 2048x1152 --pos 0x0 --rotate left --output DP-1 --mode 1920x1080 --pos 1152x0 --rotate normal --output DP-2 --mode 1920x1080 --pos 3072x0 --rotate normal --output HDMI-1 --off --output DP-3 --off

With

Section "Monitor"
        Identifier "DVI-D-1"
        Option "PreferredMode" "2048x1152_59.9"
        Option "Position" "0 0"
        Option "DPMS" "true"
        Option "Rotate" "left"
EndSection

Section "Monitor"
        Identifier "DP-1"
        Option "PreferredMode" "1920x1080_143.85"
        Option "Position" "1152 0"
        Option "DPMS" "true"
EndSection

Section "Monitor"
        Identifier "DP-2"
        Option "PreferredMode" "1920x1080_60.00"
        Option "Position" "3072 0"
        Option "DPMS" "true"
EndSection

The left screen behaves as it should, the middle one has a resolution of 1600x1200 and the right one 1280x1024.

If i put the xrandr command under 'display-setup-script' nothing happens (i guess it is because of the execution as root). If i run the command as root i get 'Can't open display'. Running the command as a normal user works fine.

Last edited by trooper1991 (2021-06-29 11:51:48)

Offline

#4 2021-09-22 23:01:43

trooper1991
Member
Registered: 2015-08-06
Posts: 18

Re: [SOLVED] problem with Xorg and multiple monitor setup

Solved by using the nvidia driver instead of nouveau with following 10-monitor.conf in /etc/X11/xorg.conf.d/:

Section "Monitor"
        Identifier "DVI-D-0"
        Option "PreferredMode" "1152x2048_59.91"
        Option "Rotate" "left"
        Option "DPMS"
EndSection

Section "Monitor"
        Identifier "DP-2"
        Option "PreferredMode" "1920x1080_143.85"
        Option "DPMS"
        Option "RightOf" "DVI-D-0"
EndSection


Section "Monitor"
        Identifier "DP-5"
        Option "PreferredMode" "1920x1080_60.00"
        Option "RightOf" "DP-2"
        Option "DPMS"
EndSection

Offline

Board footer

Powered by FluxBB