All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 103383] New: "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
@ 2017-10-21  6:32 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-10-21  6:32 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 2749 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103383

            Bug ID: 103383
           Summary: "xset dpms force on" does not unblank laptop screen
                    after "xset dpms force off" is run (or system enters
                    sleep mode)
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
          Reporter: techau-sFbbPxZDHXw0n/F98K4Iww@public.gmane.org
        QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org

Created attachment 134966
  --> https://bugs.freedesktop.org/attachment.cgi?id=134966&action=edit
dmesg-xorg.log

Hi all,

Graphics Card: NVIDIA GTX 1060 
nouveau driver: 1.0.15
Xorg version: 1.19.3
dmesg.log and Xorg.0.log attached.
Distribution: XUbuntu 17.10 (the only one that I know of that includes updated
nouveau drivers that support my laptop's graphics card)
File: dmesg-xorg.log 0 xorg log starts on line 1116.

I have been chasing this for a few days and I finally managed to successfully
reproduce the issue consistently.

I have a 3-ple screen system - Laptop Display + HDMI + DP (set to mirroring). 

When the screens are asked to blank by using the "xset dpms force off" command
and when you press a key on the keyboard to unblank them, only the HDMI and the
DP screens get unblanked and the laptop screen remains off / blanked out. 

This is a major pain as the laptop is right in front of me as my main display . 

I've tried: 

- Running "xset dpms force on" 
- Running "sudo systemctl stop lightdm" and then "sudo systemctl start lightdm" 
- Entering the console via "Ctrl+Alt+F1" and then "Ctrl+Alt+F7" 

but my laptop screen remains off. Only a full reboot resolves the issue. 

I can confirm that this does *not* happen with the proprietary NVIDIA drivers
(v384).

To reproduce the issue:

- Either wait for Xfce to blank the displays after 5-10 minutes or
- Enter the command "xset dpms force off" via the terminal
- Hit a key to wake up the displays and the laptop screen remains off

The issue also happens when Live ISOs boot to Xorg where the laptop screens
remains turned off. 

Something interesting I found in dmesg, not sure if this is related:

[   35.439645] nouveau 0000:01:00.0: disp: 0x0000643b[0]:
INIT_GENERIC_CONDITON: unknown 0x07
[   36.965444] nouveau 0000:01:00.0: disp: 0x00005fcc[2]:
INIT_GENERIC_CONDITON: unknown 0x07


I hope this can be resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4298 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 103383] "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
       [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2017-10-21 15:07   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2017-10-21 22:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-10-21 15:07 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 723 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103383

--- Comment #1 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
I have some recollection that someone else reported a similar issue with a
GP10x laptop GPU -- the backlight control wasn't working.

Perhaps this is similar. Or perhaps we need to explicitly turn the PANEL_POWER
back on (we do it when initially detecting the panel, but never touch it again
in nouveau_connector.c)

Or perhaps NV_DEVICE_INFO_V0_PASCAL is missing from the switch in
nouveau_backlight.c (it is), although as I was saying, someone was having
trouble with it... see bug #100446.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1829 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 103383] "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
       [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2017-10-21 15:07   ` [Bug 103383] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2017-10-21 22:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2018-04-06  0:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2019-12-04  9:32   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-10-21 22:00 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 786 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103383

--- Comment #2 from marko <techau-sFbbPxZDHXw0n/F98K4Iww@public.gmane.org> ---
Thx, if any additional details / logs are needed from my end, I am here. 

This issue also affects live ISOs (at least the ones that include the updated
nouveau package that support GTX 10xx cards). What happens is, the Live ISO
starts, it enters Xorg and the laptop screen turns off...

I can see things via the external monitors but my primary screen (the laptop's
display) is off so it's quite annoying. The option nomodeset works but when in
use it doesn't detect the external monitors so it's one or the other! :(

So annoying, I hope someone can fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1715 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 103383] "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
       [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2017-10-21 15:07   ` [Bug 103383] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2017-10-21 22:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2018-04-06  0:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2019-12-04  9:32   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2018-04-06  0:22 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 561 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103383

--- Comment #3 from Bernhard Rosenkraenzer <bero-Qev7zP1q8vftRgLqZ5aouw@public.gmane.org> ---
This problem persists after fixing the backlight control problem (bug 100446).

Turning the backlight all the way to 0 suspends the display to a state from
which it will wake up by adjusting brightness -- but after "xset dpms force
off", nothing (xset dpms force on or adjusting brightness up) brings the
display back to life.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1679 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 103383] "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
       [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2018-04-06  0:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2019-12-04  9:32   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2019-12-04  9:32 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 871 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103383

Martin Peres <martin.peres-GANU6spQydw@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #4 from Martin Peres <martin.peres-GANU6spQydw@public.gmane.org> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/377.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2679 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-04  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  6:32 [Bug 103383] New: "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode) bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-103383-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2017-10-21 15:07   ` [Bug 103383] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2017-10-21 22:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2018-04-06  0:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2019-12-04  9:32   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.