#[SOLVED] xrandr --setprovideroffloadsink gives BadValue error

4 messages · Page 1 of 1 (latest)

atomic plinth
#

Im trying to get my system to use nvidia gpu for high intensive application, and when i follow arch wiki i get this error:

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:  0x1e6
  Serial number of failed request:  16
  Current serial number in output stream:  17```


The output of xrandr --listproviders is 

```Providers: number : 2
Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 5 outputs: 4 associated providers: 1 name:Intel
Provider 1: id: 0x1e6 cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 1 name:NVIDIA-G0```
ivory anvil
#

Just install nvidia-prime and use the prime-run command to run something with your nvidia gpu.

atomic plinth
#

Okay thanks