Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: kasnjs on 24 August 2020, 22:57:41

Title: hybird gpu
Post by: kasnjs on 24 August 2020, 22:57:41
how to setup hybrid graphics cards
Title: Re: hybird gpu
Post by: kasnjs on 24 August 2020, 23:04:05
And I lack features in nvidia settings
Title: Re: hybird gpu
Post by: kasnjs on 24 August 2020, 23:08:24
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
Title: Re: hybird gpu
Post by: SGOrava on 24 August 2020, 23:11:48
Read this wiki page, it may come handy.
https://wiki.archlinux.org/index.php/NVIDIA_Optimus
Title: Re: hybird gpu
Post by: linuxer on 24 August 2020, 23:12:57
Hi, have you checked the Arch's Hybrid Wiki (https://wiki.archlinux.org/index.php/Hybrid_graphics)?
Title: Re: hybird gpu
Post by: kasnjs on 24 August 2020, 23:23:58
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
Title: Re: hybird gpu
Post by: kasnjs on 24 August 2020, 23:51:13
any fix