Hello,
I am trying to configure my laptop to behave correctly when dealing with video output.
It has a connector for a base that features extra video outputs.
Such hardware is detected and available in the display configuration, while I do not own such base and do not plan on getting one.
I would like to disable these video outputs so that they do not appear anymore and simplify the configuration of the unique VGA connector built in.
Here is the ouput of xrandr:
Code:
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
1280x800 60.0*+ 50.0
DVI1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3
640x480 59.9
DVI2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3
640x480 59.9
What I want to see is:
Code:
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
1280x800 60.0*+ 50.0
I have found folders:
/sys/devices/pci0000\:00/0000\:00\:02.0/drm/card0/card0-DVI-D-1 and 2
But I am afraid these are automatically configured...
Has anyone dealt with this before?
Any help and direction is appreciated.