All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 93522] Tonga has only black virtual terminals
@ 2015-12-28 14:33 bugzilla-daemon
  2015-12-31 16:38 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2015-12-28 14:33 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 93522
           Summary: Tonga has only black virtual terminals
           Product: DRI
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: EoD@xmw.de

When I boot the kernel via grub everything is fine, once the kernel is loading
there is only a black screen until X starts.

When I switch back to the VT (via Ctrl+Alt+F1) I still see everything from X,
except the mouse. When I switch back to X everything works fine again.

I am using current mesa-git and kernel 4.4-rc6.

glxinfo, dmesg, etc: can be found here:
https://gist.github.com/EoD/ecb3e28fc004d740daa1


This might be a duplicate of Bug 91202.

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

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93522] Tonga has only black virtual terminals
  2015-12-28 14:33 [Bug 93522] Tonga has only black virtual terminals bugzilla-daemon
@ 2015-12-31 16:38 ` bugzilla-daemon
  2016-01-01 18:34 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2015-12-31 16:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> ---
Make sure you compiled drm fbdev support into your kernel and that the fbcon
support is loaded (either built into the kernel or the module is loaded).

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

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93522] Tonga has only black virtual terminals
  2015-12-28 14:33 [Bug 93522] Tonga has only black virtual terminals bugzilla-daemon
  2015-12-31 16:38 ` bugzilla-daemon
@ 2016-01-01 18:34 ` bugzilla-daemon
  2016-01-02  2:24 ` bugzilla-daemon
  2016-01-02 13:42 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-01-01 18:34 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from EoD <EoD@xmw.de> ---
Are you referring to DRM_FBDEV_EMULATION?

│ Symbol: DRM_FBDEV_EMULATION [=n]
│
│ Type  : boolean
│ Prompt: Enable legacy fbdev support for your modesetting driver
│   Location:
│     -> Device Drivers
│       -> Graphics support
│ (1)     -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
(DRM[=y])
│   Defined at drivers/gpu/drm/Kconfig:50
│   Depends on: HAS_IOMEM [=y] && DRM [=y]
│   Selects: DRM_KMS_HELPER [=y] && DRM_KMS_FB_HELPER [=y]

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

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93522] Tonga has only black virtual terminals
  2015-12-28 14:33 [Bug 93522] Tonga has only black virtual terminals bugzilla-daemon
  2015-12-31 16:38 ` bugzilla-daemon
  2016-01-01 18:34 ` bugzilla-daemon
@ 2016-01-02  2:24 ` bugzilla-daemon
  2016-01-02 13:42 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-01-02  2:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to EoD from comment #2)
> Are you referring to DRM_FBDEV_EMULATION?

Yes, that needs to be enabled.


> 
> │ Symbol: DRM_FBDEV_EMULATION [=n]
> │
> │ Type  : boolean
> │ Prompt: Enable legacy fbdev support for your modesetting driver
> │   Location:
> │     -> Device Drivers
> │       -> Graphics support
> │ (1)     -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
> (DRM[=y])
> │   Defined at drivers/gpu/drm/Kconfig:50
> │   Depends on: HAS_IOMEM [=y] && DRM [=y]
> │   Selects: DRM_KMS_HELPER [=y] && DRM_KMS_FB_HELPER [=y]

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

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93522] Tonga has only black virtual terminals
  2015-12-28 14:33 [Bug 93522] Tonga has only black virtual terminals bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-01-02  2:24 ` bugzilla-daemon
@ 2016-01-02 13:42 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-01-02 13:42 UTC (permalink / raw)
  To: dri-devel


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

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

EoD <EoD@xmw.de> changed:

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

--- Comment #4 from EoD <EoD@xmw.de> ---
That did indeed the trick.

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

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-01-02 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 14:33 [Bug 93522] Tonga has only black virtual terminals bugzilla-daemon
2015-12-31 16:38 ` bugzilla-daemon
2016-01-01 18:34 ` bugzilla-daemon
2016-01-02  2:24 ` bugzilla-daemon
2016-01-02 13:42 ` bugzilla-daemon

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.