[Kernel-packages] [Bug 1766076] Re: USB over thunderbolt turns off every once in a while

2019-10-27 Thread Barney
I have a similar problem with a USB mouse, except in my case: * Unplugging the mouse from the dock and replugging it fixes the problem. * If I do nothing, the kernel appears to disconnect and reconnect the mouse with a new device number, and it works again until the next hang. Dell Precision 5530

[Kernel-packages] [Bug 1257766] Re: [HP ZBook 15] can not reduce brightness

2014-03-06 Thread Barney
Yep - I'd seen the man page for xrandr, but xbacklight has no effect on my hardware, which is why I used xrandr. I guess as far as the workarounds go, just use whatever works for you. Cheers. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1257766] Re: can not reduce brightness on HP ZBook

2014-01-18 Thread Barney
I have the same problem with a ZBook 14 with Intel/AMD graphics. My current workaround is to use this script (which is actually what I use on my desktop at night): #!/bin/bash xrandr -q | grep " connected" | awk '{print $1}' | while read d; do echo "setting $d" xrandr --output $d --brightness