Announcement

Collapse
No announcement yet.

Login Screen Flickering

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login Screen Flickering

    Hi pals, I upgraded my system (Kubuntu 16.04.3 LTS with KDE 5.8.8 LTS) with the option of proprietary drivers enabled in the software center and my Login screen has been flickering since. Sometimes when I type my password it just freezes and I have to switch to the shell then back to desktop environment to go to my desktop(Ctrl+Alt+F1 and Ctrl+Alt+F7). Below are the packages that were installed/upgraded

    Start-Date: 2018-02-13 04:46:57
    Commandline: apt upgrade
    Requested-By: muya (1000)
    Upgrade: update-manager-core:amd64 (1:16.04.10, 1:16.04.12), xserver-xorg-video-amdgpu-hwe-16.04:amd64 (1.3.0-0ubuntu1~16.04.1, 1.4.0-1~16.04.1), resolvconf:amd64 (1.78ubuntu5, 1.78ubuntu6), libwavpack1:amd64 (4.75.2-2, 4.75.2-2ubuntu0.1), python3-update-manager:amd64 (1:16.04.10, 1:16.04.12), firefox-locale-en:amd64 (58.0.1+build1-0ubuntu0.16.04.1, 58.0.2+build1-0ubuntu0.16.04.1), firefox:amd64 (58.0.1+build1-0ubuntu0.16.04.1, 58.0.2+build1-0ubuntu0.16.04.1), xserver-xorg-video-nouveau-hwe-16.04:amd64 (1:1.0.14-0ubuntu1~16.04.1, 1:1.0.15-2~16.04.1), xserver-xorg-video-radeon-hwe-16.04:amd64 (1:7.9.0-0ubuntu1~16.04.1, 1:7.10.0-1~16.04.1), xserver-xorg-video-ati-hwe-16.04:amd64 (1:7.9.0-0ubuntu1~16.04.1, 1:7.10.0-1~16.04.1)
    End-Date: 2018-02-13 04:47:35

    How do I uninstall them?

    #2
    Open a terminal.

    Type

    inxi -Fx

    And paste the results.

    Sent from my ONEPLUS A5010 using Tapatalk

    Comment


      #3
      Originally posted by mr_raider View Post
      Open a terminal.

      Type

      inxi -Fx

      And paste the results.

      Sent from my ONEPLUS A5010 using Tapatalk
      The program 'inxi' is currently not installed. You can install it by typing:
      sudo apt install inxi

      Comment


        #4
        Originally posted by mugomuya View Post
        The program 'inxi' is currently not installed. You can install it by typing:
        sudo apt install inxi
        Then type:

        Code:
        sudo apt install inxi

        Comment


          #5
          Installed it, here's the information that was displayed

          System: Host: david-muya Kernel: 4.13.0-37-generic x86_64 (64 bit gcc: 5.4.0)
          Desktop: KDE Plasma 5.8.9 (Qt 5.6.1) Distro: Ubuntu 16.04 xenial
          Machine: System: Hewlett-Packard product: HP Compaq dc5750 Microtower
          Mobo: Hewlett-Packard model: 0A64h
          Bios: Hewlett-Packard v: 786E3 v02.10 date: 01/25/2007
          CPU: Dual core AMD Athlon 64 X2 4200+ (-MCP-) cache: 1024 KB
          flags: (lm nx sse sse2 sse3 svm) bmips: 3989
          clock speeds: max: 2200 MHz 1: 1000 MHz 2: 1000 MHz
          Graphics: Card: Advanced Micro Devices [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150]
          bus-ID: 01:05.0
          Display Server: X.Org 1.19.5 drivers: ati,radeon (unloaded: fbdev,vesa)
          Resolution: 1440x900@59.89hz
          GLX Renderer: ATI RS480 GLX Version: 2.1 Mesa 17.2.8 Direct Rendering: Yes
          Audio: Card Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
          driver: snd_hda_intel bus-ID: 00:14.2
          Sound: Advanced Linux Sound Architecture v: k4.13.0-37-generic
          Network: Card: Broadcom NetXtreme BCM5755 Gigabit Ethernet PCI Express
          driver: tg3 v: 3.137 bus-ID: 3f:00.0
          IF: enp63s0 state: down mac: 00:19:bb:5d:1c:ff
          Drives: HDD Total Size: 330.1GB (16.8% used)
          ID-1: /dev/sda model: WDC_WD2500AAJS size: 250.1GB temp: 0C
          ID-2: /dev/sdb model: SAMSUNG_HD080HJ/ size: 80.0GB temp: 42C
          Partition: ID-1: / size: 68G used: 52G (82%) fs: ext4 dev: /dev/sda5
          RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
          Sensors: System Temperatures: cpu: 39.0C mobo: N/A
          Fan Speeds (in rpm): cpu: N/A
          Info: Processes: 194 Uptime: 1:03 Memory: 1619.2/3818.8MB
          Init: systemd runlevel: 5 Gcc sys: 5.4.0 Client: Shell (bash 4.3.481) inxi: 2.2.35

          Comment


            #6
            Ok. You have an old ATI card. The proprietary drivers do not support your card. You can just use the default install. I don't see any evidence of any proprietary drivers installed, nor should you even have been able to install any.

            run these commands in the terminal

            Code:
            sudo apt update
            
            sudo apt upgrade -s
            and paste the output

            Comment


              #7
              Originally posted by mr_raider View Post
              Ok. You have an old ATI card. The proprietary drivers do not support your card. You can just use the default install. I don't see any evidence of any proprietary drivers installed, nor should you even have been able to install any.

              run these commands in the terminal

              Code:
              sudo apt update
              
              sudo apt upgrade -s
              and paste the output
              0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

              i had already performed an update before checking this post
              Last edited by mugomuya; Mar 19, 2018, 08:11 PM. Reason: Additional information

              Comment


                #8
                Are you running any non standard repos or ppa's?

                Have you tried booting with an older kernel? You state your problems appeared with a recent update.

                Comment


                  #9
                  Originally posted by mr_raider View Post
                  Are you running any non standard repos or ppa's?

                  Have you tried booting with an older kernel? You state your problems appeared with a recent update.
                  I'm not running any non-standard repos or ppas. How do you possibly boot with an older kernel? Will that rollback the changes? Can I perform another upgrade after that?

                  Comment


                    #10
                    Open the file

                    /etc/default/grub

                    Edit the first few lines so they look like this:

                    Code:
                    GRUB_DEFAULT=0
                    #GRUB_HIDDEN_TIMEOUT=0
                    #GRUB_HIDDEN_TIMEOUT_QUIET=true
                    save it.

                    Then open a terminal and type

                    Code:
                    sudo update-grub
                    Now when you boot you should get a menu. Select advanced options, and you will have the possibility of booting all older kernels. Try one from the 4.10 series and see if your troubles go away.

                    Comment


                      #11
                      Originally posted by mr_raider View Post
                      Open the file

                      /etc/default/grub

                      Edit the first few lines so they look like this:

                      Code:
                      GRUB_DEFAULT=0
                      #GRUB_HIDDEN_TIMEOUT=0
                      #GRUB_HIDDEN_TIMEOUT_QUIET=true
                      save it.

                      Then open a terminal and type

                      Code:
                      sudo update-grub
                      Now when you boot you should get a menu. Select advanced options, and you will have the possibility of booting all older kernels. Try one from the 4.10 series and see if your troubles go away.
                      Can I set which kernel to boot automatically when I switch on my computer or do I have to do this each time I switch on? Can I perform an update after that?

                      Comment


                        #12
                        Originally posted by mugomuya View Post
                        Can I set which kernel to boot automatically when I switch on my computer or do I have to do this each time I switch on? Can I perform an update after that?
                        I tried but it didn't work.

                        Comment


                          #13
                          Originally posted by mugomuya View Post
                          I tried but it didn't work.
                          Hold the left shift key down during the boot up. That should present you with the grub menu


                          Sent from my iPhone using Tapatalk
                          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                          – John F. Kennedy, February 26, 1962.

                          Comment


                            #14
                            Originally posted by GreyGeek View Post
                            Hold the left shift key down during the boot up. That should present you with the grub menu

                            Sent from my iPhone using Tapatalk
                            The issue is not about showing the grub menu but even after booting with an older kernel, there was no change

                            Comment


                              #15
                              Originally posted by mugomuya View Post
                              The issue is not about showing the grub menu but even after booting with an older kernel, there was no change
                              You can install as many kernels as you want. The first menu option is usually the newest kernel installed. Older kernels,?if you haven’t uninstalled them, will be listed in other options below the first and the “recovery” option.

                              IF you set grub so that it boots without showing grub you can force grub to show by holding down the left shift key during boot.
                              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                              – John F. Kennedy, February 26, 1962.

                              Comment

                              Working...
                              X