Bug 95140 - does not work with xserver 1.18.3 : core dump at kgem->retire() + different PixmapSyncDirtyHelper prototype
Summary: does not work with xserver 1.18.3 : core dump at kgem->retire() + different P...
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: Other All
: medium major
Assignee: Chris Wilson
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 23:56 UTC by Jason Vas Dias
Modified: 2019-11-27 13:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
output of command showing versions of all Xorg software built (24.12 KB, text/plain)
2016-04-26 14:11 UTC, Jason Vas Dias
no flags Details

Description Jason Vas Dias 2016-04-25 23:56:58 UTC
Having checked out & built the latest xf86-video-intel source code from git:
  $ git tag | while read tag; do echo $(git show --format='COMMIT_TIME:%ct' "$tag" | sed -n '/^COMMIT_TIME:/{s/^COMMIT_TIME://;p;}') "$tag"; done | sort -n | tail -n 1
  1419172872 2.99.917
  $ git checkout -f 2.99.917
( which is from rather a long time ago - 2014-12-21 - but is latest version
  in GIT as of writing : 2016-04-25)
, against latest version of Xorg server from GIT : 1.18.3 , 
and all of its dependencies from their latest GIT versions,
it initially failed to build because evidently the prototype of 
the server's PixmapSyncDirtyHelper has changed:
$ diff -U0 src/uxa/intel_driver.c~ src/uxa/intel_driver.c
--- src/uxa/intel_driver.c~     2016-04-25 23:29:59.385985184 +0000
+++ src/uxa/intel_driver.c      2016-04-25 19:12:15.635826279 +0000
@@ -645 +645 @@
-       PixmapSyncDirtyHelper(dirty, &pixregion);
+       PixmapSyncDirtyHelper(dirty/*, &pixregion*/);
, and once it did build , then it generates a segmentation violation (SIGSEGV)
and would core dump if ulimit allows - here is the gdb stack trace of the 
Xorg server version 1.18.3, with which this version of xf86-video intel seems
not to be fully compatible:
<quote><pre>
GNU gdb (GDB) 7.11
...
Reading symbols from /usr/build/linux/xserver/hw/xfree86/Xorg...done.
[New LWP 4538]
[New LWP 4544]
[New LWP 4543]
[New LWP 4545]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
Core was generated by `Xorg -logverbose :0 vt04'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f93f8f4b1f8 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
54        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
[Current thread is 1 (Thread 0x7f93facf38c0 (LWP 4538))]
(gdb) t a a bt

Thread 4 (Thread 0x7f93f31cd700 (LWP 4545)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f93f5370761 in __run__ (arg=0x1add7d0) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/sna_threads.c:70
#2  0x00007f93f8d02394 in start_thread (arg=0x7f93f31cd700) at pthread_create.c:333
#3  0x00007f93f8fff8ed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f93f41cf700 (LWP 4543)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f93f5370761 in __run__ (arg=0x1add6f0) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/sna_threads.c:70
#2  0x00007f93f8d02394 in start_thread (arg=0x7f93f41cf700) at pthread_create.c:333
#3  0x00007f93f8fff8ed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f93f39ce700 (LWP 4544)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f93f5370761 in __run__ (arg=0x1add760) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/sna_threads.c:70
#2  0x00007f93f8d02394 in start_thread (arg=0x7f93f39ce700) at pthread_create.c:333
#3  0x00007f93f8fff8ed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f93facf38c0 (LWP 4538)):
#0  0x00007f93f8f4b1f8 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x00007f93f8f4c64a in __GI_abort () at abort.c:89
#2  0x0000000000585ade in OsAbort () at /usr/os_src/xorg/xserver/os/utils.c:1408
#3  0x000000000047568c in ddxGiveUp (error=error@entry=EXIT_ERR_ABORT) at /usr/os_src/xorg/xserver/hw/xfree86/common/xf86Init.c:1066
#4  0x000000000047573a in AbortDDX (error=error@entry=EXIT_ERR_ABORT) at /usr/os_src/xorg/xserver/hw/xfree86/common/xf86Init.c:1110
#5  0x000000000058aff2 in AbortServer () at /usr/os_src/xorg/xserver/os/log.c:874
#6  0x000000000058bda8 in FatalError (f=f@entry=0x5b7970 "Caught signal %d (%s). Server aborting\n") at /usr/os_src/xorg/xserver/os/log.c:1015
#7  0x00000000005835ce in OsSigHandler (signo=11, sip=<optimized out>, unused=<optimized out>) at /usr/os_src/xorg/xserver/os/osinit.c:150
#8  <signal handler called>
#9  0x0000000000000000 in ?? ()
#10 0x00007f93f52f0254 in kgem_retire (kgem=kgem@entry=0x7f93fac5a000) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:2789
#11 0x00007f93f52f1cdb in kgem_cleanup_cache (kgem=0x7f93fac5a000) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:4023
#12 0x00007f93f52f1e38 in __kgem_bo_map__cpu (kgem=kgem@entry=0x7f93fac5a000, bo=0x1adf330) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:536
#13 0x00007f93f52f1e67 in kgem_bo_map__cpu (kgem=kgem@entry=0x7f93fac5a000, bo=<optimized out>) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:6347
#14 0x00007f93f52f5adb in kgem_bo_map__cpu (bo=<optimized out>, kgem=0x7f93fac5a000) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:1496
#15 kgem_new_batch (kgem=kgem@entry=0x7f93fac5a000) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:1471
#16 0x00007f93f52f6408 in kgem_init (kgem=kgem@entry=0x7f93fac5a000, fd=<optimized out>, dev=<optimized out>, gen=gen@entry=61) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:1631
#17 0x00007f93f533d5a9 in sna_pre_init (scrn=0x1add040, probe=<optimized out>) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/sna_driver.c:651
#18 0x000000000047741b in InitOutput (pScreenInfo=pScreenInfo@entry=0x8207a0 <screenInfo>, argc=argc@entry=4, argv=argv@entry=0x7ffcca8481e8) at /usr/os_src/xorg/xserver/hw/xfree86/common/xf86Init.c:583
#19 0x0000000000438694 in dix_main (argc=4, argv=0x7ffcca8481e8, envp=<optimized out>) at /usr/os_src/xorg/xserver/dix/main.c:204
#20 0x00007f93f8f38710 in __libc_start_main (main=0x424030 <main>, argc=4, argv=0x7ffcca8481e8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffcca8481d8) at ../csu/libc-start.c:289
#21 0x0000000000424069 in _start () at ../sysdeps/x86_64/start.S:118
(gdb) up
#1  0x00007f93f8f4c64a in __GI_abort () at abort.c:89
89            raise (SIGABRT);
(gdb) up
#2  0x0000000000585ade in OsAbort () at /usr/os_src/xorg/xserver/os/utils.c:1408
1408        abort();
(gdb) up
#3  0x000000000047568c in ddxGiveUp (error=error@entry=EXIT_ERR_ABORT) at /usr/os_src/xorg/xserver/hw/xfree86/common/xf86Init.c:1066
1066            OsAbort();
(gdb) up
#4  0x000000000047573a in AbortDDX (error=error@entry=EXIT_ERR_ABORT) at /usr/os_src/xorg/xserver/hw/xfree86/common/xf86Init.c:1110
1110        ddxGiveUp(error);
(gdb) up
#5  0x000000000058aff2 in AbortServer () at /usr/os_src/xorg/xserver/os/log.c:874
874         AbortDDX(EXIT_ERR_ABORT);
(gdb) up
#6  0x000000000058bda8 in FatalError (f=f@entry=0x5b7970 "Caught signal %d (%s). Server aborting\n") at /usr/os_src/xorg/xserver/os/log.c:1015
1015            AbortServer();
(gdb) up
#7  0x00000000005835ce in OsSigHandler (signo=11, sip=<optimized out>, unused=<optimized out>) at /usr/os_src/xorg/xserver/os/osinit.c:150
150         FatalError("Caught signal %d (%s). Server aborting\n",
(gdb) up
#8  <signal handler called>
(gdb) u
The program is not being run.
(gdb) up
#9  0x0000000000000000 in ?? ()
(gdb) up
#10 0x00007f93f52f0254 in kgem_retire (kgem=kgem@entry=0x7f93fac5a000) at /usr/os_src/xorg/driver/xf86-video-intel/src/sna/kgem.c:2789
2789            kgem->retire(kgem);
(gdb) p kgem-retire
No symbol "retire" in current context.
(gdb) p kgem->retire
$1 = (void (*)(struct kgem *)) 0x0
(gdb) q

</pre></quote>  

As you can see, the kgem->retire function pointer is NULL. 

The above leads me to suspect this package is no longer maintained /
kept working with recent versions of the Xorg software stack - is this
the case ?

Any suggestions how to fix to make it work with latest Xserver 1.18.3 ?

If I just make the modification to sna/kgem.c :

+++  if( kgem->retire != NULL ) 
         kgem->retire(kgem);

rather than letting it core dump, then the Xserver hangs and 
never goes into graphics mode - it wrote this line to the log:

[   809.057] (II) GLX: Initialized DRI2 GL provider for screen 0

but never displays any graphics or proceeds any farther.

Is there a recommended X-server version this version of xf86-video-intel
is known to work with ?
Comment 1 Chris Wilson 2016-04-26 05:12:12 UTC
You checked out the latest then didn't build it?
Comment 2 Jason Vas Dias 2016-04-26 14:09:35 UTC
(In reply to Chris Wilson from comment #1)
> You checked out the latest then didn't build it?

Good day Chris - thanks for responding!

You replied to this bug report before reading it ? :-)

As I said :

> Having checked out & built the latest xf86-video-intel source code from git:
                     ^^^^^^^
>   $ git tag | while read tag; do echo $(git show --format='COMMIT_TIME:%ct' "$tag" | sed -n '/^COMMIT_TIME:/{s/^COMMIT_TIME://;p;}') "$tag"; done | sort -n | tail -n 1
>  1419172872 2.99.917
>  $ git checkout -f 2.99.917


I did check out and build ALL dependencies of ALL Xorg libraries to their
latest GIT tags, as shown by the output of the command :

$ for p in xserver driver/*/. proto/*/. lib/*/. util/*/. ; do
    p=${p%/.}; cd $p && 
    echo '*** '"${PWD//*xorg\//xorg\/} $(\
    git show --format='.:%ci %H' $(git_mrt) | 
        sed -rn '/^.:/{s/^.://;p}'$'\n''/^[Tt]ag/{p}'; 
    git show --format='.:%ci %H' | 
    sed -rn '/^.:/{s/^.://;p}';)" && 
    cd $SRC/xorg; 
   done 2>&1 | tee versions.lst.txt

All directories shown in versions.lst.txt (appended) have been
built and installed with gcc-5.3.0  & binutils-2.26.20160125
for glibc-2.23 on an x86_64 platform: 
( CPU:  
vendor_id       : GenuineIntel
cpu family      : 6
model           : 60
model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz

VGAs:
   $ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Neptune XT [Radeon HD 8970M] [1002:6801]
).

xf86-video-intel has not been modified since :

*** xorg/driver/xf86-video-intel tag 2.99.917
Tagger: Chris Wilson <chris@chris-wilson.co.uk>
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0

but theer have been MANY X-server releases since then, 
and obviously version 2.99.917 seems to be rather out
of sync with the latest X-server 1.18.3 .

Can we expect an upgraded xf86-video-intel driver anytime soon ?
Comment 3 Jason Vas Dias 2016-04-26 14:11:16 UTC
Created attachment 123274 [details]
output of command showing versions of all Xorg software built

Shows the GIT version tags of all Xorg software built & installed
Comment 4 Jason Vas Dias 2016-04-26 14:19:44 UTC
BTW if I try and build the Xserver circa 2014-12 :
  xorg-server-1.16.99.902
it no longer builds against newer EGL / GLX libraries.
Comment 5 Jason Vas Dias 2016-04-26 14:39:13 UTC
Should have shown libdrm & Mesa versions:
*** Mesa tag mesa-11.2.0
Tagger: Emil Velikov <emil.l.velikov@gmail.com>
2016-04-04 12:41:40 +0100 ff9ddb9eb1b3b25f40e71a95bb48421abfcb11d9
2016-04-04 12:41:40 +0100 ff9ddb9eb1b3b25f40e71a95bb48421abfcb11d9

+ libdrm-2.4.67 from tarball .
Comment 6 Jason Vas Dias 2016-04-26 14:41:04 UTC
$ ls -l /usr/lib64/libdrm*
lrwxrwxrwx 1 root root     15 Apr 14 13:10 /usr/lib64/libdrm.so -> libdrm.so.2.4.0
lrwxrwxrwx 1 root root     15 Apr 14 13:10 /usr/lib64/libdrm.so.2 -> libdrm.so.2.4.0
-rwxr-xr-x 1 root root 217008 Apr 14 13:10 /usr/lib64/libdrm.so.2.4.0
lrwxrwxrwx 1 root root     22 Apr 14 13:10 /usr/lib64/libdrm_amdgpu.so -> libdrm_amdgpu.so.1.0.0
lrwxrwxrwx 1 root root     22 Apr 14 13:10 /usr/lib64/libdrm_amdgpu.so.1 -> libdrm_amdgpu.so.1.0.0
-rwxr-xr-x 1 root root 132592 Apr 14 13:10 /usr/lib64/libdrm_amdgpu.so.1.0.0
lrwxrwxrwx 1 root root     21 Apr 14 13:10 /usr/lib64/libdrm_intel.so -> libdrm_intel.so.1.0.0
lrwxrwxrwx 1 root root     21 Apr 14 13:10 /usr/lib64/libdrm_intel.so.1 -> libdrm_intel.so.1.0.0
-rwxr-xr-x 1 root root 388440 Apr 14 13:10 /usr/lib64/libdrm_intel.so.1.0.0
lrwxrwxrwx 1 root root     23 Apr 14 13:10 /usr/lib64/libdrm_nouveau.so -> libdrm_nouveau.so.2.0.0
lrwxrwxrwx 1 root root     23 Apr 14 13:10 /usr/lib64/libdrm_nouveau.so.2 -> libdrm_nouveau.so.2.0.0
-rwxr-xr-x 1 root root 117992 Apr 14 13:10 /usr/lib64/libdrm_nouveau.so.2.0.0
lrwxrwxrwx 1 root root     22 Apr 14 13:10 /usr/lib64/libdrm_radeon.so -> libdrm_radeon.so.1.0.1
lrwxrwxrwx 1 root root     22 Apr 14 13:10 /usr/lib64/libdrm_radeon.so.1 -> libdrm_radeon.so.1.0.1
-rwxr-xr-x 1 root root 160984 Apr 14 13:10 /usr/lib64/libdrm_radeon.so.1.0.1
Comment 7 Jason Vas Dias 2016-04-26 15:10:07 UTC
Xorg server logs, after removing /etc/X11/xorg.conf, and having booted
Linux 4.5.0 with arguments:
   i915.modeset=1 radeon.runpm=0
as recommended in comments of 
   https://bugzilla.kernel.org/show_bug.cgi?id=117131
:
<quote><pre>
$ cat Xorg.0.log
[   808.776] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[   808.785] X Protocol Version 11, Revision 0
[   808.788] Build Operating System: Linux 4.5.0 x86_64 
[   808.791] Current Operating System: Linux jvdlux 4.5.0 #3 SMP PREEMPT Fri Apr 22 23:01:54 GMT 2016 x86_64
[   808.791] Kernel command line: BOOT_IMAGE=/vmlinuz-4.5.0 root=/dev/OS/linux rd.lvm.lv=OS/linux ro radeon.runpm=0 i915.modeset=1
[   808.797] Build Date: 23 April 2016  08:17:36PM
[   808.800]  
[   808.803] Current version of pixman: 0.34.0
[   808.808]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   808.808] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   808.819] (==) Log file: "/usr/var/log/Xorg.0.log", Time: Tue Apr 26 00:14:12 2016
[   808.821] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   808.822] (==) No Layout section.  Using the first Screen section.
[   808.822] (==) No screen section available. Using defaults.
[   808.822] (**) |-->Screen "Default Screen Section" (0)
[   808.822] (**) |   |-->Monitor "<default monitor>"
[   808.822] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   808.822] (==) Automatically adding devices
[   808.822] (==) Automatically enabling devices
[   808.822] (==) Automatically adding GPU devices
[   808.822] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   808.822] (==) FontPath set to:
        /usr/share/fonts/X11/misc/,
        /usr/share/fonts/X11/TTF/,
        /usr/share/fonts/X11/OTF/,
        /usr/share/fonts/X11/Type1/,
        /usr/share/fonts/X11/100dpi/,
        /usr/share/fonts/X11/75dpi/
[   808.822] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   808.822] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   808.822] (II) Loader magic: 0x8066a0
[   808.822] (II) Module ABI versions:
[   808.822]    X.Org ANSI C Emulation: 0.4
[   808.822]    X.Org Video Driver: 20.0
[   808.822]    X.Org XInput driver : 22.1
[   808.822]    X.Org Server Extension : 9.0
[   808.823] (II) xfree86: Adding drm device (/dev/dri/card0)
[   808.823] (II) xfree86: Adding drm device (/dev/dri/card1)
[   808.825] (--) PCI:*(0:0:2:0) 8086:0416:1558:5106 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   808.825] (--) PCI: (0:1:0:0) 1002:6801:1558:5106 rev 0, Mem @ 0xe0000000/268435456, 0xf7b00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   808.825] (II) Open ACPI successful (/var/run/acpid.socket)
[   808.825] (II) "glx" will be loaded by default.
[   808.825] (II) LoadModule: "dri2"
[   808.825] (II) Module "dri2" already built-in
[   808.825] (II) LoadModule: "glamoregl"
[   808.826] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   808.835] (II) Module glamoregl: vendor="X.Org Foundation"
[   808.835]    compiled for 1.18.3, module version = 1.0.0
[   808.835]    ABI class: X.Org ANSI C Emulation, version 0.4
[   808.836] (II) LoadModule: "glx"
[   808.836] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   808.837] (II) Module glx: vendor="X.Org Foundation"
[   808.837]    compiled for 1.18.3, module version = 1.0.0
[   808.837]    ABI class: X.Org Server Extension, version 9.0
[   808.837] (==) AIGLX enabled
[   808.837] (==) Matched intel as autoconfigured driver 0
[   808.837] (==) Matched ati as autoconfigured driver 1
[   808.837] (==) Matched intel as autoconfigured driver 2
[   808.837] (==) Matched modesetting as autoconfigured driver 3
[   808.837] (==) Matched fbdev as autoconfigured driver 4
[   808.837] (==) Matched vesa as autoconfigured driver 5
[   808.837] (==) Assigned the driver to the xf86ConfigLayout
[   808.837] (II) LoadModule: "intel"
[   808.837] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   808.837] (II) Module intel: vendor="X.Org Foundation"
[   808.837]    compiled for 1.18.3, module version = 2.99.917
[   808.837]    Module class: X.Org Video Driver
[   808.837]    ABI class: X.Org Video Driver, version 20.0
[   808.837] (II) LoadModule: "ati"
[   808.837] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   808.837] (II) Module ati: vendor="X.Org Foundation"
[   808.837]    compiled for 1.18.3, module version = 7.7.0
[   808.837]    Module class: X.Org Video Driver
[   808.837]    ABI class: X.Org Video Driver, version 20.0
[   808.837] (II) LoadModule: "radeon"
[   808.837] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[   808.838] (II) Module radeon: vendor="X.Org Foundation"
[   808.838]    compiled for 1.18.3, module version = 7.7.0
[   808.838]    Module class: X.Org Video Driver
[   808.838]    ABI class: X.Org Video Driver, version 20.0
[   808.838] (II) LoadModule: "modesetting"
[   808.838] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   808.838] (II) Module modesetting: vendor="X.Org Foundation"
[   808.838]    compiled for 1.18.3, module version = 1.18.3
[   808.838]    Module class: X.Org Video Driver
[   808.838]    ABI class: X.Org Video Driver, version 20.0
[   808.838] (II) LoadModule: "fbdev"
[   808.838] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[   808.838] (II) Module fbdev: vendor="X.Org Foundation"
[   808.838]    compiled for 1.18.3, module version = 0.4.4
[   808.838]    Module class: X.Org Video Driver
[   808.838]    ABI class: X.Org Video Driver, version 20.0
[   808.838] (II) LoadModule: "vesa"
[   808.838] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   808.838] (II) Module vesa: vendor="X.Org Foundation"
[   808.838]    compiled for 1.18.3, module version = 2.3.4
[   808.838]    Module class: X.Org Video Driver
[   808.838]    ABI class: X.Org Video Driver, version 20.0
[   808.838] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   808.838] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   808.838] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   808.838] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   808.838] (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
        ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
        ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
        ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
        ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
        AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
        ATI Mobility Radeon HD 4670, ATI FirePro M5750,
        ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
        ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
        ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
        ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
        ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
        ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
        ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
        SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
        ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
        AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Mobility Radeon HD 5800 Series,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
        ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
        ATI Mobility Radeon Graphics, CEDAR,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
        ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
        CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
        BARTS, BARTS, Mobility Radeon HD 6000 Series,
        Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
        AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
        MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
        MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
        KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
        KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
        KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
        HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[   808.845] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   808.845] (II) FBDEV: driver for framebuffer: fbdev
[   808.845] (II) VESA: driver for VESA chipsets: vesa
[   808.845] (++) using VT number 4

[   808.849] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151218
[   808.849] (II) [KMS] Kernel modesetting enabled.
[   808.849] (WW) Falling back to old probe method for modesetting
[   808.849] (WW) Falling back to old probe method for fbdev
[   808.849] (II) Loading sub module "fbdevhw"
[   808.849] (II) LoadModule: "fbdevhw"
[   808.849] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[   808.849] (II) Module fbdevhw: vendor="X.Org Foundation"
[   808.849]    compiled for 1.18.3, module version = 0.0.2
[   808.850]    ABI class: X.Org Video Driver, version 20.0
[   808.850] (WW) Falling back to old probe method for vesa
[   808.850] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[   808.850] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[   808.850] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   808.850] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   808.850] (==) intel(0): RGB weight 888
[   808.850] (==) intel(0): Default visual is TrueColor
[   808.850] (II) intel(0): Output eDP1 has no monitor section
[   808.855] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   808.855] (II) intel(0): Enabled output eDP1
[   808.855] (II) intel(0): Output VGA1 has no monitor section
[   808.855] (II) intel(0): Enabled output VGA1
[   808.855] (II) intel(0): Output DP1 has no monitor section
[   808.855] (II) intel(0): Enabled output DP1
[   808.855] (II) intel(0): Output HDMI1 has no monitor section
[   808.855] (II) intel(0): Enabled output HDMI1
[   808.855] (II) intel(0): Output HDMI2 has no monitor section
[   808.855] (II) intel(0): Enabled output HDMI2
[   808.855] (II) intel(0): Output DP2 has no monitor section
[   808.855] (II) intel(0): Enabled output DP2
[   808.855] (II) intel(0): Output HDMI3 has no monitor section
[   808.855] (II) intel(0): Enabled output HDMI3
[   808.855] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   808.855] (II) intel(0): Output VIRTUAL1 has no monitor section
[   808.855] (II) intel(0): Enabled output VIRTUAL1
[   808.855] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   808.855] (==) intel(0): TearFree disabled
[   808.855] (==) intel(0): DPI set to (96, 96)
[   808.855] (II) Loading sub module "dri2"
[   808.855] (II) LoadModule: "dri2"
[   808.855] (II) Module "dri2" already built-in
[   808.855] (II) Loading sub module "present"
[   808.855] (II) LoadModule: "present"
[   808.855] (II) Module "present" already built-in
[   808.855] (II) RADEON(G0): RADEONPreInit_KMS
[   808.855] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[   808.855] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   808.855] (==) RADEON(G0): Default visual is TrueColor
[   808.855] (==) RADEON(G0): RGB weight 888
[   808.855] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[   808.855] (--) RADEON(G0): Chipset: "PITCAIRN" (ChipID = 0x6801)
[   808.855] (II) Loading sub module "fb"
[   808.855] (II) LoadModule: "fb"
[   808.855] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   808.860] (II) Module fb: vendor="X.Org Foundation"
[   808.860]    compiled for 1.18.3, module version = 1.0.0
[   808.860]    ABI class: X.Org ANSI C Emulation, version 0.4
[   808.860] (II) Loading sub module "dri2"
[   808.860] (II) LoadModule: "dri2"
[   808.860] (II) Module "dri2" already built-in
[   808.860] (II) Loading sub module "glamoregl"
[   808.860] (II) LoadModule: "glamoregl"
[   808.860] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   808.860] (II) Module glamoregl: vendor="X.Org Foundation"
[   808.860]    compiled for 1.18.3, module version = 1.0.0
[   808.860]    ABI class: X.Org ANSI C Emulation, version 0.4
[   808.860] (II) glamor: OpenGL accelerated X.org driver based.
[   809.032] (II) glamor: EGL version 1.4 (DRI2):
[   809.034] (II) RADEON(G0): glamor detected, initialising EGL layer.
[   809.034] (II) RADEON(G0): KMS Color Tiling: enabled
[   809.034] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[   809.034] (II) RADEON(G0): KMS Pageflipping: enabled
[   809.034] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[   809.034] (II) RADEON(G0): Initializing outputs ...
[   809.034] (II) RADEON(G0): 0 crtcs needed for screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 0 to this screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 1 to this screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 2 to this screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 3 to this screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 4 to this screen.
[   809.034] (II) RADEON(G0): Allocated crtc nr. 5 to this screen.
[   809.035] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   809.035] (II) RADEON(G0): mem size init: gart size :7fbcc000 vram size: s:100000000 visible:ff916000
[   809.035] (==) RADEON(G0): DPI set to (96, 96)
[   809.035] (II) Loading sub module "ramdac"
[   809.035] (II) LoadModule: "ramdac"
[   809.035] (II) Module "ramdac" already built-in
[   809.035] (II) UnloadModule: "modesetting"
[   809.035] (II) Unloading modesetting
[   809.035] (II) UnloadModule: "fbdev"
[   809.035] (II) Unloading fbdev
[   809.035] (II) UnloadSubModule: "fbdevhw"
[   809.035] (II) Unloading fbdevhw
[   809.035] (II) UnloadModule: "vesa"
[   809.035] (II) Unloading vesa
[   809.035] (==) Depth 24 pixmap format is 32 bpp
[   809.035] (II) RADEON(G0): [DRI2] Setup complete
[   809.035] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[   809.035] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[   809.035] (II) RADEON(G0): Front buffer size: 3072K
[   809.035] (II) RADEON(G0): VRAM usage limit set to 3765650K
[   809.035] (==) RADEON(G0): DRI3 disabled
[   809.035] (==) RADEON(G0): Backing store enabled
[   809.035] (II) RADEON(G0): Direct rendering enabled
[   809.035] (II) RADEON(G0): Initializing Acceleration
[   809.035] glamor_init: Invalid flags f
[   809.035] (EE) RADEON(G0): Failed to initialize glamor.
[   809.035] (EE) RADEON(G0): Acceleration initialization failed
[   809.035] (II) RADEON(G0): Acceleration disabled
[   809.035] (II) RADEON(G0): Initializing DPMS
[   809.035] (==) RADEON(G0): DPMS enabled
[   809.035] (II) RADEON(G0): Initializing Cursor
[   809.035] (==) RADEON(G0): Silken mouse enabled
[   809.035] (II) RADEON(G0): Initializing Xv
[   809.035] (II) RADEON(G0): Set up textured video
[   809.035] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
[   809.035] (II) RADEON(G0): [XvMC] Extension initialized.
[   809.035] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   809.035] (II) RADEON(G0): Initializing kms color map
[   809.035] (II) RADEON(G0): RADEONScreenInit finished
[   809.035] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[   809.035] (==) intel(0): Backing store enabled
[   809.035] (==) intel(0): Silken mouse enabled
[   809.035] (II) intel(0): HW Cursor enabled
[   809.035] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   809.035] (==) intel(0): DPMS enabled
[   809.035] (==) intel(0): display hotplug detection enabled
[   809.035] (II) intel(0): [DRI2] Setup complete
[   809.035] (II) intel(0): [DRI2]   DRI driver: i965
[   809.035] (II) intel(0): [DRI2]   VDPAU driver: i965
[   809.035] (II) intel(0): direct rendering: DRI2 enabled
[   809.035] (II) intel(0): hardware support for Present enabled
[   809.035] (--) RandR disabled
[   809.057] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   809.057] (II) AIGLX: enabled GLX_ARB_create_context
[   809.057] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   809.057] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   809.057] (II) AIGLX: enabled GLX_INTEL_swap_event
[   809.057] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   809.057] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   809.057] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   809.057] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   809.057] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   809.057] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   809.057] (II) AIGLX: Loaded and initialized i965
[   809.057] (II) GLX: Initialized DRI2 GL provider for screen 0

</pre></quote>
Comment 8 Jason Vas Dias 2016-04-26 15:16:31 UTC
That was from run of command:
  $ export DISPLAY=:0; Xorg -logverbose 7 :0 vt04 & (sleep 2; xterm &)
that didn't coredump after application of patch:
     if( kgem->retire != NULL ) kgem->retire( ...
to kgem.c .
But this just hangs, and xterm is unable to open display.

I think that the action of checking in a version of an Xorg module
should imply "works with current versions of all this package's dependency 
Xorg modules" .  Please correct me if this is not the case. 

All I am asking is : when / will / can the xf86-video-intel driver be 
fixed to work with X-server 1.18.3 ?
Comment 9 Jason Vas Dias 2016-04-26 15:57:20 UTC
Doesn't the fact that kgem->retire is being attempted to be called by
the xf86-video-intel driver indicate
that the xf86-video-intel driver is in effect "giving up" and refusing
to control the screen, which it thinks is controlled by the Radeon 
driver, but the Radeon card is not in fact connected to the laptop
LCD output, which is only controlled by the Intel IGP card ?
So in this scenario , with no xorg.conf, all drivers have given up 
and no driver agrees to control the laptop display ?
Comment 10 Jason Vas Dias 2016-04-26 16:11:20 UTC
There appears to be no xorg.conf that can handle this situation. 
I have tried :

A) no /etc/X11/{xorg.conf,xorg.conf.d/*} .
   Results shown above.

B) Cognizant of Intel Card only :

Section "ServerLayout"
        Identifier     "X Radeon"
        Screen         0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
#         Option       "AutoAddDevices" "false"
#         Option       "AutoEnableDevices" "false"
#         Option       "AutoAddGPU" "false"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc/"
        FontPath     "/usr/share/fonts/X11/TTF/"
        FontPath     "/usr/share/fonts/X11/OTF/"
        FontPath     "/usr/share/fonts/X11/Type1/"
        FontPath     "/usr/share/fonts/X11/100dpi/"
        FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "evdev"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#        Modeline     "1920x1080@60.0"  152.54  1920 2010 2070 2226  1080 1086 1095 1142 +hsync -vsync
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS" "true"
EndSection


Section "Device"
        Identifier  "Intel"
        Screen      0
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

#Section "Device"
#       Identifier  "Radeon"
#        Screen      0#
#       Driver      "ati"
#       BusID       "PCI:1:0:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Intel"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth      24
        EndSubSection
EndSection

C) With Intel disabled:

Section "ServerLayout"
        Identifier     "X Radeon"
        Screen         0  "Screen0" 0 0
        Inactive       "Intel"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

& with Radeon Device section uncommented and containing :

        Screen          0

& Intel Device section containing:
    
        Screen          1

D) With Intel Unloaded:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
         Option       "AutoAddDevices" "false"
         Option       "AutoEnableDevices" "false"
         Option       "AutoAddGPU" "false"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        ...
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "evdev"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "evdev"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
#        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#        Modeline     "1920x1080@60.0"  152.54  1920 2010 2070 2226  1080 1086 1095 1142 +hsync -vsync
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Card0"
        Screen      0
        Driver      "ati"
        BusID       "PCI:1:0:0"
EndSection

#Section "Device"
#        Identifier  "Card1"
#        Screen      1
#        Driver      "intel"
#        BusID       "PCI:0:2:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth      32
        EndSubSection
EndSection

Section "Module"
        Disable     "intel"
        Load        "ati"
EndSection

E) The (D) configuration above with commenting reversed:


#Section "Device"
#        Identifier  "Card0"
#        Screen      0
#        Driver      "ati"
#        BusID       "PCI:1:0:0"
#EndSection

Section "Device"
        Identifier  "Card1"
        Screen      1
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card1"
        ...
EndSection

Section "Module"
        Disable     "ati"
        Load        "intel"
EndSection


None of the above configurations work with latest Xorg-server 1.18.3 and
xf86-video-intel 2.99.917 and Linux 4.5.0 & versions shown in appended file.
Can anyone suggest how to get an X-Display configured with these versions 
on this hardware ?
Comment 11 Jason Vas Dias 2016-04-26 18:25:08 UTC
Eureka! 
Xorg X-Server 1.18.3 & xf86-video-intel 2.99.917+ with kgem.c patch above 
X-Windows Initialization finally succeeded !
xterm displayed OK !

The magic undocumented xorg.conf incantations I had to type were :

 $ more /etc/X11/xorg.conf 
Section "ServerLayout"
        Identifier     "X Intel"
        Screen         0  "Screen0" 0 0
        Inactive       "Radeon"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
#         Option       "AutoAddDevices" "false"
#         Option       "AutoEnableDevices" "false"
#         Option       "AutoAddGPU" "false"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc/"
        FontPath     "/usr/share/fonts/X11/TTF/"
        FontPath     "/usr/share/fonts/X11/OTF/"
        FontPath     "/usr/share/fonts/X11/Type1/"
        FontPath     "/usr/share/fonts/X11/100dpi/"
        FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "evdev"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#        Modeline     "1920x1080@60.0"  152.54  1920 2010 2070 2226  1080 1086 1095 1142 +hsync -vsync
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Intel"
        Screen      0
        Driver      "intel"
        BusID       "PCI:0:2:0"
        Option      "Monitor-eDP-1" "eDP-1"
#                   OK, this is slightly documented in man xorg.conf
        Option      "Monitor-DisplayPort-0" "eDP-1"
#                   But this is totally undocumented!
#                   Eventually found by googling for 'xorg.conf multihead':
#                   https://wiki.archlinux.org/index.php/multihead
EndSection

Section "Device"
        Identifier  "Radeon"
        Screen      0#
        Driver      "ati"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Intel"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth      24
        EndSubSection
EndSection

I also had to install xkeyboard-config, which I had neglected, and to 
$ mount -t devpts /dev/pts
before xterm would work .

NOTE: without the patches to both src/uxa/intel_driver.c and src/sna/kgem.c
given above, xf86-video-intel A) does not compile with gcc-5.3.0; B) still
gets a core dump on kgem->retire() .

But really, if X-Server is incapable of operating without being told what
output to use via Device Section Option 'Monitor-DisplayPort-XXXXX' then
this ought to be properly documented somewhere .
I'd like to see an xf86-video-intel 'DisplayPort' option or an actual
X-Server command-line option like '-p / --port' eDP-1 .
Comment 12 Martin Peres 2019-11-27 13:44:15 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/issues/108.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.