color filter in linux display stack

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












is it possible to change the displayed color in a monitor, either in its open-source driver, or other middleware in the display stack of a linux system?



i came across this question because i visited some site which used very bright colors and thus uncomfortable when reading at night but there was no easy way to change the colors in browser (i see there are some color-management addons, but those i tried didnt work well on every site); i think the same problem may also appear in programs other than browsers; so it would be nice if we do some hack on the system instead of a particular application; what i have imagined is a color filter which takes an input color and gives an output color, where users with proper privileges can load different filters in different circumstances;










share|improve this question























  • try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
    – mosvy
    19 hours ago










  • I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
    – mosvy
    19 hours ago










  • @mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
    – Cyker
    18 hours ago














up vote
1
down vote

favorite












is it possible to change the displayed color in a monitor, either in its open-source driver, or other middleware in the display stack of a linux system?



i came across this question because i visited some site which used very bright colors and thus uncomfortable when reading at night but there was no easy way to change the colors in browser (i see there are some color-management addons, but those i tried didnt work well on every site); i think the same problem may also appear in programs other than browsers; so it would be nice if we do some hack on the system instead of a particular application; what i have imagined is a color filter which takes an input color and gives an output color, where users with proper privileges can load different filters in different circumstances;










share|improve this question























  • try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
    – mosvy
    19 hours ago










  • I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
    – mosvy
    19 hours ago










  • @mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
    – Cyker
    18 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











is it possible to change the displayed color in a monitor, either in its open-source driver, or other middleware in the display stack of a linux system?



i came across this question because i visited some site which used very bright colors and thus uncomfortable when reading at night but there was no easy way to change the colors in browser (i see there are some color-management addons, but those i tried didnt work well on every site); i think the same problem may also appear in programs other than browsers; so it would be nice if we do some hack on the system instead of a particular application; what i have imagined is a color filter which takes an input color and gives an output color, where users with proper privileges can load different filters in different circumstances;










share|improve this question















is it possible to change the displayed color in a monitor, either in its open-source driver, or other middleware in the display stack of a linux system?



i came across this question because i visited some site which used very bright colors and thus uncomfortable when reading at night but there was no easy way to change the colors in browser (i see there are some color-management addons, but those i tried didnt work well on every site); i think the same problem may also appear in programs other than browsers; so it would be nice if we do some hack on the system instead of a particular application; what i have imagined is a color filter which takes an input color and gives an output color, where users with proper privileges can load different filters in different circumstances;







x11 colors display monitors






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago

























asked yesterday









Cyker

1,30911227




1,30911227











  • try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
    – mosvy
    19 hours ago










  • I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
    – mosvy
    19 hours ago










  • @mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
    – Cyker
    18 hours ago
















  • try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
    – mosvy
    19 hours ago










  • I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
    – mosvy
    19 hours ago










  • @mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
    – Cyker
    18 hours ago















try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
– mosvy
19 hours ago




try playing with xgamma and xrandr --gamma. eg. if your output is VGA-0, you can make it sepia/redish with xrandr --output VGA-0 --gamma 2:1:1
– mosvy
19 hours ago












I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
– mosvy
19 hours ago




I don't know if it's possible to change the gamma on a window/application basis; fwiw, trying to trick it with an embedded X11 server (Xephyr) doesn't seem to work.
– mosvy
19 hours ago












@mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
– Cyker
18 hours ago




@mosvy thank you; not a full-featured color filter but --gamma 0.1:0.1:0.1 made my monitor a kindle; and there is another --brightness option to adjust brightness; much better;
– Cyker
18 hours ago















active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479258%2fcolor-filter-in-linux-display-stack%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479258%2fcolor-filter-in-linux-display-stack%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay