Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird draw artifacts with Nouveau and Plasma #36314

Open
enolan opened this issue Mar 4, 2018 · 2 comments
Open

Weird draw artifacts with Nouveau and Plasma #36314

enolan opened this issue Mar 4, 2018 · 2 comments
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

Comments

@enolan
Copy link
Contributor

enolan commented Mar 4, 2018

Issue description

When running Plasma with the Nouveau drivers, I see various strange artifacts when I mouse over things, type in the terminal or Firefox and in other situations. They look like discolored rectangles. They persist for a while, sometimes going away on their own and sometimes until I do something else like mouse over the control again. I assume they're showing up and disappearing when that area of the screen is redrawn. My monitor is 4k resolution which may or may not be relevant. Here is a bug report of the same problem on Fedora. There are some screenshots in there, but on my system taking a screenshot actually clears it, both in the screenshot and on the screen itself. I recorded a short video. That's me holding shift and left arrow.

Steps to reproduce

Install NixOS 17.09 from a USB stick onto a machine with an Nvidia GeForce GTX 760. Set services.xserver.desktopManager.plasma5.enable = true in configuration.nix. Reboot and log in. Mouse over things, type, select stuff, etc until this happens.

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the
results.

 - system: `"x86_64-linux"`
 - host os: `Linux 4.9.85, NixOS, 17.09.3126.700a717ce9d (Hummingbird)`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 1.11.16`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs`

Here's my configuartion.nix: https://gist.github.com/enolan/2e4a40d447ce3c2e7dc2b0aa76db37ac

@va1entin
Copy link
Contributor

va1entin commented Mar 4, 2018

I've had some issues with Nouveau drivers and Plasma aswell on a GTX 650. Ended up switching to proprietary nvidia drivers, which work without any problems so far, would love to use nouveau instead though!

services.xserver.videoDrivers = [ "nvidia" ];

@stale
Copy link

stale bot commented Jun 5, 2020

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects
None yet
Development

No branches or pull requests

2 participants