Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Unlikely - mars has always been cold (Score 1) 75

People seem to forget that after its formation the sun was somewhat LESS bright than it is now so Mars would have been even colder in its current orbit.

And some forget that after Mars' own formation it was damn hot (molten, even, for a while) just from the energy of its own formation, just like every other planet. Although only a trace is left today, this would have lasted for some time. So it is incorrect to assume that "less bright sun" equals "colder planet" unless all other things were equal, which they were not.

Comment Re:A 10+ year old application will fix that for yo (Score 1) 183

Dammit, sorry, the technology I was thinking of was Xvnc's not x11vnc's. I apologize for adding to the confusion.

The big problem with VNCs like x11vnc is the latency incurred by screen polling. Xvnc doesn't need to do this, and neither does RDP. (This is why I thought that's what you were talking about.)

Even if latency were solved, there's still the issue of VNC just being a remote view of a local display and RDP is a remote display. The difference is that with the latter, the desktop takes on the shape of the remote end. Trying to view a 3840x1200 display on a 1200x768 display is just a disaster (not to mention the unnecessary performance degradation it also incurs as a result of needing to send vastly more data in my cases)

RDP's design isn't perfect, though. I prefer X's design by far if it were to fix the must-decide-at-startup and network performance issues.

Oh, and as an aside, the latency with X's protocol is in large part not solved by compression. What makes NX much faster is its elimination of a lot of the round trips inherent in X's protocol (by essentially faking responses) which are the biggest cause of X slowness, but much trickier to implement than just compression.

Comment Re:A 10+ year old application will fix that for yo (Score 1) 183

so it appears you do not know what you are talking about

Really it appears that you don't know what I'm talking about, but I can't understand why. Perhaps you haven't read the thread. I never claim I can't watch videos etc over X and I never asked to do those remotely. I do these things locally now and have been for years. I've used Linux since 99 and exclusively since 2006.

And so can you. Fantastic, but on that same X where you watch videos, can you start a word processor (for example) use it for a while, then remotely resume that instance from a friend's house? With RDP this was possible, but I don't use Windows anymore.

So now I'm typing a message into a browser window. If I go to a friend's house and want to resume typing this reply, I can't. I could have if I had started this in x11vnc, yes, except I can't use x11vnc for my desktop because it can't do videos/opengl/etc. With RDP I could, but I don't use Windows anymore.

What looks promising is xpra, which I just learned about here, although I still have to choose between performance and remotability at application startup or find a way to do so automatically.

Comment Re:A 10+ year old application will fix that for yo (Score 1) 183

I have used x11vnc and its performance is unacceptable as I already said. But it is irrelevant anyway because I can't use it for my local desktop AND expect to watch videos, or do anything with advanced graphics. Windows RDP does not suffer from this limitation. It lets me use a local desktop with all its performance and then lets me remote the apps in that session.

It is not a fight I am looking for but a feature. And I know I am not the only one who notices this feature is missing, but whenever I bring it up I get these smart-associated non-solutions. I said "troll" after being accused of cheering for Microsoft.

Comment Re:why? (Score 1) 169

...interesting, yes, but irrelevant, just to be clear, since a touchpad is not even the same class of device as a touch screen. In other words, it is not as if existing touchscreen games developed for a phone will be playable on the Ouya because they have this touchpad thing.

Comment Re:Wake me up when we support multiple video cards (Score 1) 183

Being limited to one to one instead of many to one is what I would find unacceptable

It's X that has this limitation. With X, when I attach an application to a display (X server) it's forever tied to that display and can't be moved.

There is no such limitation in Windows. The only limitation in Windows is that I have to move all my applications in my session to that display, but this is hardly a noteworthy limitation since it's MY session and I'm not setting at the old display anymore.

With X, I have to stop the application, then start it on the new display. Hooray, I don't have to bring my whole session over if I don't want to, but I would gladly do so if it meant resuming the running instance of my already-running application.

The point of this whole (off-topic) discussion is that these are two completely different use cases. One is remote execution of an application. The other is remote control of an application. X only does the former. Windows is actually capable of either (with the caveat that it requires you to start a remote logon session to remote the execution of a single app).

I'm not "cheering" about Windows, you troll. My point is and has been that I hate Windows and love Linux and yet trying to do this simple task in Linux is still not possible a decade after Windows managed it which is extremely frustrating. The most frustrating part is that every time someone complains about the lack of this feature, someone comes along with a shithead response like yours. "What? You want a feature Windows has? Fuck you, you must be a Microsoft lackey."

Comment Re:why? (Score 4, Informative) 169

This is not a "dev" box in the sense that if you are a developer, you need one of these boxes. These are boxes that were specifically awarded to backers that wanted to do development. The only difference between these and the retail boxes is that these are early versions and therefore available earlier than the retail boxes. Also these are in "special edition" cases as a thank you to the devs for their support.

Comment Re:Wake me up when we support multiple video cards (Score 1) 183

You don't. Sorry, didn't mean to suggest this was possible.

To be fair, I'd be perfectly happy to transfer the entire X session from one machine to another (provided X was also made as fast as NX), but that doesn't seem to be possible except through VNC which is unacceptable in its slowness and its inability to change screen dimensions, or xpra which is unacceptably slow also, and often cripples performance and features when running locally.

So the point is that the use case in Windows where I can start an application on my home desktop, then access that application later from my work machine with reasonable performance and at the client-side resolution, then do the same from my neighbor's house, etc, all without exiting the application.... this is all I am referring to.

Slashdot Top Deals

PURGE COMPLETE.

Working...