Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Uneducated Virtualization Suggestion (Score 1) 332

How much memory an application can possibly use is set as a property/execution parameter and can only be altered between executions.

Most VMs do this. I believe .NET does it too. I won't pretend to understand the reasoning behind it. Why not set the limit for the VM at the process limit of the OS? (2GB or 3GB with LAA on 32-bit Windows, 8TB for 64-bit)

Comment Compositing is slow? (Score 1) 152

This is the first I've heard that a decent compositing window manager (ie. not early Compiz builds) actually significantly affecting 3D fps. Windows has used a compositing windows manager since Vista (dwm) and, if anything, FPS got better for windowed apps, and vsync is "free". The worst I've ever seen compositing affect fps (in non-alpha Compiz, GNOME3 or Unity) is in the single digits.

Comment Re:Surprised? (Score 1) 217

if 'correcthorsebatterystaple' were a standard password creation method, a brute force using a decent dictionary would be quite plausible.

Would it be though? According to a study by Harvard and Google, there are around 1 million words in the english language. 10^24 possible combinations for a four-word password. Not sure that a brute force dictionary attack would be plausible on that search space.

Comment Re:Games are the problem? (Score 1) 358

Skyrim crashes every time within a few ALT-TABs

Really? I've been running the game in a 1080p window, switching to other windows periodically for IM chat or web pages and I've never seen it crash from the ALT-TAB. And I'm running it on relatively ancient hardware too (Radeon 3870 X2, Core 2 Duo, 4GB RAM). Are you sure it's not a driver issue?

Comment Re:Hopefully another 25 years or more (Score 2) 455

It's native to the windowing system on both the local and remote machine

I thought that modern linux toolkits (GTK and Qt) and windows managers (eg. kwin and metacity) render windows entirely offscreen and just tell X to draw the resulting pixmap. Remote X just sends that bitmap over the network to the remote host. There seem to be little efficiency to be gained by using remote X over VNC in this case

there is absolutely nothing I need to do to either system to pop up a remote display other than insert a 'DISPLAY=remote-host:0.0' in front of the command line.

You need to have a command line to start with. If you're starting from nothing, opening a VNC session is not really harder than opening an SSH session.

Slashdot Top Deals

There's nothing worse for your business than extra Santa Clauses smoking in the men's room. -- W. Bossert

Working...