[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-08-22 Thread hsinclair
The driver works properly. However, the configuration is what's at issue
(therefore an apt problem). The configuration that's forcible enforced
in the xorg.conf.d directory doesn't take into account that some devices
have dual video cards. My issue was that there is an onboard Intel video
chipset and also a NVidia discrete video adapter in my laptop. The
kernel detects Intel and NVidia video cards and loads the Intel
drivers... When the X-Windows system loads it detects the NVidia video
card and attempts to load the X-Server system for it, but the underling
modules haven't been loaded into the system and therefore loads the the
black screen.

If you go into the xorg.conf.d and modify the 10-nvidia.conf files to
add the [Option "PrimaryGPU" "true"] line then it works, but because
these files are not configured in the package as configuration files
they are overwritten on every update.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-08-22 Thread Julian Andres Klode
I cannot possibly imagine how a blank screen on installing nvidia
drivers is an apt problem, so I'm marking that as invalid.

** Changed in: apt (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-06-06 Thread hsinclair
I had this issue and resolved it by modifying the 10-nvidia.conf file to
add the line:

Option "PrimaryGPU" "true"

The problem that I had was that the system would boot with the Intel GPU
and once it go to the X-Display it attempted to use the NVidia drivers
which were not properly initialized.

** Attachment added: "10-nvidia.conf"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1765923/+attachment/5149387/+files/10-nvidia.conf

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-06-06 Thread Mike Butash
I upgraded from 17.04 to this, and can't get to a desktop now.  Really
regretting using ubuntu, yet again.  This is a dell xps 15 9550, I
finally had to try an upgrade due to various weird issues with 17.04
still, but at least it worked vs. now.  Might try nouveau as
recommended.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-27 Thread Thomas Friedrichsmeier
Same symptoms(*) here after a fresh upgrade to 18.04.

Tried installing gdm, as suggested above, and also adding "xrandr" as
suggested, here: https://forums.fedoraforum.org/showthread.php?316354
-SDDM-shows-black-screen-with-Nvidia . Neither made a difference for me.

However, the problem finally went away after switching to the nouveau
driver. (And I have no recollection of ever asking for the proprietary
nvidia driver, specifically, but I may be wrong about that.)

(*) Symptoms: sddm, but also lightdm and gdm3 showing only black. startx
brings up an xfce session without problems.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sddm (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in sddm package in Ubuntu:
  Confirmed

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-26 Thread Hontas Farmer
Yes it does have hybrid graphics.  I also use an external GPU.  This
occurs with or without the EGPU plugged in.

However, it may be that there was a problem in that specific version of
SDDM in that particular daily build.  Somehow, someway installing the
Ubuntu Gnome desktop system and gdm2 fixed it.  Then I did a full
upgrade a couple days ago and got a new version of sddm, switched to
that and that seems to have fixed it.

The real problem is that a new user when confronted with a utterly BLACK
screen won't know to Ctrl alt f6 into a terminal and do things from
there.  That sort of thing is a typical "why Linux will always be for
geeks" moment.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-23 Thread Rik Mills
Is this a machine with hybrid graphics?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-22 Thread Rik Mills
** Tags removed: kubuntu
** Tags added: nvidia sddm

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-21 Thread Rik Mills
** Tags added: bionic kubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-21 Thread Hontas Farmer
Installing GDM3 does lead to a system which will not boot to a black
screen.  Note you will need to change the desktop session to plasma to
get to kde.

For an experienced user used to the command prompt this is an annoyance.
I'd rather run a pure KDE kubuntu system.  To a newer or less technical
user having a black screen (not flashing cursor BLACK) is a show
stopper.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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


[Touch-packages] [Bug 1765923] Re: Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

2018-04-21 Thread Hontas Farmer
This is what I get when I log out of X and run sddm

:~$ sddm
[04:28:22.147] (II) DAEMON: Initializing...
[04:28:22.154] (II) DAEMON: Logind interface found
[04:28:22.154] (II) DAEMON: Starting...
[04:28:22.155] (II) DAEMON: Adding new display on vt 1 ...
[04:28:22.155] (II) DAEMON: Loading theme configuration from ""
[04:28:22.155] (II) DAEMON: Display server starting...
[04:28:22.155] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth 
/var/run/sddm/{3029e4a4-8913-4abe-ac00-294e7375c132} -background none -noreset 
-displayfd 17 -seat seat0 vt1
[04:28:22.157] (EE) DAEMON: Display server failed to start. Exiting
Aborted (core dumped)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1765923

Title:
  Nvidia driver leads to black screen on bionic 18.04 SDDM LightDM bug?

Status in apt package in Ubuntu:
  New
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  New

Bug description:
  Using the April 19th daily build of Kubuntu 18.04 I installed the
  Nvidia drivers via the following command.

  sudo ubuntu-drivers autoinstall

  The install process proceeds fine and after a logout process I get a
  black screen.  I tried this on the April 17th daily build of bionic
  and a reboot also results in a black screen.

  The following is a question which was submitted by a Ubuntu 17.10 user: QUOTE
  After I installed latest Nvidia driver-390 and tried to boot after shutting 
down once I faced a black screen problem. since, I'm a noob but something 
related to nvidia drivers couldn't be started. Then I followed 
https://askubuntu.com/a/968692/802490
  While following these instructions re-installing of nvidia drivers failed. 
The only things that worked is purging the drivers and changing 
"WaylandEnable=false" in (/etc/gdm3/custom.conf). Now, I want to re-install 
nvidia drivers again but I'm afraid that this will lead to that problem again. 
Can anyone help in re-installing the driver such that I won't face that 
problem?  END QUOTE

  THE WORK AROUND

  Use Ctrl-Alt-f6 to get to a login prompt.
  Login
  run  "startx"

  The x server will start and Nvidia drivers will function.

  THE PROBLEM
  When I try to run SDDM I get an error (Which I will try to copy down to add 
to this bug when I am on a different computer than the one I am reporting the 
bug about.).

  Installing lightDM does not work... it installs but is either will not
  run or will not actually start a x session.

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

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