본문 바로가기

Software&Hardware/OS_Linux

xset 설정

반응형

xset

 

SYNOPSIS

xset prompt 상에서 xset 명령어를 치시게 되면 아래와 같은 도움말이 출력됩니다.

 

usage : xset [-display host:dpy] option ...

 

    To turn bell off:

        -b                b off               b 0

 

    To set bell volume, pitch and duration:

         b [vol [pitch [dur]]]          b on

 

    To disable bug compatibility mode:

        -bc

    To enable bug compatibility mode:

        bc

    To turn keyclick off:

        -c                c off               c 0

    To set keyclick volume:

         c [0-100]        c on

    To control Energy Star (DPMS) features:

        -dpms      Energy Star features off

        +dpms      Energy Star features on

         dpms [standby [suspend [off]]]    

              force standby

              force suspend

              force off

              (also implicitly enables DPMS features)

              a timeout value of zero disables the mode

    To control Frame Buffer Power Management (FBPM) features:

        -fbpm      Frame Buffer Power Management features off

        +fbpm      Frame Buffer Power Management features on

         fbpm force on    

              force standby

              force suspend

              force off

              (also implicitly enables FBPM features)

    To set the font path:

         fp= path[,path...]

    To restore the default font path:

         fp default

    To have the server reread font databases:

         fp rehash

    To remove elements from font path:

        -fp path[,path...]  fp- path[,path...]

    To prepend or append elements to font path:

        +fp path[,path...]  fp+ path[,path...]

    To set LED states off or on:

        -led [1-32]         led off

         led [1-32]         led on

    To set mouse acceleration and threshold:

         m [acc_mult[/acc_div] [thr]]    m default

    To set pixel colors:

         p pixel_value color_name

    To turn auto-repeat off or on:

        -r [keycode]        r off

         r [keycode]        r on

    For screen-saver control:

         s [timeout [cycle]]  s default    s on

         s blank              s noblank    s off

         s expose             s noexpose

         s activate           s reset

    For status information:  q

 

 

 

 

OPTION

 

       bell off를 할 때 쓰이는 옵션들 입니다.

 

 

#xset -b

 

 

#xset b of

 

f

#xset b 0e

 

       bell volume을 설정하거나 on 상태로 설정할 때 쓰이는 옵션입니다.

 

 

#xset b

#xset b on volumeon으로 설정 시 기본 50으로 설정

 

 

#xset b 75 volume 75로 설정, maximum 값은 100

 

 

 

       절전 모드를 설정하는 옵션입니다.

 

 

#xset -dpms 절전 모드 off

 

 

#xset +dpms 절전 모드 on

 

       screen saver를 설정 옵션입니다.

 

 

#xset s off screen saver 기능 disable

 

 

 

#xset s on screen saver가 설정되게 되며 timeout기본 600로 설정

 

 

#xset s 60 screen saver 작동하는 시간 설정

 

 

#xset s default screen saver 관련 설정 사항들을 기본값으로 설정

 

 

#xset s activate screen saver를 바로 동작 시킴. Off 설정 상태일지라도 동작

 

       전원 관리 옵션입니다.

 

 

#xset +dpms 절전 모드가 Enable로 설정.

 

 

기본값은 Standby 1320, Suspend 1560, Off 1800

 

 

 

 

#xset dpms 절전 모드가 disable로 설정

 

 

 

 

 

#xset dpms 100 200 300 절전 모드 작동 시간 설정. Standby Suspend Off 순서

 

 

                         설정 시간이 0 일 경우 disable 상태로 설정 됨

 

 

 

 

#xset dpms force standby 절전 모드를 강제로 standby 상태로 만듦

 

 

 

#xset dpms force suspend 절전 모드를 강제로 suspend 상태로 만듦

 

 

 

#xset dpms force off 절전 모드를 강제로 off 상태로 만듦

 

       현재 설정되어 있는 값들을 출력하게 됩니다.

#xset -q



반응형

'Software&Hardware > OS_Linux' 카테고리의 다른 글

터치스크린 설정방법 (touchkit)  (0) 2014.05.07
sudo사용의 필요성  (0) 2013.12.08
vim 사용법  (0) 2013.12.08
ramdisk 생성 ( Linux )  (0) 2013.12.08
linux상에서 패스워드 없이 sudo 사용  (0) 2013.12.05