Splitscreen multiseat? (one screen, multiple users)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite
1












There are many online guides regarding multiseat with multiple screens and multicursor with a shared workspace in Ubuntu/Mint/etc., but I would also like to be able to split a single screen into two halves, so that two users can work seperately, independently from each other and without interference or needing an external screen.



Of course, the screen size for each user is only half (duh!), but that's fine during the multiseat usage.



On an 17.3" laptop, even four users on one HD+ 1600×900p screen could work for sinple tasks such as E-Mails, documents and data management, due to sufficient screen size and processing performance.



What are ways to have multiseat within one screen?










share|improve this question



















  • 1




    Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
    – nobody
    Mar 6 at 9:55










  • @Nobody But then the users would interfere with each other
    – neverMind9
    Mar 7 at 8:33










  • @Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
    – neverMind9
    Mar 7 at 8:35






  • 1




    Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
    – nobody
    Mar 8 at 6:20











  • @Nobody Is there not already one existing tool?
    – neverMind9
    Mar 8 at 9:52














up vote
1
down vote

favorite
1












There are many online guides regarding multiseat with multiple screens and multicursor with a shared workspace in Ubuntu/Mint/etc., but I would also like to be able to split a single screen into two halves, so that two users can work seperately, independently from each other and without interference or needing an external screen.



Of course, the screen size for each user is only half (duh!), but that's fine during the multiseat usage.



On an 17.3" laptop, even four users on one HD+ 1600×900p screen could work for sinple tasks such as E-Mails, documents and data management, due to sufficient screen size and processing performance.



What are ways to have multiseat within one screen?










share|improve this question



















  • 1




    Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
    – nobody
    Mar 6 at 9:55










  • @Nobody But then the users would interfere with each other
    – neverMind9
    Mar 7 at 8:33










  • @Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
    – neverMind9
    Mar 7 at 8:35






  • 1




    Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
    – nobody
    Mar 8 at 6:20











  • @Nobody Is there not already one existing tool?
    – neverMind9
    Mar 8 at 9:52












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





There are many online guides regarding multiseat with multiple screens and multicursor with a shared workspace in Ubuntu/Mint/etc., but I would also like to be able to split a single screen into two halves, so that two users can work seperately, independently from each other and without interference or needing an external screen.



Of course, the screen size for each user is only half (duh!), but that's fine during the multiseat usage.



On an 17.3" laptop, even four users on one HD+ 1600×900p screen could work for sinple tasks such as E-Mails, documents and data management, due to sufficient screen size and processing performance.



What are ways to have multiseat within one screen?










share|improve this question















There are many online guides regarding multiseat with multiple screens and multicursor with a shared workspace in Ubuntu/Mint/etc., but I would also like to be able to split a single screen into two halves, so that two users can work seperately, independently from each other and without interference or needing an external screen.



Of course, the screen size for each user is only half (duh!), but that's fine during the multiseat usage.



On an 17.3" laptop, even four users on one HD+ 1600×900p screen could work for sinple tasks such as E-Mails, documents and data management, due to sufficient screen size and processing performance.



What are ways to have multiseat within one screen?







multiseat






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 6 at 15:35

























asked Mar 6 at 7:13









neverMind9

16710




16710







  • 1




    Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
    – nobody
    Mar 6 at 9:55










  • @Nobody But then the users would interfere with each other
    – neverMind9
    Mar 7 at 8:33










  • @Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
    – neverMind9
    Mar 7 at 8:35






  • 1




    Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
    – nobody
    Mar 8 at 6:20











  • @Nobody Is there not already one existing tool?
    – neverMind9
    Mar 8 at 9:52












  • 1




    Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
    – nobody
    Mar 6 at 9:55










  • @Nobody But then the users would interfere with each other
    – neverMind9
    Mar 7 at 8:33










  • @Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
    – neverMind9
    Mar 7 at 8:35






  • 1




    Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
    – nobody
    Mar 8 at 6:20











  • @Nobody Is there not already one existing tool?
    – neverMind9
    Mar 8 at 9:52







1




1




Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
– nobody
Mar 6 at 9:55




Classic multiseat is based on multiple XServers, which have their dedicated screen (or tty), keyboard, mouse, etc. Running multiple XServers is out of the question in your scenario. That means that you would have to show more independent cursors on one screen (with one XServer) controled each by a dedicated mouse. That, in my opinion, would require quite significant changes in X software. I have serious doubts you would be able to do it only with configuration tweaks.
– nobody
Mar 6 at 9:55












@Nobody But then the users would interfere with each other
– neverMind9
Mar 7 at 8:33




@Nobody But then the users would interfere with each other
– neverMind9
Mar 7 at 8:33












@Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
– neverMind9
Mar 7 at 8:35




@Nobody +1, but I expect LINUX, which is considered as technically leading OS, to be able to do that. Cam FreeBSD do so?
– neverMind9
Mar 7 at 8:35




1




1




Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
– nobody
Mar 8 at 6:20





Yes, users would interfere with each other, because they would all use the same screen. There is physically not enough room for more users at one screen. Each mouse cursor should be trapped in the portion of screen where desktop of that user is. In that way, cursors would not interfere. Mouse and keyboard would work only in the dedicated part of the screen. However, as I said, I don't believe it can be done without some serious programming.
– nobody
Mar 8 at 6:20













@Nobody Is there not already one existing tool?
– neverMind9
Mar 8 at 9:52




@Nobody Is there not already one existing tool?
– neverMind9
Mar 8 at 9:52















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012316%2fsplitscreen-multiseat-one-screen-multiple-users%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012316%2fsplitscreen-multiseat-one-screen-multiple-users%23new-answer', 'question_page');

);

Post as a guest