phillipberndt / fakexrandr

Fake XRandR configurations for multi-head setups with crappy video drivers, like fakexinerama but with xrandr
270 stars 40 forks source link

[QUESTION] Changing brightness of virtual screen #36

Closed josephbuchma closed 7 years ago

josephbuchma commented 7 years ago

I created multiple virtual monitors, and when I change brightness xrandr --output 'HDMI1~1' --brightness 0.9 it disables output completely (whole screen turns black). Is it possible to change brightness of virtual screen ?

phillipberndt commented 7 years ago

You cannot change anything about the virtual screens because they don't actually exist.

josephbuchma commented 7 years ago

@phillipberndt thank's for fast response. Maybe you know if it possible to change brightness of some area on the screen using available tools (i'm on Ubuntu)? I have a monitor with uneven screen brightness and want to compensate it somehow.

phillipberndt commented 7 years ago

Hmm.. Compiz (the compositor) can do a fair amount of magic when it comes to multi monitor emulation, maybe there is a plugin for this as well.

josephbuchma commented 7 years ago

thanks @phillipberndt, I'll check it out. I already spent more than hour searching for the solution. It feels like I am the only person on Earth facing such problem.