Skip to main content
Topic: hybird gpu (Read 758 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

hybird gpu

how to setup hybrid graphics cards

Re: hybird gpu

Reply #1
And I lack features in nvidia settings

Re: hybird gpu

Reply #2
I use X-server, a open source driver
Code: [Select]
lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
Code: [Select]
artix-g:[artix]:~$ pacman -Qi nvidia
Name            : nvidia
Version         : 450.66-1
Description     : NVIDIA drivers for linux
Architecture    : x86_64
URL             : https://www.nvidia.com/
Licenses        : custom
Groups          : None
Provides        : NVIDIA-MODULE
Depends On      : linux  nvidia-utils=450.66  libglvnd
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 10.93 MiB
Packager        : Artix Build Bot <[email protected]>
Build Date      : Sunday 23 August 2020 03:10:19 AM
Install Date    : Tuesday 25 August 2020 01:25:35 AM
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature



Re: hybird gpu

Reply #5
Code: [Select]
xrandr --setprovideroffloadsink NVIDIA-G0 Intel
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  34 (RRSetProviderOffloadSink)
  Value in failed request:  0x226
  Serial number of failed request:  16
  Current serial number in output stream:  17

 

Re: hybird gpu

Reply #6
any fix