xscreensaver는 때때로 모니터 대기 모드에서 돌아온 후 잠긴 화면을 자동으로 잠금 해제합니다.

xscreensaver는 때때로 모니터 대기 모드에서 돌아온 후 잠긴 화면을 자동으로 잠금 해제합니다.

저는 xscreensaver화면을 잠그는 용도로 사용하고 있습니다. 이 외에도 내 모니터는 30분 동안 활동이 없으면 모니터가 꺼지는 "대기" 상태로 전환됩니다.

이런 일이 두 번이나 발생했습니다. 화면을 잠그고 xscreensaver-command --lock몇 시간 사용 후 다시 돌아와 마우스를 움직이면 디스플레이가 대기 모드에서 돌아오지만 예상되는 xscreensaver 로그인 창 대신에 바로 다음 화면으로 이동합니다. 내 화면. 데스크톱 세션 - 인증이 필요하지 않습니다.

전원 관리 기능과 관련이 있는지는 모르겠지만 이전에는 자동 모니터 일시 중지를 사용하지 않았을 때 이런 일이 발생하지 않았습니다.

.Xauthority또한 집에 문서가 없지만 그것이 관련이 있는지 확실하지 않습니다.

저는 Debian Wheezy와 LXDE를 사용하고 있습니다.

누구든지 이 문제를 조사하는 방법을 제안할 수 있습니까?

$ xdpyinfo
name of display:    :0.0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    11204000
X.Org version: 1.12.4
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x1e00004, revert to Parent
number of extensions:    26
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    RANDR
    RECORD
    RENDER
    SECURITY
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    XVideo-MotionCompensation
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1920x1080 pixels (508x285 millimeters)
  resolution:    96x96 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x6f
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0x7a003c
    ButtonPressMask          ButtonReleaseMask        EnterWindowMask          
    LeaveWindowMask          StructureNotifyMask      SubstructureNotifyMask   
    SubstructureRedirectMask FocusChangeMask          PropertyChangeMask       
  number of visuals:    3
  default visual id:  0x21
  visual:
    visual id:    0x21
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x22
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6d
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits

답변1

나는 이것이 실수처럼 들린다고 분명히 말하고 싶습니다. 내 제안은 xscreensaver를 사용하려는 경우 전원 관리를 처리하도록 허용하는 것입니다. 명령줄에 이것을 입력한 xscreensaver-demo다음 GUI에서 고급 탭으로 이동하여 "전원 관리 활성화"가 선택되어 있는지 확인하십시오(필요에 따라 설정을 조정할 수도 있습니다).

또한 명령줄에서 xscreensaver를 시작 xscreensaver -log ~/xscreensaver.log하고 이런 일이 발생하면 로그에 무엇이 있는지 확인하세요.

관련 정보