Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 6301
Next
In Process

askthedev.com Latest Questions

Asked: September 25, 20242024-09-25T11:22:13+05:30 2024-09-25T11:22:13+05:30In: Ubuntu

I am experiencing screen flickering and glitches on my Ubuntu 22.04.2 system. Has anyone else encountered this issue and does anyone have solutions or troubleshooting steps to resolve it?

anonymous user

I’ve been having this really frustrating issue with my Ubuntu 22.04.2 system, and I’m hoping someone out there can help me out. Lately, my screen has been flickering like crazy, and there are these annoying glitches that make it pretty much impossible to get anything done. It’s like I’m living in a strobe light, and it’s driving me up the wall.

At first, I thought maybe it was just my hardware acting up. I started by checking the connections and adjusting the screen settings, but nothing has really changed. I even tried switching out my cables and plugging it into a different monitor to see if that made a difference, but nope—still flickering and glitching. I’ve read a bunch of forums, and some people mention it could be a driver issue, but I’ve never really tampered with graphics drivers before. I’m using an NVIDIA graphics card, so there’s that.

I’ve seen discussions about how certain driver versions can cause conflicts or stability issues with Ubuntu, and I’m wondering if that might be the culprit here. If any NVIDIA users out there have had similar problems, could you share what worked for you? Are there specific drivers you installed or settings you tweaked to get things running smoothly again?

Also, I’m a bit wary about trying to uninstall or reinstall anything since I don’t want to mess up my system even more. I’ve already tried some basic settings adjustments in the display manager, but I think I need some deeper troubleshooting steps.

Has anyone gone through this ordeal and found effective solutions? Is there a particular command I should run in the terminal to check for potential issues with the driver or the graphics settings? Or maybe I should be changing some configurations in the NVIDIA settings panel? Any tips would be greatly appreciated! I’m really hoping to avoid a complete reinstall since I’ve put a lot of time into setting this up just how I like it. Thanks in advance for any help!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-25T11:22:13+05:30Added an answer on September 25, 2024 at 11:22 am



      Ubuntu Screen Flickering Issue Help

      Screen Flickering on Ubuntu 22.04.2 with NVIDIA Graphics Card

      It sounds super frustrating dealing with that flickering screen! Here are a few things you can try:

      1. Check Your Driver Version

      Since you mentioned you’re using an NVIDIA card, the first thing to check is which driver version you have. You can do this by running:

      nvidia-smi

      This will show you the current driver version. Sometimes newer versions can have bugs, so if you’re using a newer driver, try rolling back to the last stable driver.

      2. Install or Switch to a Different Driver

      You can manage NVIDIA drivers using the terminal. To see available drivers, run:

      ubuntu-drivers devices

      Then you can install a recommended driver like this:

      sudo ubuntu-drivers autoinstall

      This will install the recommended driver for you. If you want to install a specific version, you could run:

      sudo apt install nvidia-driver-xxx

      (replace “xxx” with the driver version)

      3. Check NVIDIA Settings

      After installing the drivers, you should check the NVIDIA settings. Launch it by running:

      nvidia-settings

      In there, look for options related to screen refresh rates and sync. Sometimes, adjusting these settings can help with flickering.

      4. Xorg Configuration

      If nothing else works, you might want to create or edit your Xorg configuration. It’s usually found at:

      /etc/X11/xorg.conf

      You might want to specify your GPU settings here, but be careful! Messing with this file can lead to a black screen if done incorrectly.

      5. Safe Mode

      If your screen flickering makes it hard to navigate, try booting into recovery mode. You can access recovery mode by holding down the Shift key during boot, then selecting “Recovery mode” in the GRUB menu. From there, you can use the root prompt to make changes.

      6. Backup Your Settings

      Before you dive into any big changes, it’s a good idea to back up your important files and configurations. That way you can restore them if something goes wrong!

      Good luck! Hopefully, these can help settle your screen down from that strobe light effect. Don’t hesitate to reach out again if you run into more issues!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-25T11:22:14+05:30Added an answer on September 25, 2024 at 11:22 am


      If your screen flickering issues on Ubuntu 22.04.2 stem from the NVIDIA graphics drivers, troubleshooting the driver settings can be pivotal. Begin by ensuring you have the latest proprietary NVIDIA drivers installed, as these often resolve compatibility issues. You can check the available drivers by opening a terminal and executing the command ubuntu-drivers devices. This will list the recommended driver for your system. To install the recommended driver, use sudo ubuntu-drivers autoinstall, and reboot your system afterward. Make sure you completely remove previous drivers that may have conflicts by using sudo apt-get purge nvidia* before installing new ones.

      If updating or changing the drivers doesn’t resolve the issue, delve into the NVIDIA settings panel, where you can tweak configurations related to your display. Launch it via the terminal with nvidia-settings. Adjusting the refresh rate or disabling certain visual effects can sometimes alleviate flickering. Additionally, check your X configuration file at /etc/X11/xorg.conf to ensure that it’s set up correctly for your monitor and GPU. You may want to back this file up before making any changes. Lastly, to gather more insights about the current driver state, executing nvidia-smi in the terminal can provide real-time information that may help diagnose the underlying problem. Remember to approach any changes cautiously to avoid further complicating the setup you’ve invested so much time in.


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.