Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: New PC Build - Ubuntu Not Using Intel Video Driver

  1. #1
    Join Date
    Nov 2009
    Beans
    34

    New PC Build - Ubuntu Not Using Intel Video Driver

    Just built a new PC yesterday.
    8700K 32 GB RAM 1 TB Samsung 960 Evo
    Still waiting on my 1080 Ti to come in, but put everything together and installed Ubuntu 16.04 on it.


    It's crawling. Like 486 slow. Windows take forever to render, there's a huge lag when typing. Etc. I'm 99% sure it's a video card issue.


    Installed Intel Graphics Update Tool. Added OIBAF repos. Updated all packages. Still running ridiculously slow.


    Under Additional Drivers it says it's running the proprietary microcode for Intel CPUs but nothing about video drivers.

    Reinstalled, then installed 17.10 and now running 17.04. Same issue every time.

    lspci says "VGA compatible controller: Intel Corporation Device 3e92" Shouldn't it say Intel 915 or HD630 or something?


    Any ideas?

  2. #2
    Join Date
    Nov 2009
    Beans
    34

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Think I may have found something.
    If I run:

    env | egrep 'INTEL|GL|MESA'
    I get:
    LIBGL_ALWAYS_SOFTWARE=1
    Where is this getting set and how do I fix it?

  3. #3
    Join Date
    Nov 2009
    Beans
    34

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    That wasn't it. Unset the env variable, problem remains.

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: New PC Build - Ubuntu Not Using Intel Video Driver


  5. #5
    Join Date
    Nov 2009
    Beans
    34

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Quote Originally Posted by mc4man View Post
    Yep.

    Here is the solution for anyone that wants to run Ubuntu on CoffeeLake integrated graphics:
    Make sure you're running Ubuntu 17.10 and everything is updated.

    Install the latest video drivers:

    Code:
    sudo add-apt-repository ppa:oibaf/graphics-drivers
    sudo apt-get update
    Update the kernel parameter. I used Grub Customizer to do it:

    Code:
    sudo add-apt-repository ppa:danielrichter2007/grub-customizer 
    sudo apt update 
    sudo apt install grub-customizer
    Launch grub customizer, go to the General tab, and enter i915.alpha_support=1 under Kernel Parameters.

    Reboot.

  6. #6
    Join Date
    Dec 2017
    Beans
    1

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Quote Originally Posted by Rich_S View Post
    Yep.

    Here is the solution for anyone that wants to run Ubuntu on CoffeeLake integrated graphics:
    Make sure you're running Ubuntu 17.10 and everything is updated.

    Install the latest video drivers:

    Code:
    sudo add-apt-repository ppa:oibaf/graphics-drivers
    sudo apt-get update
    Update the kernel parameter. I used Grub Customizer to do it:

    Code:
    sudo add-apt-repository ppa:danielrichter2007/grub-customizer 
    sudo apt update 
    sudo apt install grub-customizer
    Launch grub customizer, go to the General tab, and enter i915.alpha_support=1 under Kernel Parameters.

    Reboot.
    I had the same issue, this worked. Thanks!!!

  7. #7
    Join Date
    Aug 2010
    Beans
    2

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Thanks for the pointers.
    My problem was that the only resolution available was 1024x768.

    I didn't add the oibaf repository and have successfully got 4K output by just editing /etc/default/grub, changing the line
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.alpha_support=1"

    Then run 'sudo update-grub'
    and reboot.

    BTW
    Should there be a 'sudo apt-get install <something>' or 'sudo apt-get upgrade' in the Install latest video drivers section?

  8. #8
    Join Date
    May 2014
    Beans
    15

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    I can relate to the very same problem with my i7-8700k.
    I updated the graphics drivers from the PPA mentioned above and added the i915.alpha_support=1 kernel boot option and now everything works fine.

    Thanks!

  9. #9
    Join Date
    Mar 2008
    Beans
    5

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Quote Originally Posted by jostle View Post
    Thanks for the pointers.
    My problem was that the only resolution available was 1024x768.

    I didn't add the oibaf repository and have successfully got 4K output by just editing /etc/default/grub, changing the line
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.alpha_support=1"

    Then run 'sudo update-grub'
    and reboot.

    BTW
    Should there be a 'sudo apt-get install <something>' or 'sudo apt-get upgrade' in the Install latest video drivers section?

    Thank you very much. This solved my problem too!

  10. #10
    Join Date
    Apr 2018
    Beans
    1

    Re: New PC Build - Ubuntu Not Using Intel Video Driver

    Yes! Using the PPA and the grub switch solved my issues of the monitor not being detected, the display settings not being available, and the sound not working through HDMI. Using 8th Gen i3-8100 on Asus Prime B360-Plus mobo. Using only the grub switch hung the pc during boot.

    Thank you very much.

Page 1 of 2 12 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
  •