You are not logged in.

#1 2015-03-09 23:06:51

eijebong
Member
Registered: 2015-02-28
Posts: 2

X Error of failed request: BadValue. Optimus with nvidia drivers.

Hi,

I'm trying to set up something like https://wiki.archlinux.org/index.php/NV … ing_nvidia and i ran into a little problem...

I put xrandr --setprovideroffloadsink 0 1 and I got

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 ()
  Value in failed request:  0x2b2
  Serial number of failed request:  16
  Current serial number in output stream:  17

xrandr --listproviders

Provider 0: id: 0x2b2 cap: 0x1, Source Output crtcs: 4 outputs: 3 associated providers: 0 name:NVIDIA-0
Provider 1: id: 0x44 cap: 0x2, Sink Output crtcs: 3 outputs: 2 associated providers: 0 name:modesetting

Here's my xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "nvidia"
    Inactive	   "intel"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device 	"nvidia"
	Option "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
	Identifier "intel"
	Driver "modesetting"
	#BusID "PCI:0:2:0"
	Option "AccelMethod" "xna"
EndSection

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

EDIT: Solved... setprovideroutputsource not setprovideroffloadsink

Last edited by eijebong (2015-03-11 16:59:33)

Offline

Board footer

Powered by FluxBB