: xgamma -gamma 1.XXX (X는 숫자)
: 1.0이 기본값이고 그 이상으로 갈수록 밝아집니다.
:
: 이런것이 무슨 팁이냐고 뭐라하지 마세요. ㅡ,ㅡ
: 저처럼 3년짜리 구닥다리 모니터를 사용하는 사람들한테는 무지 유용할거라 생각함다.
:
: 검색해봐도 이에 대해 질문도 거의 없고, 답변은 전무하고...
: 며칠을 헤맨 결과, xfree86 문서에 단 한줄 언급되 있데요 ㅡ,ㅡ
:
: 근데. 이걸 X시작과 동시에 구동하려면 어떻게 하나요?
startx -- -gamma 2.0
X옵션을 참고 하면..
Device Dependent Usage
-xf86config file specify a configuration file
-modulepath paths specify the module search path
-logfile file specify a log file name
-configure probe for devices and write an XF86Config
-probeonly probe for devices, then exit
-scanpci execute the scanpci module and exit
-verbose [n] verbose startup messages
-logverbose [n] verbose log messages
-quiet minimal startup messages
-pixmap24 use 24bpp pixmaps for depth 24
-pixmap32 use 32bpp pixmaps for depth 24
-fbbpp n set bpp for the framebuffer. Default: 8
-depth n set colour depth. Default: 8
-gamma f set gamma value (0.1 < f < 10.0) Default:1.0
-rgamma f set gamma value for red phase
-ggamma f set gamma value for green phase
-bgamma f set gamma value for blue phase
-weight nnn set RGB weighting at 16 bpp. Default: 565
-layout name specify the ServerLayout section name
-screen name specify the Screen section name
-keyboard name specify the core keyboard InputDevice name
-pointer name specify the core pointer InputDevice name
-nosilk disable Silken Mouse
-flipPixels swap default black/white Pixel values
-disableVidMode disable mode adjustments with xvidtune
-allowNonLocalXvidtune allow xvidtune to be run as a non-local client
-disableModInDev disable dynamic modification of input device settings
-allowNonLocalModInDev allow changes to keyboard and mouse settings
from non-local clients
-allowMouseOpenFail start server even if the mouse can't be initialized
-bestRefresh choose modes with the best refresh rate
-ignoreABI make module ABI mismatches non-fatal
-version show the server version
vtXX use the specified VT number
-keeptty don't detach controlling tty (for debugging only)
man XFree86 을 하시면 더 자세한 정보를 얻을 수 있습니다.