View Single Post
Old 11-25-2016, 03:35 PM   #18
Mahdi2016
Junior Member
 
Join Date: Oct 2016
Posts: 20
Default

Hi Michal,

Here is the output from 'xrandr' command of the terminal window is at follows:
Code:
xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048
HDMI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 359mm x 287mm
   1280x1024     60.02*+
   1280x960      60.00
   1024x768      60.00
   800x600       60.32
   640x480       60.00
   720x400       70.08
Here is the output from 'xrandr --listproviders' command of the terminal window is at follows:
Code:
Providers: number : 1
Provider 0: id: 0x43 cap: 0x2, Sink Output crtcs: 3 outputs: 1 associated providers: 0 name:modesetting
pi@raspberrypi:~ $ sudo modprobe evdi
pi@raspberrypi:~ $ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x43 cap: 0x2, Sink Output crtcs: 3 outputs: 1 associated providers: 0 name:modesetting
pi@raspberrypi:~ $ xrandr --setprovideroutputsource 1 0
Could not find provider with index 1
Here is the output from 'xrandr --setprovideroutputsource 1 0' command of the terminal window is at follows:
Code:
xrandr --setprovideroutputsource 1 0
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:  35 ()
  Value in failed request:  0x43
  Serial number of failed request:  16
  Current serial number in output stream:  17
And the 'xrandr --auto' command are without output.

For this test I used a 17 inch monitor and the HP s140u USB monitor.
For a special debug I put up a new image, because I have updated the mesa and libdrm manually.

Best regards
Michael

Last edited by Mahdi2016; 02-09-2017 at 08:09 AM.
Mahdi2016 is offline   Reply With Quote