Hi I tested aut the new Beta from yesterday. Now i have extrem Screen flickering wit Nvidia or Intel enabled. On 16.04 everthing is OK can somebody confirm this? Grettings
I don't get any flickering (Intel or Nvidia Quadro M1000M with proprietary drivers, Ub. Gnome). You should give us some details on your Nvidia GPU.
HI My Laptop (Lenovo Z510) has a Die NVIDIA® Geforce® GT 740M and a Intel Grafik (HD Graphics 4600 GPU). I can switch between them with NVida Prime
I have the same issue with the 4.8 kernels. Seems it’s upstream. After a lot of Googling I found a workaround for Intel (i915) open terminal gksudo gedit /etc/default/grub edit line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash” add i915.enable_psr=0 in the quotes e,g. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0” save sudo update-grub reboot
Last edited by nelsoniv; October 27th, 2016 at 09:00 PM. Reason: edit: Updated sudo to gksudo
hi nelsoniv i will check this @home an will give you feedback. thx
I'm using the Nouveau drivers btw There's an ongoing bug in the bug tracker that may be related if editing grub doesn't work for you. https://bugs.launchpad.net/ubuntu/+s...x/+bug/1554613 Not sure if it's correct etiquette to link directly on an Ubuntnu forum but if it helps others the Arch Wiki on Intel Graphics explains: Screen flickering The following power saving features used by intel iGPUs are known to cause flickering in some instances. A temporary solution is to disable one of them using the appropriate kernel boot parameter option: Rc6 sleep modes (see intel#RC6_sleep_modes_(enable_rc6)), can be disabled with i915.enable_rc6=0. Panel Self Refresh (PSR) enabled by default since kernel mainline 4.6. To disable this feature use the option i915.enable_psr=0.
Hi nelsoniv your first workaraund helped me. Thank you very much!!!
Was having the same issue in the launcher area only (Ubuntu Sept28th build). Switch to Kylin Oct 4th build and I don’t have any bugs. Intel Graphics(i915).
I had the same issue after upgrading to Yakkety Yak, the workaround fixed it. I'm posting because I want to ask what it is we disable to fix it? It may just be placebo effect, but I'm under the impression that my laptop's performance is now slightly more sluggish than it was before. Whether it does have an impact on performances or not, the workaround i.s worth it, just wondering. Thanks !
"Panel Self Refresh (PSR) enabled by default since kernel mainline 4.6. To disable this feature use the option i915.enable_psr=0" It's a power saving feature introduced by Intel. Adding the above to grub turns this feature off. You can remove it from grub and see if it helps performance. I've not experienced any speed issues but hopefully there'll be a compatible kernel release soon.
Ubuntu Forums Code of Conduct