Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: Logon Screen Turns Black after Fresh Install of 22.04

  1. #1
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Logon Screen Turns Black after Fresh Install of 22.04

    Running with new 1TB SSD and 32 GB Ram and 8 core AMD CPU.

    After fresh install of v22.04 on new 1TB SSD, system worked beautifully for 1 day. 2nd day boot up, see Logon Screen for 1 second before both screens turn BLACK and can't do anything.
    Tried typing password anyway, nothing!

    Don't see any posts on this issue. Anyone have a clue?

  2. #2
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Finally got it up by holding the SHIFT key and was able to input my password.
    At end of day, since I suspected the GPU driver, I checked (after finding where they moved Software Sources) and sure enough -
    the fresh installed OS is using X-Org instead of Nvidia driver 390. Tried to select Nvidia's driver and this Error Pop-up showed;

    "pk-client-error-quark: Error while installing package: installed nvidia-dkms-390 package post-installation script subprocess returned error exit status 10 (313)"

    Any suggestions???
    Thanks!

  3. #3
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Can you post back from:
    Code:
    sudo apt full-upgrade
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Nvidia 390 is no longer supported by NVidia, but is still being patched by the Ubuntu Graphics Team. My Lenovo Thinkpad T520 uses this driver...

    Try this:
    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt update
    sudo apt install -y nvidia-graphics-drivers-390

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Quote Originally Posted by 1fallen View Post
    Can you post back from:
    Code:
    sudo apt full-upgrade
    Code:
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Calculating upgrade... Done
    The following packages were automatically installed and are no longer required:
      libwpe-1.0-1 libwpebackend-fdo-1.0-1
    Use 'sudo apt autoremove' to remove them.
    Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
      vlc-plugin-qt libvlc5 libimage-magick-perl vlc-data libvlccore9 vlc
      imagemagick vlc-bin libpathplan4 vlc-l10n libmaven3-core-java graphviz
      libavdevice58 libgvpr2 libgvc6 libdcmtk16 ffmpeg libopenexr25
      libmagick++-6.q16-8 libpostproc55 libcgraph6 libmagickcore-6.q16-6-extra
      vlc-plugin-samba libcdt5 libavcodec58 libimage-magick-q16-perl
      libmagickwand-6.q16-6 vlc-plugin-notify libavutil56 imagemagick-6.q16
      libswscale5 libeditorconfig0 libmagickcore-6.q16-6 vlc-plugin-access-extra
      vlc-plugin-skins2 libgsl27 vlc-plugin-video-splitter liblab-gamut1
      libswresample3 imagemagick-6-common vlc-plugin-video-output libavformat58
      libgslcblas0 libvlc-bin vlc-plugin-base vlc-plugin-visualization
      libavfilter7
    Learn more about Ubuntu Pro at https://ubuntu.com/pro
    The following packages have been kept back:
      python3-update-manager update-manager-core
    The following packages will be upgraded:
      libnghttp2-14
    1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    1 standard LTS security update
    Need to get 76.9 kB of archives.
    After this operation, 1,024 B of additional disk space will be used.
    Do you want to continue? [Y/n]

  6. #6
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Quote Originally Posted by MAFoElffen View Post
    Nvidia 390 is no longer supported by NVidia, but is still being patched by the Ubuntu Graphics Team. My Lenovo Thinkpad T520 uses this driver...

    Try this:
    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt update
    sudo apt install -y nvidia-graphics-drivers-390
    For some odd reason, after repeating it a 2nd time ... it worked and installed the Nvidia 390 driver.
    My system ReBooted 3 times now OK with freshly installed UbuntuStudio v22.04 . Looks and Runs Great!

  7. #7
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Where can I find "Ubuntu Pro" ? It is not showing up in Settings / System Settings /Driver Manager / Software Sources.

  8. #8
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Quote Originally Posted by MAFoElffen View Post
    Nvidia 390 is no longer supported by NVidia, but is still being patched by the Ubuntu Graphics Team. My Lenovo Thinkpad T520 uses this driver...

    Try this:
    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt update
    sudo apt install -y nvidia-graphics-drivers-390
    +1
    That's what I looking for, if Rick indeed did add it. I guess i should have lead with that...Oh Well All is good now.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  9. #9
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    Quote Originally Posted by Rick St. George View Post
    Where can I find "Ubuntu Pro" ? It is not showing up in Settings / System Settings /Driver Manager / Software Sources.
    Like this:
    Code:
     pro status --all
    SERVICE          AVAILABLE  DESCRIPTION
    anbox-cloud      yes        Scalable Android in the cloud
    cc-eal           no         Common Criteria EAL2 Provisioning Packages
    esm-apps         yes        Expanded Security Maintenance for Applications
    esm-infra        yes        Expanded Security Maintenance for Infrastructure
    fips             no         NIST-certified FIPS crypto packages
    fips-preview     no         Preview of FIPS crypto packages undergoing certification with NIST
    fips-updates     no         FIPS compliant crypto packages with stable security updates
    landscape        yes        Management and administration tool for Ubuntu
    livepatch        yes        Canonical Livepatch service
    realtime-kernel  no         Ubuntu kernel with PREEMPT_RT patches integrated
    ros              no         Security Updates for the Robot Operating System
    ros-updates      no         All Updates for the Robot Operating System
    usg              no         Security compliance and audit tools
    
    This machine is not attached to an Ubuntu Pro subscription.
    See https://ubuntu.com/pro
    Or just right here: https://ubuntu.com/pro
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  10. #10
    Join Date
    Mar 2010
    Location
    undisclosed
    Beans
    Hidden!
    Distro
    Ubuntu Studio

    Re: Logon Screen Turns Black after Fresh Install of 22.04

    I have already subscribed, but after upgrading to 22.04 it is no longer there to select in Software Sources.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •