나는 완전히 상실되었다. Ubuntu 16.04 LTS 64 비트를 새로 설치하면 랩탑 화면이 15 초마다 검은 색으로 표시됩니다. 마우스를 움직이거나 클릭하면 디스플레이가 돌아옵니다 (로그인 할 필요가 없습니다). 이 작업은 15 초마다 발생하기 때문에 랩톱을 사용할 수 없습니다. 화면 보호기 동작처럼 보이지만 아무 것도 될 수 있습니다.
내가 입력 sudo lshw -C video | grep product:
하면-
product: Broadwell-U Integrated Graphics
product: GM108M [GeForce 940M]
내가 입력 sudo lshw -C video
하면-
*-display
description: VGA compatible controller
product: Broadwell-U Integrated Graphics
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:44 memory:f0000000-f0ffffff memory:e0000000-efffffff ioport:4000(size=64)
*-display UNCLAIMED
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:08:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f1000000-f1ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:3000(size=128)
입력 xset s off
하면 아무런 효과가없는 것 같습니다.
내가 입력 gnome screensaver
하면-
** (gnome-screensaver:5014): WARNING **: screensaver already running in this session
내가 입력 xscreensaver
하면-
The program 'xscreensaver' is currently not installed. You can install it by typing: sudo apt install xscreensaver
내가 입력 xset -q
하면-
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
XKB indicators:
00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 500 repeat rate: 33
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 5/1 threshold: 5
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 0 cycle: 0
Colors:
default colormap: 0x22 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/Type1,built-ins
DPMS (Energy Star):
Standby: 0 Suspend: 0 Off: 0
DPMS is Enabled
Monitor is On
내가 설정> 시스템 설정으로 이동 … 그리고 변경하는 경우 머물 필요도없이 Brightness and Lock
, Power
또는 Screen Display
이 문제에 영향을주지 않습니다. 어떻게해야할지 모르겠습니다. 도움을 주시면 감사하겠습니다.
답변
이 문제를 해결했습니다. 문제가 발생한 이유를 모르겠습니다. 실제로 문제가 무엇인지 모르겠습니다. 내 솔루션이 왜 또는 어떻게 작동하는지 모르겠습니다.
DPMS (Display Power Management Signalling)로 인해 문제가 발생했다고 생각했습니다. DPMS가 내가 설치 한 것으로 켜져 있고 기본 설정 인 15 초로 작동하고 있다고 생각했습니다. DPMS가 “전원 관리”를 위해 활동이없는 15 초 (기본값) 후에 X 서버를 통해 디스플레이를 끄는 것으로 추측했습니다. 콘솔을 열고 입력했습니다
xset -dpms
이것은 세션뿐만 아니라 DPMS를 영구적으로 끕니다. 문제는 즉시 사라졌습니다.