https://bugs.kde.org/show_bug.cgi?id=356346
--- Comment #10 from ioann <ioann....@gmail.com> --- Dear developers! Why do not you do the following additions: 1. Check whether the computer Optimus technology; 2. If this laptop with two graphics cards (Intel + Nvidia) to the video control panel, add a checkbox that enables or disables support for discrete graphics for compositing. I'll try to explain with an example of code (more precisely, the logic): [code] // have Optimus thech. on the board. if (funcForOptimusDetect() == true) { // The renderer OpenGL 2.0 or OpenGL 3.1 selected if ( RENDER_ENGINE != "XRender") { // Add QCheckBox object for activation discrete videocard. // This option need for provide Nvidia OpenGL drivers (not MESA) // for comfort playing games in full screen. } } [/code] -- You are receiving this mail because: You are watching all bug changes.