Starting program: /usr/bin/Xorg [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Detaching after fork from child process 7854. Missing separate debuginfo for /usr/lib64/X11/modules/drivers/fbdev_drv.so Try to install the hash file /usr/lib/debug/.build-id/b6/9863428f0f3bbb49db807047c27de15b5c6fc2.debug Missing separate debuginfo for /usr/lib64/X11/modules/drivers/vesa_drv.so Try to install the hash file /usr/lib/debug/.build-id/c7/d5ad32f3cddb2db3b3768991914a8a4c7705f6.debug [tcsetpgrp failed in terminal_inferior: Operation not permitted] Missing separate debuginfo for /usr/lib64/libEGL.so.1 Try to install the hash file /usr/lib/debug/.build-id/08/b29c1df8e97c96d8e04c8d832af00780e55257.debug Detaching after fork from child process 7857. Missing separate debuginfo for /usr/lib64/X11/modules/input/evdev_drv.so Try to install the hash file /usr/lib/debug/.build-id/23/b6346fe531fed818bfda421a02b4ae631224a9.debug Missing separate debuginfo for /usr/lib64/libmtdev.so.1 Try to install the hash file /usr/lib/debug/.build-id/b3/c2de0bd6470921c96985dc1d1d42b24fc66967.debug Missing separate debuginfo for /usr/lib64/libevdev.so.2 Try to install the hash file /usr/lib/debug/.build-id/81/2a571ea143dcb9945798138682d218a81094a4.debug Detaching after fork from child process 7858. Quit Starting program: /usr/bin/Xorg [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Detaching after fork from child process 8012. [tcsetpgrp failed in terminal_inferior: Operation not permitted] [New Thread 0x7f6531c79700 (LWP 8013)] Program received signal SIGSEGV, Segmentation fault. RRCrtcIsLeased (crtc=0x0) at rrlease.c:104 104 ScreenPtr screen = crtc->pScreen; #0 RRCrtcIsLeased (crtc=0x0) at rrlease.c:104 #1 0x00000000004ab794 in xf86CrtcSetModeTransform (crtc=crtc@entry=0x89a350, mode=0x89a438, rotation=, transform=0x0, x=0, y=0) at xf86Crtc.c:257 #2 0x00000000004abf74 in xf86SetDesiredModes (scrn=scrn@entry=0x897cf0) at xf86Crtc.c:2799 #3 0x00007f6535d6da00 in NVEnterVT (arg=arg@entry=0x897cf0) at nv_driver.c:505 #4 0x00007f6535d6dcfe in NVCreateScreenResources (pScreen=0x8a39b0) at nv_driver.c:623 #5 0x00000000004a6b0e in xf86CrtcCreateScreenResources (screen=0x8a39b0) at xf86Crtc.c:718 #6 0x000000000044024c in dix_main (argc=1, argv=0x7ffeecc0aa08, envp=) at main.c:214 #7 0x00007f653a2c3c07 in __libc_start_main (main=0x42af60
, argc=1, argv=0x7ffeecc0aa08, init=, fini=, rtld_fini=, stack_end=0x7ffeecc0a9f8) at ../csu/libc-start.c:308 #8 0x000000000042af9a in _start () at ../sysdeps/x86_64/start.S:120 99 * Check if a crtc is leased 100 */ 101 Bool 102 RRCrtcIsLeased(RRCrtcPtr crtc) 103 { 104 ScreenPtr screen = crtc->pScreen; 105 rrScrPrivPtr scr_priv = rrGetScrPriv(screen); 106 RRLeasePtr lease; 107 int c; 108