You are not logged in.
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: 17xrandr --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:modesettingHere'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"
EndSectionEDIT: Solved... setprovideroutputsource not setprovideroffloadsink
Last edited by eijebong (2015-03-11 16:59:33)
Offline