LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-28-2008, 10:14 AM   #1
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Rep: Reputation: 15
Extended desktop (two monitors)


Is there anything like this:http://www.maxivista.com/how.htm for linux?
 
Old 02-28-2008, 11:21 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
You want something to run in a virtual desktop, or share another user's desktop?
Linux does this easily
Take a look at vncviewer vncserver and krfb
If they are not already installed, you mandriva disk will probably have them.

Edit: If you want your desktop spread over two monitors, take a look at twinview (But I have a feeling that this needs an NVIDIA card - but then you'll have one of these by now, won't you?)

Last edited by tredegar; 02-28-2008 at 12:50 PM. Reason: Additional info, & bad tag syntax
 
Old 02-28-2008, 04:34 PM   #3
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
If I understand, the key behavior described in that maxivista link, is something I'd find very useful and unlike anything I've heard of in Linux (but it might exist somewhere, I'm far from an expert). I'm pretty sure it is not covered by vncserver and certainly not xinerama nor twinview. Each of those is part of it done in a way that seems to preclude the other part.

IIUC, the idea is to BOTH extend one desktop onto two displays AND remote one display to another computer.

X inherently has the ability to remote a desktop to another computer. vncserver provides another way to remote a desktop to another computer, that seems to have some extra flexibility. Xinerama lets you extend a desktop over two displays independent of display adapter type (even spanning different brands of display adapter). Twinview gives you a more flexible way to extend a desktop over displays in a way specific to the display adapter (and of course never spanning different brands).

But since you can only remote desktops (not displays) and you can only extend desktops over displays (not over other desktops) there doesn't seem to be a way to extend a desktop acros a local and remote display.

My use case for this would be two side-by-side computers each of which has a monitor, used by one person who often prefers to have both monitors on one computer and none on the other. You can do that with the right switches and extra display adapter outputs, but it would be so much cleaner to be able to borrow the monitor across the LAN instead.

Last edited by johnsfine; 02-28-2008 at 04:39 PM.
 
Old 02-28-2008, 05:44 PM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
@johnsfine,
Thanks for your reasoned analysis, which led me back to the start of this thread....

I understand TuxLives' question a bit better now that I have watched the video in his link, but I still fail to appreciate the point of it: Two PCs, gobbling up power to get two linked PC's making one desktop.

Why?

What for?

What's the purpose of it, apart from "look at what it can do" ?

The video demonstration in the link was fairly imbecilic -

Look: "You can move a window between two PCs and it displays correctly". Uhhh. Yes. That's really "cool".

-Compare with-

Look: "I can park my car anywhere there is space for it". Uhhh. Yes. That's really "cool".


I feel a bit the same about the "rotating cubic desktops" - So, it rotates, very clever programming and very pretty, but totally useless for getting anything useful done: I still just switch between active windows on my plain 2D screen.

It's the same with KDE's "virtual desktops" - they are there, but I have never, ever, felt the need to use them (although I have tried them).

Does / will linux offer the "feature" TuxLives requests? I am not sure. But I am sure that I do not need or want it, and will not be spearheading the development, or recommendation of it.

Perhaps I am getting old ;(
 
Old 02-28-2008, 07:00 PM   #5
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Maybe you don't even have two displays on one computer. I hardly know how to function with just one display on a computer. I do most of my work with three.

Today, I tried to help a coworker debug something using Visual Studio. It was something hard to debug compounded by incomplete pdb files (so Visual Studio can't sync source and assembly). For such things I would normally have an assembly language view and a source view and a register view and a call stack and a bunch of tools all visible at once. But he had one 20 inch 1680x1050 LCD, so I couldn't have even half of that visible at once even narrowing the individual views to cramped fractions of what I wanted. Anyway, I missed an important detail because it wasn't visible at a moment I didn't know I should have rearranged windows to take a look. I failed to solve the problem. Later we transfered all the files to my machine and I ran it split across two CRTs each at 1920x1440 (leaving email etc. open in the third CRT because 3840x1440 was enough for that debugging session). Stepping much more quickly through the same code, I easily spotted the problem because everything was visible at a glance rather than requiring constant reshuffling windows.

One job ago, I had two computers and three CRTs, with all the appropriate hardware to have three CRTs on one computer or have one or two of those on the other. I usually had some long slow task running on the second computer and used three CRTs on the first. But sometimes I debugged something with two CRTs on the second computer with related documentation open on one CRT on the first computer. It took a lot of effort to install and configure the hardware to do all that. I may soon have a second computer to go with my total of three CRTs at my current job, but I won't have the extra hardware for such flexible connectivity.

All the above examples are all still Windows. But I've switched most of my home computer use to Linux. I expect to gradually do more at work in Linux. If/when XP is obsolete and the choice is Vista vs. Linux I will be doing a lot more in Linux.
 
Old 02-29-2008, 04:38 PM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
@johnsfine
I can understand that this sort of thing has its uses. It just doesn't appeal to the way I work.
Meanwhile, the OP seems to have gone AWOL.
Such is life.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Extended Desktop onto TV Tristan9669 Linux - General 2 07-12-2006 01:03 PM
Dual monitors and extended desktop on ATI tofumonsters Linux - Newbie 1 04-06-2005 01:06 PM
Getting extended desktop mrodriguez Linux - Hardware 5 03-29-2005 07:25 AM
extended desktop, not session desktop over 2 monitors inertia666 Linux - Software 16 02-12-2005 04:01 PM
Radeon 9000 w/ RH9.0 + 2 monitors & extended desktop Thaidog Linux - Hardware 3 08-28-2003 10:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration