How to use a second computer as an additional monitor (Linux Fedora 24)? Announcing the...
Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?
Output the ŋarâþ crîþ alphabet song without using (m)any letters
Why does Python start at index -1 when indexing a list from the end?
Disable hyphenation for an entire paragraph
Is the address of a local variable a constexpr?
Why was the term "discrete" used in discrete logarithm?
Is high blood pressure ever a symptom attributable solely to dehydration?
What causes the vertical darker bands in my photo?
List *all* the tuples!
Why did the IBM 650 use bi-quinary?
How do I mention the quality of my school without bragging
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Is there a concise way to say "all of the X, one of each"?
Is 1 ppb equal to 1 μg/kg?
Did Xerox really develop the first LAN?
Single word antonym of "flightless"
Sorting numerically
Antler Helmet: Can it work?
How to draw this diagram using TikZ package?
How does a Death Domain cleric's Touch of Death feature work with Touch-range spells delivered by familiars?
How can I make names more distinctive without making them longer?
If 'B is more likely given A', then 'A is more likely given B'
How do I keep my slimes from escaping their pens?
How to use a second computer as an additional monitor (Linux Fedora 24)?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Extend Linux Desktop to another X Windows DisplayHow can I use my laptop's monitor as my PC's ONLY monitor?How can I use my laptop as a 2nd monitor?Use laptop as a remote display for linuxFedora Dual Monitor - One Workspace Per MonitorHow do I configure xdmx on my Ubuntu machines?Xdmx and glx acceleration not workingHow are switches for two monitors called? Or can I use a monitor split?Can I set up two computers up with the same monitors/keyboard/mouse in a modular way?how can I connect to remote desktop of a fedora machine from another linux?How to design a six-monitor setup?laptop monitor for desktop computerXdmx: Fatal server error, could not open default font 'fixed'Windows 10 - Remote desktop on “ghost” screen
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
My Objective
I would like to use my laptop, which is running Fedora 24, as a second monitor for desktop computer, which is also running Fedora 24.
What I have tried and what doesn't quite cut it or: Why this isn't a duplicate question
Xdmx
After doing a search of the internet and this website I found quite a few posts which were similar to this one, all of which basically contained the same few steps:
- Install
Xdmx
on both computers.
ssh
into one computer from the other with-X
option going.- Use
Xdmx
to turn the computer which is on the recieving end of thessh
into a monitor using the following command:
startx -- /usr/bin/Xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy
Doing so first makes both computer screens go black for a few seconds, then gives me a long error message which ends with:
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
xinit: connection to X server lost
waiting for X server to shut down
Couldn't get a file descriptor referring to the console
Googling the error returns this blog post from July 2015, in which a user follows the exact same steps as I did except for using Ubuntu instead of Fedora, and ends up with the exact same result as I did. There are six comments on the post as recent as October 2016, all six of which claim to have followed the same steps, and have received the same error.
Fedora Remote Desktop
While this does allow me to control one computer from another, it requires that I use a GUI on the host computer to control laptop. To use the gui effectively, it has to take up a large amount of space on one monitor. So, when I want to use the host monitor, I have to alt-tab remote desktop away. As such, I do not actually gain a monitor, since I am unable to simultaneously use the two monitors for two different tasks. This is more similar to just switching workspaces, which is something that I am already able to do. Also, I can not move programs between screens.
Ssh -X
Same as above. Yes I can control my other computer, but I have to actively use the host monitor to control my laptop monitor.
Synergy.
The program actually works, but it only allows the sharing of mouse and keyboard. Programs can not be moved between monitors, so it's not completely what I am looking for. Also, I am a stingy college student, and the license fee is $20. For this price I could just buy a used monitor, which would allow me to move programs between monitors. There is a FOSS version in the Fedora dnf
repository, but that version is outdated.
ssh multiple-monitors fedora xdmx
|
show 2 more comments
My Objective
I would like to use my laptop, which is running Fedora 24, as a second monitor for desktop computer, which is also running Fedora 24.
What I have tried and what doesn't quite cut it or: Why this isn't a duplicate question
Xdmx
After doing a search of the internet and this website I found quite a few posts which were similar to this one, all of which basically contained the same few steps:
- Install
Xdmx
on both computers.
ssh
into one computer from the other with-X
option going.- Use
Xdmx
to turn the computer which is on the recieving end of thessh
into a monitor using the following command:
startx -- /usr/bin/Xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy
Doing so first makes both computer screens go black for a few seconds, then gives me a long error message which ends with:
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
xinit: connection to X server lost
waiting for X server to shut down
Couldn't get a file descriptor referring to the console
Googling the error returns this blog post from July 2015, in which a user follows the exact same steps as I did except for using Ubuntu instead of Fedora, and ends up with the exact same result as I did. There are six comments on the post as recent as October 2016, all six of which claim to have followed the same steps, and have received the same error.
Fedora Remote Desktop
While this does allow me to control one computer from another, it requires that I use a GUI on the host computer to control laptop. To use the gui effectively, it has to take up a large amount of space on one monitor. So, when I want to use the host monitor, I have to alt-tab remote desktop away. As such, I do not actually gain a monitor, since I am unable to simultaneously use the two monitors for two different tasks. This is more similar to just switching workspaces, which is something that I am already able to do. Also, I can not move programs between screens.
Ssh -X
Same as above. Yes I can control my other computer, but I have to actively use the host monitor to control my laptop monitor.
Synergy.
The program actually works, but it only allows the sharing of mouse and keyboard. Programs can not be moved between monitors, so it's not completely what I am looking for. Also, I am a stingy college student, and the license fee is $20. For this price I could just buy a used monitor, which would allow me to move programs between monitors. There is a FOSS version in the Fedora dnf
repository, but that version is outdated.
ssh multiple-monitors fedora xdmx
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18
|
show 2 more comments
My Objective
I would like to use my laptop, which is running Fedora 24, as a second monitor for desktop computer, which is also running Fedora 24.
What I have tried and what doesn't quite cut it or: Why this isn't a duplicate question
Xdmx
After doing a search of the internet and this website I found quite a few posts which were similar to this one, all of which basically contained the same few steps:
- Install
Xdmx
on both computers.
ssh
into one computer from the other with-X
option going.- Use
Xdmx
to turn the computer which is on the recieving end of thessh
into a monitor using the following command:
startx -- /usr/bin/Xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy
Doing so first makes both computer screens go black for a few seconds, then gives me a long error message which ends with:
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
xinit: connection to X server lost
waiting for X server to shut down
Couldn't get a file descriptor referring to the console
Googling the error returns this blog post from July 2015, in which a user follows the exact same steps as I did except for using Ubuntu instead of Fedora, and ends up with the exact same result as I did. There are six comments on the post as recent as October 2016, all six of which claim to have followed the same steps, and have received the same error.
Fedora Remote Desktop
While this does allow me to control one computer from another, it requires that I use a GUI on the host computer to control laptop. To use the gui effectively, it has to take up a large amount of space on one monitor. So, when I want to use the host monitor, I have to alt-tab remote desktop away. As such, I do not actually gain a monitor, since I am unable to simultaneously use the two monitors for two different tasks. This is more similar to just switching workspaces, which is something that I am already able to do. Also, I can not move programs between screens.
Ssh -X
Same as above. Yes I can control my other computer, but I have to actively use the host monitor to control my laptop monitor.
Synergy.
The program actually works, but it only allows the sharing of mouse and keyboard. Programs can not be moved between monitors, so it's not completely what I am looking for. Also, I am a stingy college student, and the license fee is $20. For this price I could just buy a used monitor, which would allow me to move programs between monitors. There is a FOSS version in the Fedora dnf
repository, but that version is outdated.
ssh multiple-monitors fedora xdmx
My Objective
I would like to use my laptop, which is running Fedora 24, as a second monitor for desktop computer, which is also running Fedora 24.
What I have tried and what doesn't quite cut it or: Why this isn't a duplicate question
Xdmx
After doing a search of the internet and this website I found quite a few posts which were similar to this one, all of which basically contained the same few steps:
- Install
Xdmx
on both computers.
ssh
into one computer from the other with-X
option going.- Use
Xdmx
to turn the computer which is on the recieving end of thessh
into a monitor using the following command:
startx -- /usr/bin/Xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy
Doing so first makes both computer screens go black for a few seconds, then gives me a long error message which ends with:
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
xinit: connection to X server lost
waiting for X server to shut down
Couldn't get a file descriptor referring to the console
Googling the error returns this blog post from July 2015, in which a user follows the exact same steps as I did except for using Ubuntu instead of Fedora, and ends up with the exact same result as I did. There are six comments on the post as recent as October 2016, all six of which claim to have followed the same steps, and have received the same error.
Fedora Remote Desktop
While this does allow me to control one computer from another, it requires that I use a GUI on the host computer to control laptop. To use the gui effectively, it has to take up a large amount of space on one monitor. So, when I want to use the host monitor, I have to alt-tab remote desktop away. As such, I do not actually gain a monitor, since I am unable to simultaneously use the two monitors for two different tasks. This is more similar to just switching workspaces, which is something that I am already able to do. Also, I can not move programs between screens.
Ssh -X
Same as above. Yes I can control my other computer, but I have to actively use the host monitor to control my laptop monitor.
Synergy.
The program actually works, but it only allows the sharing of mouse and keyboard. Programs can not be moved between monitors, so it's not completely what I am looking for. Also, I am a stingy college student, and the license fee is $20. For this price I could just buy a used monitor, which would allow me to move programs between monitors. There is a FOSS version in the Fedora dnf
repository, but that version is outdated.
ssh multiple-monitors fedora xdmx
ssh multiple-monitors fedora xdmx
edited Oct 24 '18 at 21:43
oneindelijk
1437
1437
asked Dec 17 '16 at 20:46
FabulousGlobeFabulousGlobe
463
463
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18
|
show 2 more comments
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1157590%2fhow-to-use-a-second-computer-as-an-additional-monitor-linux-fedora-24%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1157590%2fhow-to-use-a-second-computer-as-an-additional-monitor-linux-fedora-24%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@fixer1234 The first comupter is an all in one while the second one is a laptop. So,neither one has a detachable screen. Sorry, I should have probably specified that just reconnecting a monitor is not an option.
– FabulousGlobe
Dec 21 '16 at 10:28
A lot of what I was remembering were Windows solutions, but there are also a bunch of previous Linux questions. I just used "use laptop as monitor is:q linux" as a search string and got 86 results. So that's a starting point. Without digging too deeply, these are some of what came up: superuser.com/questions/661385/… (accepted answer points to a Fedora reference), superuser.com/questions/51031/…, superuser.com/questions/143833/… (cont'd)
– fixer1234
Dec 21 '16 at 19:22
(slightly different case but potentially adaptable?), superuser.com/questions/71794/…
– fixer1234
Dec 21 '16 at 19:22
@fixer1234 Hey, thanks for your examples, but I'm afraid that I can't actually use them. 1 is using remote desktop to control another computer. I have gotten this to work, but this doesn't really give me a second screen but instead lets me control the laptop from my main computer. It requires the laptop's desktop to be displayed on my PC. 2 references DMX, which seems to have mysteriously stopped working for everyone some time in the past few years. 3 once again is just remote control, which works fine for the user because he does not have an actual monitor. 4 is once again Xdmx.
– FabulousGlobe
Dec 21 '16 at 20:17
@fixer1234 the reason I don't want to use remote desktop is that it doesn't provide the benefit that I am seeking, which is two being able to view two separate things
– FabulousGlobe
Dec 21 '16 at 20:18