g*j
2 楼
比如说一段DNA 有sequence variation
然后我NGS测序,读到10000个有效read,然后一做alignment,完全一样的归成一种,
一共得到1000种
我能不能简单的说这段DNA的 sequence diversity 是1000/10000=0.1 ?
然后我NGS测序,读到10000个有效read,然后一做alignment,完全一样的归成一种,
一共得到1000种
我能不能简单的说这段DNA的 sequence diversity 是1000/10000=0.1 ?
F*Q
3 楼
try
xrandr --output HDMI1 --auto
if HDMI1 does not work, use "xrandr -q" to list all available outputs.
xrandr --output HDMI1 --auto
if HDMI1 does not work, use "xrandr -q" to list all available outputs.
F*Q
5 楼
what does "xrandr -q" print?
n*u
6 楼
热插拔是个(bios?)功能,有些默认是off,hdmi只有开机的时候才好用。
比如raspberry pi是在/boot/config.txt里设置。
比如raspberry pi是在/boot/config.txt里设置。
d*i
7 楼
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?
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
8 楼
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
9 楼
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.
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
10 楼
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
相关阅读
Chase continental 30000miles offer+$50bonus 只需要任意一笔消费无金额限制收到博后Offer,发包子!NASA scientist finds evidence of alien life有做Cl通道的吗?Nature paper retrated because of a retracted paper有人在 Novartis Institute of Biomedical Research 么?通常在文章末尾的这句话是什么意思?生物PHD转金融工程容易吗?投文章发现我们做的和杂志的一个编委有点冲突,是不是没戏了?急问!莫名其妙搞了生物谁有current protocols in protein science的电子版?这几个人谁更厉害?老板没钱了,把两个快60的Sr tech辞掉了大家研究室博士毕业的标准是什么啊?学生毕业之后,老板还有什么办法把学生hold住么贴子我删了,谢谢帮我回帖给建议的同学!有做大鼠的么?熟悉IP的同学帮帮忙berkeley的John Coates实验室怎么样啊paper Help (包子贴)