KaOSx / main

Main stable deps, add-ons and drivers
https://kaosx.us/packages/packages.php?sortby=name&sordir=asc&repo=main
17 stars 16 forks source link

Kwin issue with Nvidia non free #40

Closed pasnox closed 6 years ago

pasnox commented 6 years ago

Submission type

Package name & version you are having issues with or have a request for

Kwin Libepoxy

Used repositories

Default

Expected behaviour

Kwin opengl support working

Actual behaviour

Only xrender works

Steps to reproduce the problem

Install Nvidia non free and try to enable desktop effects

The issue is caused by a change in libepoxy, see https://bugs.kde.org/show_bug.cgi?id=392863 After having reverted the change and rebuilding the package, kwin works again correctly.

demmm commented 6 years ago

Could you post the output of inxi -G (trying to see if it only effects legacy nvidia)?

pasnox commented 6 years ago

Here is it:

Graphics: Card-1: NVIDIA GK107M [GeForce GT 750M Mac Edition] driver: nvidia v: 390.48 Display Server: x11 (X.Org 1.19.6) driver: nvidia resolution: 1920x1080\~60Hz, 2880x1800\~60Hz OpenGL: renderer: GeForce GT 750M/PCIe/SSE2 v: 4.6.0 NVIDIA 390.48

demmm commented 6 years ago

Libepoxy is now build with one commit reverted, please test if that fixes your issues:

sudo pacman -U http://kaosx.tk/repo/build/libepoxy-1.5.1-2-x86_64.pkg.tar.xz
pasnox commented 6 years ago

That fix it, thanks.

On dimanche 6 mai 2018 19:59:21 CEST demmm wrote:

Libepoxy is now build with one commit reverted, please test if that fixes your issues: ``` sudo pacman -U http://kaosx.tk/repo/build/libepoxy-1.5.1-2-x86_64.pkg.tar.xz

-- Filipe Azevedo

demmm commented 6 years ago

Libepoxy 1.5.1-2 moved to the [main] repo, closing.