Jump to content

gamma / contrast


aze
 Share

Recommended Posts

xgamma doesn't store any settings (as far as I know). You have to run it each time you reboot the computer. There may be a way to invoke it in the XF86Config-4 file but I don't know how. You can also use a script that runs at startup. If you are using KDE stick the following script in your .kde/Autostart directory:

 

xgamma -gamma 1.2

 

(replace 1.2 with whatever gamma you use).

 

If this doesn't work try adding:

 

#!/bin/sh

 

above that line.

 

Oh, and be sure the permissions are set to allow execution of the script.

 

Glitz.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...