d******i 发帖数: 7160 | 1 相比之下,Windows机就没事。
而且黑屏之发生在HDMI,
VGA就没问题。
咋解决呢? |
F***Q 发帖数: 6599 | 2 try
xrandr --output HDMI1 --auto
if HDMI1 does not work, use "xrandr -q" to list all available outputs. |
d******i 发帖数: 7160 | 3 tried. not working.
【在 F***Q 的大作中提到】 : try : xrandr --output HDMI1 --auto : if HDMI1 does not work, use "xrandr -q" to list all available outputs.
|
F***Q 发帖数: 6599 | 4 what does "xrandr -q" print? |
n*********u 发帖数: 1030 | 5 热插拔是个(bios?)功能,有些默认是off,hdmi只有开机的时候才好用。
比如raspberry pi是在/boot/config.txt里设置。 |
d******i 发帖数: 7160 | 6 Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis)
527mm x 296mm
1920x1080 60.00*+ 50.00 59.94 30.00 29.97
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1440x576 50.00
1024x768 75.08 70.07 60.00
1440x480 60.00 59.94
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 66.67 60.00 59.94
720x400 70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
【在 F***Q 的大作中提到】 : what does "xrandr -q" print?
|
F***Q 发帖数: 6599 | 7
looks like HDMI1 is currently your default and only output, which HDMI port
you are trying to activate? if it is HDMI2, you can use
xrandr --output HDMI2 --right-of HDMI1
in fact, the easiest way to do this is to use arandr. just apt-get install
arandr. it has an easy interface to activate/layout displays.
【在 d******i 的大作中提到】 : Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767 : DP1 disconnected (normal left inverted right x axis y axis) : DP2 disconnected (normal left inverted right x axis y axis) : DP3 disconnected (normal left inverted right x axis y axis) : HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) : 527mm x 296mm : 1920x1080 60.00*+ 50.00 59.94 30.00 29.97 : 1920x1080i 60.00 50.00 59.94 : 1680x1050 59.88 : 1280x1024 75.02 60.02
|
d******i 发帖数: 7160 | 8 i only want to output HDMI1, not matter it connects to monitor or TV.
what's the scenario i should execute the "xrandr --output HDMI1"?
by connecting to monitor, or to TV?
if to the TV, when it has the output (then no point to run the command),
or lose the output (then WHERE to run the command)?
Thanks.
port
【在 F***Q 的大作中提到】 : : looks like HDMI1 is currently your default and only output, which HDMI port : you are trying to activate? if it is HDMI2, you can use : xrandr --output HDMI2 --right-of HDMI1 : in fact, the easiest way to do this is to use arandr. just apt-get install : arandr. it has an easy interface to activate/layout displays.
|
F***Q 发帖数: 6599 | 9
your HDMI1 is already activated and output signals. see the "*" next to the
60 in the first line?
are you sure you set the proper HDMI input in your monitor/tv settings?
【在 d******i 的大作中提到】 : i only want to output HDMI1, not matter it connects to monitor or TV. : what's the scenario i should execute the "xrandr --output HDMI1"? : by connecting to monitor, or to TV? : if to the TV, when it has the output (then no point to run the command), : or lose the output (then WHERE to run the command)? : Thanks. : : port
|