GithubHelp home page GithubHelp logo

Comments (16)

wolfee182 avatar wolfee182 commented on July 24, 2024 3

I have the Hybrid Graphics working on an Arch install on my personal Laptop. It was hard to get working the first time. It was not just installing the Intel Drivers and the Nvidia Drivers. If i remember correctly, I have to install something like NVIDIA Optimus or Bumblebee to get it working. I can look this evening and give more help.

This has been working flawlessly for over a year, so i just don't remember what the magic was off the top of my head

from archtitus.

wolfee182 avatar wolfee182 commented on July 24, 2024 3

Here are the packages related to video drivers i have installed with my system that work:

  • nvidia
  • nvidia-utils
  • mesa
  • optimus-manager
  • optimus-manager-qt

This is the only combination that i found that works on my NVidia/Intel Hybrid Laptop.
Hope this helps.

from archtitus.

yoss85 avatar yoss85 commented on July 24, 2024 2

Thanx @wolfee182, that solved the problem for me.

@jrock2004 - After installing what @wolfee182 indicated, I removed the old xorg.conf file under /etc/X11/ and copied /usr/share/optimus-manager.conf to /etc/optimusmanager/optimus-manager.conf. Reboot and that was it.
Check out this blog post https://e-leclercq.github.io/posts/2020/06/blog-post-2/

from archtitus.

wolfee182 avatar wolfee182 commented on July 24, 2024 1

Since the install is trying to figure out what drivers to install, how can it be automatically detected?
Running: lspci -vnn | grep '''[030[02]]' gives me the VGA cards in my system.

00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-H GT2 [UHD Graphics] [8086:9bc4] (rev 05) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU106M [GeForce RTX 2070 Mobile / Max-Q Refresh] [10de:1f14] (rev a1) (prog-if 00 [VGA controller])

So the script would need to check if there are multiple card and if so then install the drivers, plus:

optimus-manager
optimus-manager-qt

I am still learning linux command line or i would try to put it together myself.

from archtitus.

wolfee182 avatar wolfee182 commented on July 24, 2024 1

Once it has booted, Most people should be able to switch TTY by pressing "CTRL + ALT+ and a F-key like F2". (Dont use F1, because the GUI should be on that already.) Then you should see a Text based login.

You should be able to login and then use "yay -S " to install the package (for example: yay -S nvidia nvidia-utils mesa optimus-manager optimus-manager-qt)

The other way would be to boot from the arch install media and mount the new install and then chroot into your install. I am at work at the moment, so i cant give exact instructions for this method.

from archtitus.

yoss85 avatar yoss85 commented on July 24, 2024

Same here

from archtitus.

ChrisTitusTech avatar ChrisTitusTech commented on July 24, 2024

can you check to see if you can do TTY Ctrl + Alt + F2 and then sign in

if you can you might be missing the intel-ucode driver.

from archtitus.

Ayehavgunne avatar Ayehavgunne commented on July 24, 2024

Same problem on XPS 15 9570.

I can switch to a different tty and sign in but the desktop interface never loads. I will try installing intel-ucode.

from archtitus.

Ayehavgunne avatar Ayehavgunne commented on July 24, 2024

Installing intel-ucode didn’t help :(

from archtitus.

ostarch avatar ostarch commented on July 24, 2024

can you check to see if you can do TTY Ctrl + Alt + F2 and then sign in

if you can you might be missing the intel-ucode driver.

  1. I was able to TTY
  2. Installed intel-ucode, it didn't worked
  3. I forked your project Commented out The Graphics Drivers Installation Portion (1-setup.sh line 207-215) i was able to normally boot into pc, but Brightness controllers are not working
  4. And being a noob, I again installed Nvidia-drivers same thing happened again, Un-Installed drivers. Nvidia is gone but the problem is still here.

from archtitus.

jrock2004 avatar jrock2004 commented on July 24, 2024

@wolfee182 So this got my boot closer but still no GUI. Before installing above I would get stuck at starting hostname service.

IMG_1128

from archtitus.

jrock2004 avatar jrock2004 commented on July 24, 2024

@yoss85 That did the trick. Wondering if there is a way to ask this question during install and install these packages

from archtitus.

realitymolder avatar realitymolder commented on July 24, 2024

Here are the packages related to video drivers i have installed with my system that work:

  • nvidia
  • nvidia-utils
  • mesa
  • optimus-manager
  • optimus-manager-qt

This is the only combination that i found that works on my NVidia/Intel Hybrid Laptop. Hope this helps.

but how do you install it after the installation "fails" ?

from archtitus.

jrock2004 avatar jrock2004 commented on July 24, 2024

@wolfee182 of it could just be a question that asks the user If you have multiple

from archtitus.

realitymolder avatar realitymolder commented on July 24, 2024

Thanx @wolfee182, that solved the problem for me.

@jrock2004 - After installing what @wolfee182 indicated, I removed the old xorg.conf file under /etc/X11/ and copied /usr/share/optimus-manager.conf to /etc/optimusmanager/optimus-manager.conf. Reboot and that was it. Check out this blog post https://e-leclercq.github.io/posts/2020/06/blog-post-2/

this one helped me the most. The blog post.
I managed to remove the Xorg file and then optimus could manage the display and etc..

from archtitus.

ChrisTitusTech avatar ChrisTitusTech commented on July 24, 2024

Try this now, it should be fixed.

from archtitus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.