[Ubuntu-x-swat] [Bug 1801609] Re: Fails to deactivate dpms off mode after user initiated wake-up events(not system-suspended, just locked and dpms active)

2019-03-24 Thread Kevin Brubeck Unhammer
A simple workaround (that worked for me at least): sudo apt install slick-greeter printf '[Seat:*]\ngreeter-session=slick-greeter\n' | sudo tee -a /etc/lightdm/lightdm.conf -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in

[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-01 Thread Kevin Brubeck Unhammer
Argh, missed a “”→"" (I stupidly copy-pasted my script from another place I'd posted it instead of from the actual file …). Trying again: sudo mkdir -p /usr/local/bin echo '#!/bin/sh n="$(fgconsole)" || exit 1 case "$n" in [0-9]) /bin/chvt 1; /bin/chvt "$n";sleep 1;; *) echo "error from $0;

[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-01 Thread Kevin Brubeck Unhammer
pmow, you could give them the below script first, which does the VT- switching automatically. It's worked fine for me for quite some time. Save your work first (since the final command will log you out), then run this in a terminal: sudo mkdir -p /usr/local/bin echo '#!/bin/sh n="$(fgconsole)"

[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-06-03 Thread Kevin Brubeck Unhammer
Even with xscreensaver instead of light-locker, there are times when the cursor disappears on a *fresh* login (not after locking/suspending). I'm trying light-locker again now, and using the workaround from https://linux4tw.wordpress.com/2016/05/25/disappearing-mouse-pointer-in-

[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-04-28 Thread Kevin Brubeck Unhammer
For those on XFCE, gnome-screensaver won't lock on idle – it requires gnome-session running in order to do that: https://bugzilla.xfce.org/show_bug.cgi?id=5927 A more permanent "solution" for XFCE users is to sudo apt-get purge light-locker sudo apt-get install xscreensaver # To make the

[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-04-25 Thread Kevin Brubeck Unhammer
Related: https://github.com/the-cavalry/light-locker/issues/80 which links to https://bugs.freedesktop.org/show_bug.cgi?id=94677 ** Bug watch added: freedesktop.org Bugzilla #94677 https://bugs.freedesktop.org/show_bug.cgi?id=94677 -- You received this bug notification because you are a

[Ubuntu-x-swat] [Bug 1084434] [NEW] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2012-11-29 Thread Kevin Brubeck Unhammer
Public bug reported: I had a crash last Monday on Xubuntu 12.04.1 LTS. It happened after browsing with Firefox for some hours IIRC. I did a kernel update from linux-image-3.2.0-29-generic:amd64 to linux-image-3.2.0-33-generic:amd64 the previous Thursday, so it might have been introduced then.

[Ubuntu-x-swat] [Bug 1084434] Re: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2012-11-29 Thread Kevin Brubeck Unhammer
** Attachment added: syslog of day of crash https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1084434/+attachment/3446979/+files/syslognov27 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu.