Skip to content

Inverted colors with picom GLX backend #2149

Answered by ViniiR
ViniiR asked this question in Q&A
Discussion options

You must be logged in to vote

update: after removing "Intel" from nixos'
services.xserver.videoDrivers the issue seems to be fixed.

services.xserver.videoDrivers =[
          "intel"
          "modesetting"
];

now:

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

this was apparently introduced in nixpkgs 24.11 and only affected Rofi but only if picom was running with GLX backend

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@ViniiR
Comment options

@DaveDavenport
Comment options

@ViniiR
Comment options

@ViniiR
Comment options

Answer selected by ViniiR
@DaveDavenport
Comment options

@ViniiR
Comment options

@ViniiR
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants