-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using integrated graphics instead of dedicated graphics #97
Comments
Hybrid graphics are not currently supported. Can you switch the graphics from the bios? Also, I am not sure that your GPU is supported by the current Nvidia drivers. The "GT 640M LE" is listed here: https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ I couldn't establish whether the GT 640M is supported by the current drivers or by the legacy drivers though. GamerOS only includes the current drivers. I suspect you might actually have the GT 640M LE because it had 1GB of memory while the GT 640M had 2GB. At least according to http://gpuboss.com/gpus/GeForce-GT-640M-LE-vs-GeForce-GT-640M |
In HWiNFO software it Tells me NVIDIA GeForce GT 640M (Acer) it's a acer aspire m3 581tg laptop. I sat a hirens boot cd PE USB in the PC to check this EDIT: No I am not able to switch anything graphics relat from BIOS unfortunately |
I am now trying ubuntu to see if it can be done from there. And I am following this guide https://www.linuxbabe.com/desktop-linux/switch-intel-nvidia-graphics-card-ubuntu/amp |
It worked from ubuntu. So I'm guessing it can work on Gamer OS too. CS GO on low graphics it lags a little bit but its playable |
After installing GamerOS, the main graphics driver used by my laptop (an HP 14-al007la : i7-6500U + NVIDIA GeForce 940MX 2GB) was the intel one. Although it worked pretty well out-of-the-box, it was not using my GPU at all. So I was able to make nvidia driver the main one loaded after following these steps on a terminal:
This didn't work by itself and locked me out of GUI with "lightdm failed to start" on reboot. 1. Fix LightDM to init driver
------- /CONTENT display_setup.sh ------
------- STUB lightdm.conf ------ Again, this didn't worked by itself, so kept looking.. 2. Revise xorg configuration to set nvidia as primary GPU
------- CONTENT 10-nvidia-drm-outputclass.conf -------
Again, this was not enough, so I found out I may have been missing an important part... 3. Load nvidia modules and enable the kernel parameter
------- CONTENT nvidia-drm.conf -------
After the reboot, the GUI loaded! But there's one last thing that must be taken care of... 4. Recreate a valid xorg.conf
...
5. Disable unusable drivers for Proton 5.13+ and Pressure Vessels to work The is a reported bug with "flatpak based" apps (that Steam makes use of in the lastests release of Proton), in which them will try and override nvidia with mesa if a driver is located in hybrid setups (like the one discussed here). The solution is simple
Edit
One final reboot and we're done! It was a long way but lo and behold, I have my hybrid-laptop booting GamerOS with the nvidia drivers!
|
Hello Maybe it could go to another issue but it's also a bit related to computer that have multiple GPU. I didn't tried to install GamerOS yet but it's possible to for example launching nvidia-xrun before that the session is launching. Normally for something like openbox (or other application) it would be Cheers. |
I revised my guide above. Now the solution is permanent and persists through updates by only modifying files under (If someone has checked |
If anyone has a guide on how to get AMD Radeon discreet graphics running, that's be very helpful. The PC I was using for this died recently, so I'm trying to get a laptop running that should be decent, but the OS keeps defaulting to the Intel graphics (BIOS settings don't make a difference). |
Try setting
|
Thank you for the suggestion and sorry for the late reply. It didn't work
for me, and I haven't had the time to tinker with it more.
Thanks again.
…On Sun, Oct 3, 2021 at 7:56 PM Joaquín Ignacio Aramendía < ***@***.***> wrote:
If anyone has a guide on how to get AMD Radeon discreet graphics running,
that's be very helpful. The PC I was using for this died recently, so I'm
trying to get a laptop running that should be decent, but the OS keeps
defaulting to the Intel graphics (BIOS settings don't make a difference).
Try setting DRI_PRIME=1 environment variable globally. This can be done
by creating/editing ~/.config/steamos-compositor-plus and adding this
line:
export DRI_PRIME=1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#97 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUAKBNQ42IMOW4KHCRGKN2TUFCYQLANCNFSM4MMVNTCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@qchto Thanks so much for your post |
Currently we can't support hybrid graphics setups as they are hardware dependent. The most we can do is to document the means it can be acchieved but ultimately this would be a won't fix. |
I got GamerOS running everything works. I download and install counter strike GO and it just lags even on the lowest graphics settings.
I go out of the game and in settings I can see that GamerOS is using integrated Intel graphics instead of the dedicated Nvidia graphics.
I got a laptop with
CPU: Intel i5
GPU: nvidia gforce GT 640M -1GB
RAM: 6
HDD: 500GB
The text was updated successfully, but these errors were encountered: