[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after 7.10 radeon driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-23 Thread Jamie C.
** Summary changed: - Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows + Blank screen with only mouse pointer after 7.10 radeon driver update; display does not switch to tty7 upon lightdm start;

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-23 Thread Jamie C.
This issue has a workaround: Download 7.9 radeon driver Ubuntu package (xserver-xorg-video-radeon- hwe-16.04_7.9.0-0ubuntu1~16.04.1_amd64.deb) from: https://launchpad.net/ubuntu/xenial/amd64/xserver-xorg-video-radeon- hwe-16.04/1:7.9.0-0ubuntu1~16.04.1 Execute the following on the downloaded

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
Line 3039 in the source can also cause the message: if (flip_sync == FLIP_ASYNC) { if (!drmmode_wait_vblank(crtc, DRM_VBLANK_RELATIVE |

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
Okay, a little code inspection leads to one of these two function calls failing at line 3062: if (crtc == ref_crtc) { if (drmmode_page_flip_target_absolute(pRADEONEnt, drmmode_crtc,

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
I'll "gdb attach" the Xorg process next and see if I can't get some runtime data. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati-hwe-16.04 in Ubuntu. https://bugs.launchpad.net/bugs/1750393 Title: Blank screen with

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
Specifically, the source file: ./src/drmmode_display.c:xf86DrvMsg(scrn->scrnIndex, X_WARNING, "flip queue failed: %s\n", Line 3093 in the source code of `drmmode_display.c`: flip_error: xf86DrvMsg(scrn->scrnIndex, X_WARNING, "flip queue failed: %s\n",

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
Source of warning message from radeon_drv.so: ./src/drmmode_display.c:xf86DrvMsg(scrn->scrnIndex, X_WARNING, "flip queue failed: %s\n", ./src/radeon_kms.c: xf86DrvMsg(scrn->scrnIndex, X_WARNING, "flip queue failed in %s: %s\n", ./src/radeon_kms.c: xf86DrvMsg(scrn->scrnIndex,

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
The warning string in the Xorg.0.log, "flip queue failed", is found in the following driver: /usr/lib/xorg/modules/drivers/radeon_drv.so found in package: xserver-xorg-video-radeon-hwe-16.04 This module is loaded in Xorg on my machine. I'll download the source and start looking through the

[Ubuntu-x-swat] [Bug 1750393] Re: Blank screen with only mouse pointer after mesa driver update; display does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

2018-02-19 Thread Jamie C.
I think something is hosed with the radeon driver in mesa 17.2.8, but I can't find the 17.2.4 pkgs to roll back and test the theory. The 17.2.4 was pulled from updates and proposed lines. I'm hesitant to rollback to 11.2. I can get you anything you need (logs, etc...) look at the issue. I'm a