DRM leases + X = SW only OpenGL acceleration on child X server
Raimonds Cicans
ray at apollo.lv
Mon Sep 24 10:04:02 UTC 2018
On 24.09.2018 12:17, Michel Dänzer wrote:
> On 2018-09-23 11:18 p.m., Raimonds Cicans wrote:
>> Hi!
>>
>> I am playing with new "DRM leases" feature.
>> I am trying to implement single video card multi-seat.
>>
>> Questions:
>>
>> 1) is HW accelerated OpenGL possible at all on child X server?
>>
>> 2) if answer for first question is "yes", then what can cause following
>> behaviour?
>>
>> DISPLAY=:100 glxgears # Main X server. Works without problem
>>
>> DISPLAY=:101 glxgears # Child X server. Get following errors
>> libGL error: failed to authenticate magic 1
>> libGL error: failed to load driver: radeonsi
>
> Please attach both Xorg log files and the output of
>
> LIBGL_DEBUG=verbose DISPLAY=:101 glxgears
>
>
All files attached.
Raimonds Cicans
-------------- next part --------------
libGL: screen 0 does not appear to be DRI3 capable
libGL error: failed to authenticate magic 1
libGL error: failed to load driver: radeonsi
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
21166 frames in 5.0 seconds = 4233.000 FPS
21394 frames in 5.0 seconds = 4278.703 FPS
21387 frames in 5.0 seconds = 4277.371 FPS
21365 frames in 5.0 seconds = 4272.890 FPS
-------------- next part --------------
[ 432.059]
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[ 432.059] Build Operating System: Linux 4.16.12-gentoo-myrc00 x86_64 Gentoo
[ 432.059] Current Operating System: Linux fast 4.16.12-gentoo-myrc00 #2 SMP Tue May 29 17:31:22 EEST 2018 x86_64
[ 432.059] Kernel command line: BOOT_IMAGE=/root/boot/kernel-genkernel-x86_64-4.16.12-gentoo-myrc00 root=/dev/mapper/root ro rootflags=subvol=root crypt_root=UUID=e9ea634b-d43b-41a7-b4ff-8f71ff025690 root=/dev/mapper/root real_init=/usr/lib/systemd/systemd net.ifnames=0 hugepagesz=2M hugepages=512 hugepagesz=1G hugepages=4
[ 432.059] Build Date: 19 September 2018 01:24:40AM
[ 432.059]
[ 432.059] Current version of pixman: 0.34.0
[ 432.059] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 432.059] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 432.059] (==) Log file: "/var/log/Xorg.100.log", Time: Mon Sep 24 12:47:39 2018
[ 432.060] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 432.060] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 432.060] (==) No Layout section. Using the first Screen section.
[ 432.060] (==) No screen section available. Using defaults.
[ 432.060] (**) |-->Screen "Default Screen Section" (0)
[ 432.060] (**) | |-->Monitor "<default monitor>"
[ 432.060] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 432.060] (==) Automatically adding devices
[ 432.060] (==) Automatically enabling devices
[ 432.060] (==) Automatically adding GPU devices
[ 432.060] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 432.060] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 432.060] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 432.060] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 432.060] (II) Loader magic: 0x55c7d5cd8d00
[ 432.060] (II) Module ABI versions:
[ 432.060] X.Org ANSI C Emulation: 0.4
[ 432.060] X.Org Video Driver: 24.0
[ 432.060] X.Org XInput driver : 24.1
[ 432.060] X.Org Server Extension : 10.0
[ 432.060] (--) using VT number 2
[ 432.060] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 432.061] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 432.062] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 432.063] (--) PCI:*(1 at 0:0:0) 1002:67df:1043:0521 rev 231, Mem @ 0x2200000000/8589934592, 0x2100000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 432.063] (--) PCI: (2 at 0:0:0) 1002:67df:1043:0521 rev 231, Mem @ 0x2400000000/8589934592, 0x2600000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 432.063] (II) LoadModule: "glx"
[ 432.063] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 432.064] (II) Module glx: vendor="X.Org Foundation"
[ 432.064] compiled for 1.20.1, module version = 1.0.0
[ 432.064] ABI class: X.Org Server Extension, version 10.0
[ 432.064] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 432.064] loading driver: amdgpu
[ 432.064] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[ 432.064] loading driver: amdgpu
[ 432.064] (==) Matched amdgpu as autoconfigured driver 0
[ 432.064] (==) Matched ati as autoconfigured driver 1
[ 432.064] (==) Matched modesetting as autoconfigured driver 2
[ 432.064] (==) Matched fbdev as autoconfigured driver 3
[ 432.064] (==) Matched vesa as autoconfigured driver 4
[ 432.064] (==) Assigned the driver to the xf86ConfigLayout
[ 432.064] (II) LoadModule: "amdgpu"
[ 432.064] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[ 432.064] (II) Module amdgpu: vendor="X.Org Foundation"
[ 432.064] compiled for 1.20.1, module version = 18.1.0
[ 432.064] Module class: X.Org Video Driver
[ 432.064] ABI class: X.Org Video Driver, version 24.0
[ 432.064] (II) LoadModule: "ati"
[ 432.064] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 432.064] (II) Module ati: vendor="X.Org Foundation"
[ 432.064] compiled for 1.20.1, module version = 18.0.1
[ 432.064] Module class: X.Org Video Driver
[ 432.064] ABI class: X.Org Video Driver, version 24.0
[ 432.095] (II) LoadModule: "modesetting"
[ 432.095] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 432.095] (II) Module modesetting: vendor="X.Org Foundation"
[ 432.095] compiled for 1.20.1, module version = 1.20.1
[ 432.095] Module class: X.Org Video Driver
[ 432.095] ABI class: X.Org Video Driver, version 24.0
[ 432.095] (II) LoadModule: "fbdev"
[ 432.095] (WW) Warning, couldn't open module fbdev
[ 432.095] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 432.095] (II) LoadModule: "vesa"
[ 432.095] (WW) Warning, couldn't open module vesa
[ 432.095] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 432.095] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 432.095] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 432.117] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[ 432.128] (WW) Falling back to old probe method for modesetting
[ 432.128] (II) AMDGPU(G0): [KMS] Kernel modesetting enabled.
[ 432.128] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 432.128] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 432.128] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 432.128] (==) AMDGPU(0): Default visual is TrueColor
[ 432.128] (==) AMDGPU(0): RGB weight 888
[ 432.129] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 432.129] (--) AMDGPU(0): Chipset: "Radeon RX 580 Series" (ChipID = 0x67df)
[ 432.129] (II) Loading sub module "fb"
[ 432.129] (II) LoadModule: "fb"
[ 432.129] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 432.129] (II) Module fb: vendor="X.Org Foundation"
[ 432.129] compiled for 1.20.1, module version = 1.0.0
[ 432.129] ABI class: X.Org ANSI C Emulation, version 0.4
[ 432.129] (II) Loading sub module "dri2"
[ 432.129] (II) LoadModule: "dri2"
[ 432.129] (II) Module "dri2" already built-in
[ 432.196] (II) Loading sub module "glamoregl"
[ 432.196] (II) LoadModule: "glamoregl"
[ 432.196] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 432.196] (II) Module glamoregl: vendor="X.Org Foundation"
[ 432.196] compiled for 1.20.1, module version = 1.0.1
[ 432.196] ABI class: X.Org ANSI C Emulation, version 0.4
[ 432.198] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.16.12-gentoo-myrc00, LLVM 6.0.1)
[ 432.198] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 432.198] (==) AMDGPU(0): TearFree property default: auto
[ 432.198] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 432.198] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 432.199] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 432.199] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 432.199] (II) AMDGPU(0): Output HDMI-A-1 has no monitor section
[ 432.199] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[ 432.199] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 432.199] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 432.199] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 432.199] (II) AMDGPU(0): Manufacturer: PHL Model: c0c0 Serial#: 6013
[ 432.199] (II) AMDGPU(0): Year: 2014 Week: 35
[ 432.199] (II) AMDGPU(0): EDID Version: 1.3
[ 432.199] (II) AMDGPU(0): Digital Display Input
[ 432.199] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 432.199] (II) AMDGPU(0): Gamma: 2.20
[ 432.199] (II) AMDGPU(0): DPMS capabilities: Off
[ 432.199] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 432.199] (II) AMDGPU(0): First detailed timing is preferred mode
[ 432.199] (II) AMDGPU(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 432.199] (II) AMDGPU(0): blueX: 0.159 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 432.199] (II) AMDGPU(0): Supported established timings:
[ 432.199] (II) AMDGPU(0): 720x400 at 70Hz
[ 432.199] (II) AMDGPU(0): 640x480 at 60Hz
[ 432.199] (II) AMDGPU(0): 640x480 at 67Hz
[ 432.199] (II) AMDGPU(0): 640x480 at 72Hz
[ 432.199] (II) AMDGPU(0): 640x480 at 75Hz
[ 432.199] (II) AMDGPU(0): 800x600 at 60Hz
[ 432.199] (II) AMDGPU(0): 800x600 at 75Hz
[ 432.199] (II) AMDGPU(0): 1024x768 at 60Hz
[ 432.199] (II) AMDGPU(0): 1024x768 at 75Hz
[ 432.199] (II) AMDGPU(0): 1280x1024 at 75Hz
[ 432.199] (II) AMDGPU(0): Manufacturer's mask: 0
[ 432.199] (II) AMDGPU(0): Supported standard timings:
[ 432.199] (II) AMDGPU(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 432.199] (II) AMDGPU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 432.199] (II) AMDGPU(0): #2: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 432.199] (II) AMDGPU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 432.199] (II) AMDGPU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 432.199] (II) AMDGPU(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 432.199] (II) AMDGPU(0): Supported detailed timing:
[ 432.199] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 432.199] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 432.199] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 432.199] (II) AMDGPU(0): Serial No: AU01435006013
[ 432.199] (II) AMDGPU(0): Monitor name: Philips 247E4
[ 432.199] (II) AMDGPU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 432.199] (II) AMDGPU(0): Supported detailed timing:
[ 432.199] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 432.199] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 432.199] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 432.199] (II) AMDGPU(0): Supported detailed timing:
[ 432.199] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 432.199] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 432.199] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 432.199] (II) AMDGPU(0): Supported detailed timing:
[ 432.199] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 432.199] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 432.199] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 432.199] (II) AMDGPU(0): Supported detailed timing:
[ 432.199] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 432.199] (II) AMDGPU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 432.199] (II) AMDGPU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 432.199] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 432.200] (II) AMDGPU(0): EDID (in hex):
[ 432.200] (II) AMDGPU(0): 00ffffffffffff00410cc0c07d170000
[ 432.200] (II) AMDGPU(0): 2318010380341d782a2cc5a45650a128
[ 432.200] (II) AMDGPU(0): 0f5054bd4b00d1c08180950f9500b300
[ 432.200] (II) AMDGPU(0): 81c001010101023a801871382d40582c
[ 432.200] (II) AMDGPU(0): 450009252100001e000000ff00415530
[ 432.200] (II) AMDGPU(0): 31343335303036303133000000fc0050
[ 432.200] (II) AMDGPU(0): 68696c697073203234374534000000fd
[ 432.200] (II) AMDGPU(0): 00384c1e5311000a20202020202001bc
[ 432.200] (II) AMDGPU(0): 020322f14f0102030506071011121314
[ 432.200] (II) AMDGPU(0): 15161f04230917078301000065030c00
[ 432.200] (II) AMDGPU(0): 1000023a801871382d40582c45000925
[ 432.200] (II) AMDGPU(0): 2100001e8c0ad08a20e02d10103e9600
[ 432.200] (II) AMDGPU(0): 092521000018011d007251d01e206e28
[ 432.200] (II) AMDGPU(0): 550009252100001e8c0ad09020403120
[ 432.200] (II) AMDGPU(0): 0c405500092521000018000000000000
[ 432.200] (II) AMDGPU(0): 000000000000000000000000000000f9
[ 432.200] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 432.200] (II) Quirked EDID physical size to 2x1 cm
[ 432.200] (II) AMDGPU(0): EDID for output HDMI-A-1
[ 432.200] (II) AMDGPU(0): Manufacturer: VES Model: 3700 Serial#: 0
[ 432.200] (II) AMDGPU(0): Year: 2014 Week: 1
[ 432.200] (II) AMDGPU(0): EDID Version: 1.3
[ 432.200] (II) AMDGPU(0): Digital Display Input
[ 432.200] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 2 vert.: 1
[ 432.200] (II) AMDGPU(0): Gamma: 2.20
[ 432.200] (II) AMDGPU(0): No DPMS capabilities specified
[ 432.200] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 432.200] (II) AMDGPU(0): First detailed timing is preferred mode
[ 432.200] (II) AMDGPU(0): redX: 0.642 redY: 0.330 greenX: 0.283 greenY: 0.602
[ 432.200] (II) AMDGPU(0): blueX: 0.145 blueY: 0.062 whiteX: 0.290 whiteY: 0.300
[ 432.200] (II) AMDGPU(0): Supported established timings:
[ 432.200] (II) AMDGPU(0): 640x480 at 60Hz
[ 432.200] (II) AMDGPU(0): Manufacturer's mask: 0
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 16 x 9 mm
[ 432.200] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 16 x 9 mm
[ 432.200] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 432.200] (II) AMDGPU(0): Monitor name: 42 FHD_LCD-TV
[ 432.200] (II) AMDGPU(0): Ranges: V min: 49 V max: 61 Hz, H min: 15 H max: 46 kHz, PixClock max 85 MHz
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 4 x 3 mm
[ 432.200] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 16 x 9 mm
[ 432.200] (II) AMDGPU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 768 v_sync: 773 v_sync_end 778 v_blanking: 798 v_border: 0
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 16 x 9 mm
[ 432.200] (II) AMDGPU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 960 v_sync: 965 v_sync_end 970 v_blanking: 990 v_border: 0
[ 432.200] (II) AMDGPU(0): Supported detailed timing:
[ 432.200] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 16 x 9 mm
[ 432.200] (II) AMDGPU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 432.200] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 432.200] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 432.200] (II) AMDGPU(0): EDID (in hex):
[ 432.200] (II) AMDGPU(0): 00ffffffffffff0058b3003700000000
[ 432.200] (II) AMDGPU(0): 01180103801009780a6837a454489a25
[ 432.200] (II) AMDGPU(0): 0f4a4c20000001010101010101010101
[ 432.200] (II) AMDGPU(0): 010101010101011d8018711c1620582c
[ 432.200] (II) AMDGPU(0): 250010090000009e011d007251d01e20
[ 432.200] (II) AMDGPU(0): 6e28550010090000001e000000fc0034
[ 432.200] (II) AMDGPU(0): 32204648445f4c43442d5456000000fd
[ 432.200] (II) AMDGPU(0): 00313d0f2e08000a2020202020200157
[ 432.200] (II) AMDGPU(0): 02032b71500102850611141503071216
[ 432.200] (II) AMDGPU(0): 1f101304202609070715075083010000
[ 432.200] (II) AMDGPU(0): 6a030c001000801e0000008c0ad08a20
[ 432.200] (II) AMDGPU(0): e02d10103e96000403000000188c0a00
[ 432.200] (II) AMDGPU(0): bc52001e30b828554010090000001801
[ 432.200] (II) AMDGPU(0): 1d00bc52c01e30b82855401009000000
[ 432.200] (II) AMDGPU(0): 1e011d00bc52d01e20b8285540100900
[ 432.200] (II) AMDGPU(0): 00001e000000000000000000000000c7
[ 432.200] (--) AMDGPU(0): HDMI max TMDS frequency 150000KHz
[ 432.200] (II) AMDGPU(0): Printing probed modes for output HDMI-A-1
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x960"x37.9 74.25 1280 1720 1760 1980 960 965 970 990 +hsync +vsync (37.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x768"x17.1 27.00 1280 1720 1760 1980 768 773 778 798 -hsync -vsync (13.6 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 432.200] (II) AMDGPU(0): EDID for output DVI-D-0
[ 432.200] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 432.200] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 432.200] (II) AMDGPU(0): Output HDMI-A-0 connected
[ 432.200] (II) AMDGPU(0): Output HDMI-A-1 connected
[ 432.200] (II) AMDGPU(0): Output DVI-D-0 disconnected
[ 432.200] (II) AMDGPU(0): Using exact sizes for initial modes
[ 432.200] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[ 432.200] (II) AMDGPU(0): Output HDMI-A-1 using initial mode 1920x1080 +0+0
[ 432.200] (II) AMDGPU(0): mem size init: gart size :1ffd39000 vram size: s:1ff2af000 visible:1ff2af000
[ 432.200] (==) AMDGPU(0): DPI set to (96, 96)
[ 432.200] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 432.200] (II) Loading sub module "ramdac"
[ 432.200] (II) LoadModule: "ramdac"
[ 432.200] (II) Module "ramdac" already built-in
[ 432.200] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 432.200] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 432.200] (==) AMDGPU(G0): Default visual is TrueColor
[ 432.200] (==) AMDGPU(G0): RGB weight 888
[ 432.200] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 432.200] (--) AMDGPU(G0): Chipset: "Radeon RX 580 Series" (ChipID = 0x67df)
[ 432.200] (II) Loading sub module "fb"
[ 432.200] (II) LoadModule: "fb"
[ 432.200] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 432.200] (II) Module fb: vendor="X.Org Foundation"
[ 432.200] compiled for 1.20.1, module version = 1.0.0
[ 432.200] ABI class: X.Org ANSI C Emulation, version 0.4
[ 432.200] (II) Loading sub module "dri2"
[ 432.200] (II) LoadModule: "dri2"
[ 432.200] (II) Module "dri2" already built-in
[ 432.202] (II) Loading sub module "glamoregl"
[ 432.202] (II) LoadModule: "glamoregl"
[ 432.202] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 432.202] (II) Module glamoregl: vendor="X.Org Foundation"
[ 432.202] compiled for 1.20.1, module version = 1.0.1
[ 432.202] ABI class: X.Org ANSI C Emulation, version 0.4
[ 432.204] (II) AMDGPU(G0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.16.12-gentoo-myrc00, LLVM 6.0.1)
[ 432.204] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 432.204] (==) AMDGPU(G0): TearFree property default: auto
[ 432.204] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[ 432.204] (II) AMDGPU(G0): Output DisplayPort-1-3 has no monitor section
[ 432.204] (II) AMDGPU(G0): Output HDMI-A-1-2 has no monitor section
[ 432.204] (II) AMDGPU(G0): Output HDMI-A-1-3 has no monitor section
[ 432.204] (II) AMDGPU(G0): Output DVI-D-1-1 has no monitor section
[ 432.204] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[ 432.204] (II) AMDGPU(G0): EDID for output DisplayPort-1-3
[ 432.204] (II) AMDGPU(G0): EDID for output HDMI-A-1-2
[ 432.204] (II) AMDGPU(G0): EDID for output HDMI-A-1-3
[ 432.205] (II) AMDGPU(G0): EDID for output DVI-D-1-1
[ 432.205] (II) AMDGPU(G0): mem size init: gart size :1ffd39000 vram size: s:1ffa98000 visible:1ffa98000
[ 432.205] (==) AMDGPU(G0): DPI set to (96, 96)
[ 432.205] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 432.205] (II) Loading sub module "ramdac"
[ 432.205] (II) LoadModule: "ramdac"
[ 432.205] (II) Module "ramdac" already built-in
[ 432.205] (II) UnloadModule: "modesetting"
[ 432.205] (II) Unloading modesetting
[ 432.205] (II) AMDGPU(G0): [DRI2] Setup complete
[ 432.205] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 432.205] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 432.205] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 432.205] (==) AMDGPU(G0): Backing store enabled
[ 432.205] (II) AMDGPU(G0): Direct rendering enabled
[ 432.206] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 432.206] (II) AMDGPU(G0): Acceleration enabled
[ 432.206] (==) AMDGPU(G0): DPMS enabled
[ 432.206] (==) AMDGPU(G0): Silken mouse enabled
[ 432.206] (II) AMDGPU(0): [DRI2] Setup complete
[ 432.206] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 432.206] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 432.206] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[ 432.206] (II) AMDGPU(0): SYNC extension fences enabled
[ 432.206] (II) AMDGPU(0): Present extension enabled
[ 432.206] (==) AMDGPU(0): DRI3 enabled
[ 432.206] (==) AMDGPU(0): Backing store enabled
[ 432.206] (II) AMDGPU(0): Direct rendering enabled
[ 432.207] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 432.207] (II) AMDGPU(0): Acceleration enabled
[ 432.207] (==) AMDGPU(0): DPMS enabled
[ 432.207] (==) AMDGPU(0): Silken mouse enabled
[ 432.207] (II) AMDGPU(0): Set up textured video (glamor)
[ 432.212] (II) Initializing extension Generic Event Extension
[ 432.212] (II) Initializing extension SHAPE
[ 432.212] (II) Initializing extension MIT-SHM
[ 432.212] (II) Initializing extension XInputExtension
[ 432.212] (II) Initializing extension XTEST
[ 432.212] (II) Initializing extension BIG-REQUESTS
[ 432.212] (II) Initializing extension SYNC
[ 432.212] (II) Initializing extension XKEYBOARD
[ 432.212] (II) Initializing extension XC-MISC
[ 432.212] (II) Initializing extension XFIXES
[ 432.212] (II) Initializing extension RENDER
[ 432.212] (II) Initializing extension RANDR
[ 432.212] (II) Initializing extension COMPOSITE
[ 432.212] (II) Initializing extension DAMAGE
[ 432.212] (II) Initializing extension MIT-SCREEN-SAVER
[ 432.212] (II) Initializing extension DOUBLE-BUFFER
[ 432.212] (II) Initializing extension RECORD
[ 432.212] (II) Initializing extension DPMS
[ 432.212] (II) Initializing extension Present
[ 432.212] (II) Initializing extension DRI3
[ 432.212] (II) Initializing extension X-Resource
[ 432.212] (II) Initializing extension XVideo
[ 432.212] (II) Initializing extension XVideo-MotionCompensation
[ 432.212] (II) Initializing extension GLX
[ 432.214] (II) AIGLX: Loaded and initialized radeonsi
[ 432.214] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 432.214] (II) Initializing extension XFree86-VidModeExtension
[ 432.214] (II) Initializing extension XFree86-DGA
[ 432.214] (II) Initializing extension XFree86-DRI
[ 432.214] (II) Initializing extension DRI2
[ 432.215] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 432.361] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 432.361] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 432.361] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 432.361] (II) LoadModule: "libinput"
[ 432.361] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 432.361] (II) Module libinput: vendor="X.Org Foundation"
[ 432.361] compiled for 1.20.1, module version = 0.27.1
[ 432.361] Module class: X.Org XInput Driver
[ 432.361] ABI class: X.Org XInput driver, version 24.1
[ 432.361] (II) Using input driver 'libinput' for 'Power Button'
[ 432.361] (**) Power Button: always reports core events
[ 432.361] (**) Option "Device" "/dev/input/event2"
[ 432.361] (**) Option "_source" "server/udev"
[ 432.362] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 432.362] (II) event2 - Power Button: device is a keyboard
[ 432.362] (II) event2 - Power Button: device removed
[ 432.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 432.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 432.377] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 432.377] (II) event2 - Power Button: device is a keyboard
[ 432.377] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 432.377] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 432.377] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 432.377] (II) Using input driver 'libinput' for 'Power Button'
[ 432.377] (**) Power Button: always reports core events
[ 432.377] (**) Option "Device" "/dev/input/event1"
[ 432.377] (**) Option "_source" "server/udev"
[ 432.377] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 432.377] (II) event1 - Power Button: device is a keyboard
[ 432.377] (II) event1 - Power Button: device removed
[ 432.396] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 432.396] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 432.397] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 432.397] (II) event1 - Power Button: device is a keyboard
[ 432.397] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 432.397] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 432.397] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 432.397] (II) Using input driver 'libinput' for 'Sleep Button'
[ 432.397] (**) Sleep Button: always reports core events
[ 432.397] (**) Option "Device" "/dev/input/event0"
[ 432.397] (**) Option "_source" "server/udev"
[ 432.397] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 432.397] (II) event0 - Sleep Button: device is a keyboard
[ 432.397] (II) event0 - Sleep Button: device removed
[ 432.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 432.416] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 432.417] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 432.417] (II) event0 - Sleep Button: device is a keyboard
[ 432.418] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[ 432.418] (II) No input driver specified, ignoring this device.
[ 432.418] (II) This device may have been added with another device file.
[ 432.418] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event17)
[ 432.418] (II) No input driver specified, ignoring this device.
[ 432.418] (II) This device may have been added with another device file.
[ 432.419] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[ 432.419] (II) No input driver specified, ignoring this device.
[ 432.419] (II) This device may have been added with another device file.
[ 432.419] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[ 432.419] (II) No input driver specified, ignoring this device.
[ 432.419] (II) This device may have been added with another device file.
[ 432.420] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[ 432.420] (II) No input driver specified, ignoring this device.
[ 432.420] (II) This device may have been added with another device file.
[ 432.420] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[ 432.420] (II) No input driver specified, ignoring this device.
[ 432.420] (II) This device may have been added with another device file.
[ 432.421] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[ 432.421] (II) No input driver specified, ignoring this device.
[ 432.421] (II) This device may have been added with another device file.
[ 432.422] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event7)
[ 432.422] (II) No input driver specified, ignoring this device.
[ 432.422] (II) This device may have been added with another device file.
[ 432.422] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event8)
[ 432.422] (II) No input driver specified, ignoring this device.
[ 432.422] (II) This device may have been added with another device file.
[ 432.423] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event9)
[ 432.423] (II) No input driver specified, ignoring this device.
[ 432.423] (II) This device may have been added with another device file.
[ 432.424] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[ 432.424] (II) No input driver specified, ignoring this device.
[ 432.424] (II) This device may have been added with another device file.
[ 432.424] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event13)
[ 432.424] (II) No input driver specified, ignoring this device.
[ 432.424] (II) This device may have been added with another device file.
[ 432.426] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 432.426] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 432.426] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 432.426] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 432.426] (**) Logitech USB Optical Mouse: always reports core events
[ 432.426] (**) Option "Device" "/dev/input/event5"
[ 432.426] (**) Option "_source" "server/udev"
[ 432.427] (II) event5 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 432.427] (II) event5 - Logitech USB Optical Mouse: device is a pointer
[ 432.427] (II) event5 - Logitech USB Optical Mouse: device removed
[ 432.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C077.0001/input/input5/event5"
[ 432.470] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[ 432.470] (**) Option "AccelerationScheme" "none"
[ 432.470] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 432.470] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 432.470] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 432.471] (II) event5 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 432.471] (II) event5 - Logitech USB Optical Mouse: device is a pointer
[ 432.472] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 432.473] (II) No input driver specified, ignoring this device.
[ 432.473] (II) This device may have been added with another device file.
[ 432.473] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 432.473] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 432.473] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 432.473] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 432.474] (**) AT Translated Set 2 keyboard: always reports core events
[ 432.474] (**) Option "Device" "/dev/input/event4"
[ 432.474] (**) Option "_source" "server/udev"
[ 432.474] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 432.474] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 432.474] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 432.500] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event4"
[ 432.500] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 432.501] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 432.501] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 432.502] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 432.502] (II) No input driver specified, ignoring this device.
[ 432.502] (II) This device may have been added with another device file.
[ 435.101] (II) Quirked EDID physical size to 2x1 cm
[ 435.101] (II) AMDGPU(0): EDID vendor "VES", prod id 14080
[ 435.101] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 435.101] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 435.101] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 435.101] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz eP)
[ 435.101] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1280x768"x0.0 27.00 1280 1720 1760 1980 768 773 778 798 -hsync -vsync (13.6 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1280x960"x0.0 74.25 1280 1720 1760 1980 960 965 970 990 +hsync +vsync (37.5 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 435.101] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 435.101] (--) AMDGPU(0): HDMI max TMDS frequency 150000KHz
[ 436.074] (II) Quirked EDID physical size to 2x1 cm
[ 436.074] (II) AMDGPU(0): EDID vendor "VES", prod id 14080
[ 436.074] (II) AMDGPU(0): Using hsync ranges from config file
[ 436.074] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 436.074] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 436.074] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz eP)
[ 436.074] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 436.074] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 436.074] (II) AMDGPU(0): Modeline "1280x768"x0.0 27.00 1280 1720 1760 1980 768 773 778 798 -hsync -vsync (13.6 kHz e)
[ 436.074] (II) AMDGPU(0): Modeline "1280x960"x0.0 74.25 1280 1720 1760 1980 960 965 970 990 +hsync +vsync (37.5 kHz e)
[ 436.074] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 436.075] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 436.075] (--) AMDGPU(0): HDMI max TMDS frequency 150000KHz
-------------- next part --------------
[ 436.082]
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[ 436.082] Build Operating System: Linux 4.16.12-gentoo-myrc00 x86_64 Gentoo
[ 436.082] Current Operating System: Linux fast 4.16.12-gentoo-myrc00 #2 SMP Tue May 29 17:31:22 EEST 2018 x86_64
[ 436.083] Kernel command line: BOOT_IMAGE=/root/boot/kernel-genkernel-x86_64-4.16.12-gentoo-myrc00 root=/dev/mapper/root ro rootflags=subvol=root crypt_root=UUID=e9ea634b-d43b-41a7-b4ff-8f71ff025690 root=/dev/mapper/root real_init=/usr/lib/systemd/systemd net.ifnames=0 hugepagesz=2M hugepages=512 hugepagesz=1G hugepages=4
[ 436.083] Build Date: 19 September 2018 01:24:40AM
[ 436.083]
[ 436.083] Current version of pixman: 0.34.0
[ 436.083] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 436.083] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 436.083] (==) Log file: "/var/log/Xorg.101.log", Time: Mon Sep 24 12:47:43 2018
[ 436.083] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 436.083] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 436.083] (==) No Layout section. Using the first Screen section.
[ 436.083] (==) No screen section available. Using defaults.
[ 436.083] (**) |-->Screen "Default Screen Section" (0)
[ 436.083] (**) | |-->Monitor "<default monitor>"
[ 436.084] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 436.084] (==) Automatically adding devices
[ 436.084] (==) Automatically enabling devices
[ 436.084] (==) Automatically adding GPU devices
[ 436.084] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 436.084] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 436.084] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 436.084] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 436.084] (II) Loader magic: 0x5562715c3d00
[ 436.084] (II) Module ABI versions:
[ 436.084] X.Org ANSI C Emulation: 0.4
[ 436.084] X.Org Video Driver: 24.0
[ 436.084] X.Org XInput driver : 24.1
[ 436.084] X.Org Server Extension : 10.0
[ 436.089] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 436.093] (--) PCI:*(1 at 0:0:0) 1002:67df:1043:0521 rev 231, Mem @ 0x2200000000/8589934592, 0x2100000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 436.093] (--) PCI: (2 at 0:0:0) 1002:67df:1043:0521 rev 231, Mem @ 0x2400000000/8589934592, 0x2600000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 436.093] (II) LoadModule: "glx"
[ 436.094] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 436.096] (II) Module glx: vendor="X.Org Foundation"
[ 436.096] compiled for 1.20.1, module version = 1.0.0
[ 436.096] ABI class: X.Org Server Extension, version 10.0
[ 436.096] (==) Matched ati as autoconfigured driver 0
[ 436.096] (==) Matched modesetting as autoconfigured driver 1
[ 436.096] (==) Matched fbdev as autoconfigured driver 2
[ 436.096] (==) Matched vesa as autoconfigured driver 3
[ 436.096] (==) Assigned the driver to the xf86ConfigLayout
[ 436.096] (II) LoadModule: "ati"
[ 436.096] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 436.096] (II) Module ati: vendor="X.Org Foundation"
[ 436.096] compiled for 1.20.1, module version = 18.0.1
[ 436.096] Module class: X.Org Video Driver
[ 436.096] ABI class: X.Org Video Driver, version 24.0
[ 436.097] (II) LoadModule: "amdgpu"
[ 436.097] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[ 436.098] (II) Module amdgpu: vendor="X.Org Foundation"
[ 436.098] compiled for 1.20.1, module version = 18.1.0
[ 436.098] Module class: X.Org Video Driver
[ 436.098] ABI class: X.Org Video Driver, version 24.0
[ 436.098] (II) LoadModule: "modesetting"
[ 436.098] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 436.098] (II) Module modesetting: vendor="X.Org Foundation"
[ 436.098] compiled for 1.20.1, module version = 1.20.1
[ 436.098] Module class: X.Org Video Driver
[ 436.098] ABI class: X.Org Video Driver, version 24.0
[ 436.098] (II) LoadModule: "fbdev"
[ 436.098] (WW) Warning, couldn't open module fbdev
[ 436.098] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 436.098] (II) LoadModule: "vesa"
[ 436.099] (WW) Warning, couldn't open module vesa
[ 436.099] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 436.099] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 436.099] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 436.099] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[ 436.099] (EE) AMDGPU(0): [drm] failed to set drm interface version.
[ 436.099] (II) Using passed DRM master file descriptor 4
[ 436.099] (**) modeset(1): claimed PCI slot 1 at 0:0:0
[ 436.099] (II) modeset(1): using default device
[ 436.099] (EE) Screen 0 deleted because of no matching config section.
[ 436.099] (II) UnloadModule: "amdgpu"
[ 436.099] (II) Using passed DRM master file descriptor 4
[ 436.100] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 436.100] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 436.100] (==) modeset(0): RGB weight 888
[ 436.100] (==) modeset(0): Default visual is TrueColor
[ 436.100] (II) Loading sub module "glamoregl"
[ 436.100] (II) LoadModule: "glamoregl"
[ 436.100] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 436.101] (II) Module glamoregl: vendor="X.Org Foundation"
[ 436.101] compiled for 1.20.1, module version = 1.0.1
[ 436.101] ABI class: X.Org ANSI C Emulation, version 0.4
[ 436.190] (II) modeset(0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.16.12-gentoo-myrc00, LLVM 6.0.1)
[ 436.190] (II) modeset(0): glamor initialized
[ 436.191] (II) modeset(0): Output HDMI-1 has no monitor section
[ 436.191] (II) modeset(0): EDID for output HDMI-1
[ 436.191] (II) modeset(0): Manufacturer: PHL Model: c0c0 Serial#: 6013
[ 436.191] (II) modeset(0): Year: 2014 Week: 35
[ 436.191] (II) modeset(0): EDID Version: 1.3
[ 436.191] (II) modeset(0): Digital Display Input
[ 436.191] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 436.191] (II) modeset(0): Gamma: 2.20
[ 436.191] (II) modeset(0): DPMS capabilities: Off
[ 436.191] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 436.191] (II) modeset(0): First detailed timing is preferred mode
[ 436.191] (II) modeset(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 436.191] (II) modeset(0): blueX: 0.159 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 436.191] (II) modeset(0): Supported established timings:
[ 436.191] (II) modeset(0): 720x400 at 70Hz
[ 436.191] (II) modeset(0): 640x480 at 60Hz
[ 436.191] (II) modeset(0): 640x480 at 67Hz
[ 436.191] (II) modeset(0): 640x480 at 72Hz
[ 436.191] (II) modeset(0): 640x480 at 75Hz
[ 436.191] (II) modeset(0): 800x600 at 60Hz
[ 436.191] (II) modeset(0): 800x600 at 75Hz
[ 436.191] (II) modeset(0): 1024x768 at 60Hz
[ 436.191] (II) modeset(0): 1024x768 at 75Hz
[ 436.191] (II) modeset(0): 1280x1024 at 75Hz
[ 436.191] (II) modeset(0): Manufacturer's mask: 0
[ 436.191] (II) modeset(0): Supported standard timings:
[ 436.191] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 436.191] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 436.191] (II) modeset(0): #2: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 436.191] (II) modeset(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 436.191] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 436.191] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 436.191] (II) modeset(0): Supported detailed timing:
[ 436.191] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 436.191] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 436.191] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 436.191] (II) modeset(0): Serial No: AU01435006013
[ 436.191] (II) modeset(0): Monitor name: Philips 247E4
[ 436.191] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 436.191] (II) modeset(0): Supported detailed timing:
[ 436.191] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 436.191] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 436.191] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 436.191] (II) modeset(0): Supported detailed timing:
[ 436.191] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 436.191] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 436.191] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 436.191] (II) modeset(0): Supported detailed timing:
[ 436.191] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 436.191] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 436.191] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 436.191] (II) modeset(0): Supported detailed timing:
[ 436.191] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 436.191] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 436.191] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 436.191] (II) modeset(0): Number of EDID sections to follow: 1
[ 436.191] (II) modeset(0): EDID (in hex):
[ 436.191] (II) modeset(0): 00ffffffffffff00410cc0c07d170000
[ 436.191] (II) modeset(0): 2318010380341d782a2cc5a45650a128
[ 436.191] (II) modeset(0): 0f5054bd4b00d1c08180950f9500b300
[ 436.191] (II) modeset(0): 81c001010101023a801871382d40582c
[ 436.191] (II) modeset(0): 450009252100001e000000ff00415530
[ 436.191] (II) modeset(0): 31343335303036303133000000fc0050
[ 436.191] (II) modeset(0): 68696c697073203234374534000000fd
[ 436.191] (II) modeset(0): 00384c1e5311000a20202020202001bc
[ 436.191] (II) modeset(0): 020322f14f0102030506071011121314
[ 436.191] (II) modeset(0): 15161f04230917078301000065030c00
[ 436.191] (II) modeset(0): 1000023a801871382d40582c45000925
[ 436.191] (II) modeset(0): 2100001e8c0ad08a20e02d10103e9600
[ 436.191] (II) modeset(0): 092521000018011d007251d01e206e28
[ 436.191] (II) modeset(0): 550009252100001e8c0ad09020403120
[ 436.191] (II) modeset(0): 0c405500092521000018000000000000
[ 436.191] (II) modeset(0): 000000000000000000000000000000f9
[ 436.191] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 436.191] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 436.191] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 436.191] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 436.191] (II) modeset(0): Printing probed modes for output HDMI-1
[ 436.191] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 436.191] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 436.191] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 436.191] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 436.191] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 436.191] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 436.191] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 436.191] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 436.191] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 436.191] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 436.192] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 436.192] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 436.192] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 436.192] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 436.192] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 436.192] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 436.192] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 436.192] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 436.192] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 436.192] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 436.192] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 436.192] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 436.192] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 436.192] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 436.192] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 436.192] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 436.192] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 436.192] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 436.192] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 436.192] (II) modeset(0): Output HDMI-1 connected
[ 436.192] (II) modeset(0): Using exact sizes for initial modes
[ 436.192] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[ 436.192] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 436.192] (==) modeset(0): DPI set to (96, 96)
[ 436.192] (II) Loading sub module "fb"
[ 436.192] (II) LoadModule: "fb"
[ 436.192] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 436.192] (II) Module fb: vendor="X.Org Foundation"
[ 436.192] compiled for 1.20.1, module version = 1.0.0
[ 436.192] ABI class: X.Org ANSI C Emulation, version 0.4
[ 436.193] (==) modeset(0): Backing store enabled
[ 436.193] (==) modeset(0): Silken mouse enabled
[ 436.194] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 436.194] (==) modeset(0): DPMS enabled
[ 436.194] (II) modeset(0): [DRI2] Setup complete
[ 436.194] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 436.194] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 436.194] (II) Initializing extension Generic Event Extension
[ 436.194] (II) Initializing extension SHAPE
[ 436.194] (II) Initializing extension MIT-SHM
[ 436.194] (II) Initializing extension XInputExtension
[ 436.194] (II) Initializing extension XTEST
[ 436.194] (II) Initializing extension BIG-REQUESTS
[ 436.194] (II) Initializing extension SYNC
[ 436.194] (II) Initializing extension XKEYBOARD
[ 436.194] (II) Initializing extension XC-MISC
[ 436.194] (II) Initializing extension XFIXES
[ 436.194] (II) Initializing extension RENDER
[ 436.194] (II) Initializing extension RANDR
[ 436.194] (II) Initializing extension COMPOSITE
[ 436.194] (II) Initializing extension DAMAGE
[ 436.194] (II) Initializing extension MIT-SCREEN-SAVER
[ 436.194] (II) Initializing extension DOUBLE-BUFFER
[ 436.194] (II) Initializing extension RECORD
[ 436.194] (II) Initializing extension DPMS
[ 436.194] (II) Initializing extension Present
[ 436.194] (II) Initializing extension DRI3
[ 436.194] (II) Initializing extension X-Resource
[ 436.194] (II) Initializing extension XVideo
[ 436.194] (II) Initializing extension XVideo-MotionCompensation
[ 436.194] (II) Initializing extension GLX
[ 436.196] (II) AIGLX: Loaded and initialized radeonsi
[ 436.196] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 436.196] (II) Initializing extension XFree86-VidModeExtension
[ 436.196] (II) Initializing extension XFree86-DGA
[ 436.196] (II) Initializing extension XFree86-DRI
[ 436.196] (II) Initializing extension DRI2
[ 436.197] (II) modeset(0): Damage tracking initialized
[ 436.197] (II) modeset(0): Setting screen physical size to 508 x 285
[ 451.169] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 475.594] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 475.594] (==) modeset(0): DPMS enabled
[ 475.594] (II) modeset(0): [DRI2] Setup complete
[ 475.594] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 475.594] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 475.594] (II) Initializing extension Generic Event Extension
[ 475.594] (II) Initializing extension SHAPE
[ 475.594] (II) Initializing extension MIT-SHM
[ 475.594] (II) Initializing extension XInputExtension
[ 475.594] (II) Initializing extension XTEST
[ 475.594] (II) Initializing extension BIG-REQUESTS
[ 475.594] (II) Initializing extension SYNC
[ 475.594] (II) Initializing extension XKEYBOARD
[ 475.594] (II) Initializing extension XC-MISC
[ 475.594] (II) Initializing extension XFIXES
[ 475.594] (II) Initializing extension RENDER
[ 475.594] (II) Initializing extension RANDR
[ 475.594] (II) Initializing extension COMPOSITE
[ 475.594] (II) Initializing extension DAMAGE
[ 475.594] (II) Initializing extension MIT-SCREEN-SAVER
[ 475.594] (II) Initializing extension DOUBLE-BUFFER
[ 475.594] (II) Initializing extension RECORD
[ 475.594] (II) Initializing extension DPMS
[ 475.594] (II) Initializing extension Present
[ 475.594] (II) Initializing extension DRI3
[ 475.594] (II) Initializing extension X-Resource
[ 475.594] (II) Initializing extension XVideo
[ 475.594] (II) Initializing extension XVideo-MotionCompensation
[ 475.594] (II) Initializing extension GLX
[ 475.597] (II) AIGLX: Loaded and initialized radeonsi
[ 475.597] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 475.597] (II) Initializing extension XFree86-VidModeExtension
[ 475.597] (II) Initializing extension XFree86-DGA
[ 475.597] (II) Initializing extension XFree86-DRI
[ 475.597] (II) Initializing extension DRI2
[ 475.597] (II) modeset(0): Damage tracking initialized
[ 475.597] (II) modeset(0): Setting screen physical size to 508 x 285
More information about the xorg-devel
mailing list