Solved How can I specify number of monitors used in xfreerdp?
-
I am able to use the command below to initiate multiple monitors for my session. However it uses all 3 monitors. I would like to only use two. Is that possible?
xfreerdp /multimon /u:username /v:server_address:server_port
-
I'm just reading the manual, but taking a stab I would think
xfreerdp /multimon /monitors:0,1
-
@IRJ said in How can I specify number of monitors used in xfreerdp?:
xfreerdp
First list your monitors
/monitor-list
Then select your monitors to use.
/monitors:id[,id[,...]]
-
@DustinB3403 said in How can I specify number of monitors used in xfreerdp?:
/monitors:id[,id[,...]]
How does that command actually look? I saw that on the man page, but I dont understand how to use it. My monitor IDs are 0,1,2
-
You'd use the /monitors:id instead of /multimon
-
I'm just reading the manual, but taking a stab I would think
xfreerdp /multimon /monitors:0,1