[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-17 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-31.50

---
linux (4.4.0-31.50) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1602449

  * nouveau: boot hangs at blank screen with unsupported graphics cards
(LP: #1602340)
- SAUCE: drm: check for supported chipset before booting fbdev off the hw

linux (4.4.0-30.49) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1597897

  * FCP devices are not detected correctly nor deterministically (LP: #1567602)
- scsi_dh_alua: Disable ALUA handling for non-disk devices
- scsi_dh_alua: Use vpd_pg83 information
- scsi_dh_alua: improved logging
- scsi_dh_alua: sanitze sense code handling
- scsi_dh_alua: use standard logging functions
- scsi_dh_alua: return standard SCSI return codes in submit_rtpg
- scsi_dh_alua: fixup description of stpg_endio()
- scsi_dh_alua: use flag for RTPG extended header
- scsi_dh_alua: use unaligned access macros
- scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
- scsi_dh_alua: simplify sense code handling
- scsi: Add scsi_vpd_lun_id()
- scsi: Add scsi_vpd_tpg_id()
- scsi_dh_alua: use scsi_vpd_tpg_id()
- scsi_dh_alua: Remove stale variables
- scsi_dh_alua: Pass buffer as function argument
- scsi_dh_alua: separate out alua_stpg()
- scsi_dh_alua: Make stpg synchronous
- scsi_dh_alua: call alua_rtpg() if stpg fails
- scsi_dh_alua: switch to scsi_execute_req_flags()
- scsi_dh_alua: allocate RTPG buffer separately
- scsi_dh_alua: Use separate alua_port_group structure
- scsi_dh_alua: use unique device id
- scsi_dh_alua: simplify alua_initialize()
- revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach 
should
  succeed while TPG is transitioning")
- scsi_dh_alua: move optimize_stpg evaluation
- scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
- scsi_dh_alua: Use workqueue for RTPG
- scsi_dh_alua: Allow workqueue to run synchronously
- scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
- scsi_dh_alua: Recheck state on unit attention
- scsi_dh_alua: update all port states
- scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
- scsi_dh_alua: do not fail for unknown VPD identification

linux (4.4.0-29.48) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1597015

  * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
- intel-hid: new hid event driver for hotkeys
- intel-hid: fix incorrect entries in intel_hid_keymap
- intel-hid: allocate correct amount of memory for private struct
- intel-hid: add a workaround to ignore an event after waking up from S4.
- [Config] CONFIG_INTEL_HID_EVENT=m

  * cgroupfs mounts can hang (LP: #1588056)
- Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by 
the
  user ns which owns the ipc ns"
- Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
  namespace when mounting"
- Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
  cgroup namespace"
- (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
- (namespace) bpf, inode: disallow userns mounts
- (namespace) ipc: Initialize ipc_namespace->user_ns early.
- (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
- SAUCE: (namespace) Sync with upstream s_user_ns patches
- (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
- (namespace) ipc/mqueue: The mqueue filesystem should never contain
  executables

  * KVM system crashes after starting guest (LP: #1596635)
- xhci: Cleanup only when releasing primary hcd

  * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
16.04 (LP: #1596557)
- crypto: vmx - IV size failing on skcipher API

  * [Bug]tpm initialization fails on x86 (LP: #1596469)
- tpm_crb: drop struct resource res from struct crb_priv
- tpm_crb: fix mapping of the buffers

  * Device shutdown notification for CAPI Flash cards (LP: #1592114)
- cxlflash: Fix regression issue with re-ordering patch
- cxlflash: Fix to drain operations from previous reset
- cxlflash: Add device dependent flags
- cxlflash: Shutdown notify support for CXL Flash cards

  * scsi-modules udeb should include pm80xx (LP: #1595628)
- [Config] Add pm80xx scsi driver to d-i

  * Sync up latest relevant upstream bug fixes (LP: #1594871)
- SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10

  * Cannot compile module tda10071 (LP: #1592531)
- [media] tda10071: Fix dependency to REGMAP_I2C

  * lsvpd doesn't show correct location code for devices attached to a CAPI card
(LP: #1594847)
- cxl: Make vPHB device node match adapter's

  * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
- [Config] Enable arm64 AES and CRC32 

[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-14 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-31.50

---
linux (4.4.0-31.50) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1602449

  * nouveau: boot hangs at blank screen with unsupported graphics cards
(LP: #1602340)
- SAUCE: drm: check for supported chipset before booting fbdev off the hw

linux (4.4.0-30.49) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1597897

  * FCP devices are not detected correctly nor deterministically (LP: #1567602)
- scsi_dh_alua: Disable ALUA handling for non-disk devices
- scsi_dh_alua: Use vpd_pg83 information
- scsi_dh_alua: improved logging
- scsi_dh_alua: sanitze sense code handling
- scsi_dh_alua: use standard logging functions
- scsi_dh_alua: return standard SCSI return codes in submit_rtpg
- scsi_dh_alua: fixup description of stpg_endio()
- scsi_dh_alua: use flag for RTPG extended header
- scsi_dh_alua: use unaligned access macros
- scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
- scsi_dh_alua: simplify sense code handling
- scsi: Add scsi_vpd_lun_id()
- scsi: Add scsi_vpd_tpg_id()
- scsi_dh_alua: use scsi_vpd_tpg_id()
- scsi_dh_alua: Remove stale variables
- scsi_dh_alua: Pass buffer as function argument
- scsi_dh_alua: separate out alua_stpg()
- scsi_dh_alua: Make stpg synchronous
- scsi_dh_alua: call alua_rtpg() if stpg fails
- scsi_dh_alua: switch to scsi_execute_req_flags()
- scsi_dh_alua: allocate RTPG buffer separately
- scsi_dh_alua: Use separate alua_port_group structure
- scsi_dh_alua: use unique device id
- scsi_dh_alua: simplify alua_initialize()
- revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach 
should
  succeed while TPG is transitioning")
- scsi_dh_alua: move optimize_stpg evaluation
- scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
- scsi_dh_alua: Use workqueue for RTPG
- scsi_dh_alua: Allow workqueue to run synchronously
- scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
- scsi_dh_alua: Recheck state on unit attention
- scsi_dh_alua: update all port states
- scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
- scsi_dh_alua: do not fail for unknown VPD identification

linux (4.4.0-29.48) xenial; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- LP: #1597015

  * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
- intel-hid: new hid event driver for hotkeys
- intel-hid: fix incorrect entries in intel_hid_keymap
- intel-hid: allocate correct amount of memory for private struct
- intel-hid: add a workaround to ignore an event after waking up from S4.
- [Config] CONFIG_INTEL_HID_EVENT=m

  * cgroupfs mounts can hang (LP: #1588056)
- Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by 
the
  user ns which owns the ipc ns"
- Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
  namespace when mounting"
- Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
  cgroup namespace"
- (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
- (namespace) bpf, inode: disallow userns mounts
- (namespace) ipc: Initialize ipc_namespace->user_ns early.
- (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
- SAUCE: (namespace) Sync with upstream s_user_ns patches
- (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
- (namespace) ipc/mqueue: The mqueue filesystem should never contain
  executables

  * KVM system crashes after starting guest (LP: #1596635)
- xhci: Cleanup only when releasing primary hcd

  * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
16.04 (LP: #1596557)
- crypto: vmx - IV size failing on skcipher API

  * [Bug]tpm initialization fails on x86 (LP: #1596469)
- tpm_crb: drop struct resource res from struct crb_priv
- tpm_crb: fix mapping of the buffers

  * Device shutdown notification for CAPI Flash cards (LP: #1592114)
- cxlflash: Fix regression issue with re-ordering patch
- cxlflash: Fix to drain operations from previous reset
- cxlflash: Add device dependent flags
- cxlflash: Shutdown notify support for CXL Flash cards

  * scsi-modules udeb should include pm80xx (LP: #1595628)
- [Config] Add pm80xx scsi driver to d-i

  * Sync up latest relevant upstream bug fixes (LP: #1594871)
- SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10

  * Cannot compile module tda10071 (LP: #1592531)
- [media] tda10071: Fix dependency to REGMAP_I2C

  * lsvpd doesn't show correct location code for devices attached to a CAPI card
(LP: #1594847)
- cxl: Make vPHB device node match adapter's

  * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
- [Config] Enable arm64 AES and CRC32 

[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-13 Thread David Jordan
Tested the proposed kernel with:

* GTX 970M
* GTX 970
* GTX 1080

All three systems boot into unity as expected with the proposed kernel.
Only the GTX 1080 is in low graphics mode (expected because nouveau
doesn't yet support it)

This should be good to go.  It's already a confirmed improvement for
first boot, and I'll test again to confirm that the new kernel enables
the graphical installer once it hits the daily iso.

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-13 Thread Kamal Mostafa
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
xenial' to 'verification-done-xenial'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread Kamal Mostafa
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread Kamal Mostafa
** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  In Progress

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread David Jordan
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  New

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread David Jordan
Success with the patched test build!  The nouveau patch allows our
systems to boot into Unity with Pascal series cards without requiring
nvidia-367.

Tested and successfully booted with:
*GTX 1070
*GTX 1080
*GTX 970
*GTX 950
*GTX 730

No regressions found so far.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  New

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread Kamal Mostafa
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  New

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread Kamal Mostafa
Test Xenial amd64 kernel:

http://people.canonical.com/~kamal/lp1602340/

comprised of 4.4.0-30.49 plus:

UBUNTU: SAUCE: drm: check for supported chipset before booting fbdev off 
the hw
(back-ported from https://github.com/skeggsb/nouveau.git 
11fcd1624b0a1c73fe3b2fa15c3cc45816da0470)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1602340] Re: nouveau: boot hangs at blank screen with unsupported graphics cards

2016-07-12 Thread David Jordan
** Description changed:

  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.
  
  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries to
  load, resulting in boot hanging at a blank screen.  The current behavior
  will cause Ubuntu 16.04 to be difficult for most users to install on
  computers with NVidia hardware newer than the previous generation.
  
  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.
  
  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.
+ 
+ 
+ Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470

** Description changed:

  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.
  
  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries to
  load, resulting in boot hanging at a blank screen.  The current behavior
  will cause Ubuntu 16.04 to be difficult for most users to install on
  computers with NVidia hardware newer than the previous generation.
  
  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.
  
  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.
  
- 
  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
+ Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1602340

Title:
  nouveau: boot hangs at blank screen with unsupported graphics cards

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue prevents installing Ubuntu and booting with certain GPUs
  until the Nvidia-367 graphics drivers have been installed.

  Nouveau in 16.04 doesn't include support for the current series of
  Nvidia GPUs (Pascal architecture, GTX 1070 and 1080), but still tries
  to load, resulting in boot hanging at a blank screen.  The current
  behavior will cause Ubuntu 16.04 to be difficult for most users to
  install on computers with NVidia hardware newer than the previous
  generation.

  To reproduce:
  Create an Ubuntu live image and attempt to install Ubuntu on a computer with 
an NVidia Pascal GPU.

  Expected Results: Ubuntu graphical installer appears.
  Actual Results: Boot hangs at blank screen.

  Possible fix: 
https://github.com/skeggsb/nouveau/commit/11fcd1624b0a1c73fe3b2fa15c3cc45816da0470
  Adds a check to nouveau that the gfx chipset is supported before booting 
fbdev off the hardware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1602340/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp