Results 1 to 3 of 3

Thread: Red Tint/Screens after Login

  1. #1
    Join Date
    2022-Mar
    Posts
    1

    Red Tint/Screens after Login

    Hello everyone,

    I'm still a little new to Linux and Kali.

    I have a dual boot system and my Kali setup has changed somehow but I don't know what has triggered it.
    Right after login my screen/desktop has a red tint to everything. I know it's not my video card or screen because when I login to Windows or Debian everything is working fine.
    I've rarely used my Kali install but just got into it to see if there is anything I need to update and install in preparation for a training course. This behavior is new. The last several times I entered Kali everything seemed to be working fine with the display.

    Any help would be appreciated. I'm hoping to avoid having to re-install Kali but I won't be losing anything if I have to.

    It would be nice to know what caused this issue too so if I can avoid it I will.

    Thanks,

    Alan

  2. #2
    Join Date
    2022-Jun
    Posts
    1
    To anyone else who may encounter this issue:
    It was the nouveau graphics drivers causing this, on a 30 series nvidia gpu.
    Solution is to install nvidia drivers

  3. #3
    Join Date
    2022-Jun
    Posts
    4
    Was your computer running with NVidia GPU? If yes, it should be your driver issue. Install the driver if the kernel driver in use is showing nouveau.

    To check the exact GPU installed.
    Code:
    lspci | grep -i vga
    To check the kernel driver in use. (xx:xx.x was the numeric number showing infront of your display driver)
    Code:
    lspci -s xx:xx.x -v
    Type following command to install the NVidia driver (if you're running in Nvidia driver).
    Code:
    sudo apt install -y nvidia-driver nvidia-cuda-toolkit

Similar Threads

  1. Screens Disconnected
    By Poldark in forum General Archive
    Replies: 0
    Last Post: 2021-01-10, 11:58
  2. TroubleShooting- No screens found !!
    By janiour in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2017-01-23, 22:42
  3. Why boot into 2 screens!!
    By mbzadegan in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2015-11-17, 06:26
  4. HP G7 model # G7-2243US black screens after GRUB
    By korn16ftl3 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-09-04, 22:36

Posting Permissions

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