Results 1 to 4 of 4

Thread: enable nouveau driver.

  1. #1
    Join Date
    2016-Oct
    Posts
    3

    Question enable nouveau driver.

    Hi guys. I recently installed nvidia graphics driver by using the official document of kali linux. The commands i used are,
    apt-get update
    apt-get dist-upgrade
    apt-get install -y linux-headers-$(uname -r)
    apt-get install nvidia-kernel-dkms

    And i used this command to disable nouveau driver,
    sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
    update-grub
    reboot

    After rebooting it was showing some error and asking me to logout. GUI was not loaded, just a box with the error message and logout option.
    Then i removed the nvidia drivers by following command
    systemctl stop gdm
    apt-get purge nvidia*
    apt-get install xserver-xorg-video-nouveau (output says already installed)
    rm /etc/X11/xorg.conf (xorg file is not present to remove)
    reboot

    The problem starts now my laptop does not go to its highest resolution(1920x1080) there is no option just 1024*768. And it is showing unknown display. what should i do now? Maybe enable nouveau driver? But i don't know how to do that.

  2. #2
    Join Date
    2016-Mar
    Location
    Berlin
    Posts
    2
    I had the same problem, but at the step where you purge the nvidia drivers, I gave just these commands:

    systemctl stop gdm
    apt-get purge nvidia*

    And all return to the previous status, also max resolution.

    Maybe the problem is xorg.conf... I hope that some expert will help us

  3. #3
    Join Date
    2016-Jan
    Posts
    11
    Quote Originally Posted by B2OG4N View Post
    I had the same problem, but at the step where you purge the nvidia drivers, I gave just these commands:

    systemctl stop gdm
    apt-get purge nvidia*

    And all return to the previous status, also max resolution.

    Maybe the problem is xorg.conf... I hope that some expert will help us
    Queue expert...

  4. #4
    Join Date
    2016-Oct
    Posts
    3
    As mentioned i don't have xorg.conf file. Maybe that's the problem? I disabled the nouveau driver, maybe i should enable it again? I don't know how to do that.

Similar Threads

  1. Replies: 0
    Last Post: 2016-03-26, 16:53
  2. Is it possible to enable KMS with fglrx ATI driver on Kali?
    By SeM in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-10-25, 22:10

Tags for this Thread

Posting Permissions

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