시스템 일시 중지 모드가 작동하지 않음 Dell XPS

시스템 일시 중지 모드가 작동하지 않음 Dell XPS

내 컴퓨터(Dell XPS 13, 모델 9370)에서 "일시 중지" 모드가 작동하지 않는 이유를 찾으려고 합니다. 더 많은 사양여기.

운영체제 정보:

aechchik@fixie:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:   bionic

나는 노력했다Google문제는 "nouveau" 드라이버에 문제가 있는 것 같아서 이에 따라 GRUB를 업데이트했습니다. 이제 다음과 같습니다.

aechchik@fixie:~$ cat /etc/default/grub 
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
GRUB_CMDLINE_LINUX="nouveau.modeset=0"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

그런 다음 실행 sudo update-grub하고 다시 시작하십시오.

문제는 일시 중단에서 다시 시작한 후 빈 화면이 표시된다는 것입니다. 예를 들어 노트북 덮개를 닫았다가 다시 열면 시스템이 다시 시작되지 않고 전원 버튼을 사용하여 강제 종료해야 합니다.

(전원 관리 설정에 따라) 예상되는 동작은 대신 로그인 화면을 표시할 수 있어야 한다는 것입니다.

그러나 시스템을 "수동으로" 일시 중단하여 systemctl suspend. 저는 xfce 맛을 사용하고 있으므로 이 명령을 키보드 단축키에 할당했습니다. 이제 덮개를 닫기 전에 바로가기를 실행하거나 터미널에서 명령을 실행하면 덮개를 다시 열 때 일시 중지 상태에서 올바르게 다시 시작할 수 있습니다.

귀하의 의견에 감사드립니다!

관련 정보