FreeBSDDesktop / DEPRECATED-freebsd-base-graphics

Fork of FreeBSD's base repository to work on graphics-stack-related projects
Other
49 stars 13 forks source link

Multiple monitor issues #73

Open lattera opened 8 years ago

lattera commented 8 years ago

When using a dock with my Dell Latitude E5570, I have one monitor connected to the VGA port and another connected to the DVI port. xrandr shows that both monitors are indeed connected. But when I run xrandr --output eDP1 --auto --output DP3 --auto --left-of eDP1 --output HDMI1 --right-of eDP1, I get this error: xrandr: Configure crtc 1 failed

Output of uname -a: FreeBSD shawn-work-laptop-hbsd 12.0-CURRENT-HBSD FreeBSD 12.0-CURRENT-HBSD #0 9afc321(hardend/current/drm-next)-dirty: Thu Aug 25 15:36:51 EDT 2016 shawn@shawn-work-laptop-hbsd:/usr/obj/usr/src/sys/LATT-SEC amd64

Output of xrandr:

Screen 0: minimum 8 x 8, current 1680 x 1050, maximum 32767 x 32767
eDP1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
   1366x768      60.00*+  47.98
   1280x720      60.00
   1024x768      60.00
   1024x576      60.00
   960x540       60.00
   800x600       60.32    56.25
   864x486       60.00
   640x480       59.94
   720x405       60.00
   680x384       60.00
   640x360       60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 connected (normal left inverted right x axis y axis)
   1680x1050     59.95 +
   1280x1024     75.02    60.02
   1152x864      75.00
   1024x768      75.03    60.00
   800x600       75.00    60.32
   640x480       75.00    59.94
   720x400       70.08
HDMI1 connected (normal left inverted right x axis y axis)
   1680x1050     59.95 +
   1280x1024     75.02    60.02
   1152x864      75.00
   1024x768      75.03    60.00
   800x600       75.00    60.32
   640x480       75.00    59.94
   720x400       70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
nomadlogic commented 7 years ago

Hi @lattera Would you be able to re-test this and see if this problem is still valid?