Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Anti-aliasing (Score 1) 204

I run a mixture of Dell UP2414Q and IBM T221 monitors. The Dell has 185 pixels per inch, the T221 a bit more. Personally I find that with 200% font scaling (in Windows) there is no need for anti-aliasing and I have it turned off.

Comment Re:DPI Scaling (Score 1) 204

Have you tried Windows's DPI scaling? I am using Windows 7 with 200% font size and it works well. Before that I used Windows XP and that worked almost as well. To get a usable scaled display, pick exactly 200% so that if icons have to be scaled up they do so cleanly - I agree that odd multiples like 150% can look ugly. Next, make sure Aero is turned off and switch back to a 'classic' theme. The scaling is set in Control Panel -> Display -> Set custom text size (DPI). I use this at work and PuTTY, Firefox, Microsoft Office and sundry other tools all work fine. The only things which don't scale, annoyingly, are the command prompt window and Remote Desktop.

Comment Re:In other news: Are 4K displays worth getting ye (Score 1) 204

It depends what you do. For text-based workflow (Emacs, web browsing, possibly an IDE) 30Hz is fine. I've even gone as low as 12Hz refresh (on an early model IBM T221 connected to a laptop with only a single DVI output) and it was usable. Tip: if you do end up with 30Hz, Nvidia cards let you turn off vsync. This seems to speed up refresh a bit, making the mouse pointer smoother.

Comment Re:in the meantime : (Score 1) 204

Try turning off Aero, going back to a 'classic' (Windows XP style) theme, and setting 200% font size scaling in Control Panel 'set custom text size (DPI)'. At least, this does the trick on Windows 7 and I expect 8 would be similar.

Comment Re:In other news: Are 4K displays worth getting ye (Score 1) 204

FWIW, at work I use 24" 4k monitors with 200% font scaling on Windows 7, and pretty much every application works fine. The only thing which doesn't scale is the command prompt window. Note that I am talking about the old font size selector in Control Panel which has been there for years and years - the first thing to do is to turn off all of that Aero crap.

Comment Re:First impressions (Score 1) 220

Yes, I wonder the same thing. I use Pale Moon on a portable (Panasonic CF-U1) which has a reasonable amount of RAM (2 gigs) but the slowest hard disk you've seen since about 1988. The disk is an SSD but so slow it might as well be a floppy drive. Browsing is subject to freezes on disk activity and I guess that some of that might be due to the disk cache. Firefox's new code should help that, so it might make vanilla Firefox faster than Pale Moon on this machine.

Comment Re:Microsoft (Score 2) 267

Well, you get what you pay for I guess. But if Skype has ambitions to replace ordinary telephony, it needs to adopt some of the same attitudes. It would never be acceptable for your phone company to suddenly cut you off without warning and tell you to buy a new phone. They should have a minimum six month period in which they warn that you will need to upgrade. Mac OS 10.5 is the last version running on PowerPC; if you have an older iMac or Mac Mini then it is not that cheap to upgrade to an Intel one, even second-hand. Back in 1995 the idea of using a decade-old machine was laughable. But hardware has been at the 'fast enough' level for a while now and there is no longer so much difference between old and new machines for many applications. Sure, you wouldn't expect to run the latest games or 4k video editing on your old box, but most bread and butter things like text editing and Web browsing work just fine on older hardware. Voice-over-IP is one of those basic things nowadays (even with crappy webcam video accompanying it). I don't think it's an unreasonable expectation that your PC which was capable of making voice calls in 2004 should still be able to make them in 2014.

Comment Re:Question... -- ? (Score 1) 215

Yes, there is a workaround you can use, if you know about it and remember it every time, to enable the safe behaviour. That does *not* count as 'problem solved'. To solve the problem, the safe behaviour needs to be the default, with the funky and unsafe behaviour of treating filenames as extra switches being the one you have to enable specially. Really - what are the odds that the user or programmer *intends* for a file called --foo to be treated as an option specifier when they expand a wildcard? Conceptually the fix is not hard. Each element in argv gets an associated flag saying whether it is a filename - and if it is marked as a filename, getopt() or whatever does not treat it as an option specifier even if it begins with the - character. Alternatively, filenames beginning - could simply be disallowed.

Comment Re:multiple inputs for 4k? (Score 1) 186

That's how the later model IBM T221s worked (with additional converter boxes dangling off the monitor). Each half of the screen was seen as a 1920x2400 display. Some newer 4k monitors work similarly using multi-stream transport (MST). The video card sees two 1920x2160 displays. But there is only one DisplayPort cable. Dell's 24" and 32" 4k monitors are like this. Video drivers usually have special support for gluing the two halves back into a single display, but the extra complication can expose bugs in either the driver or the monitor's firmware.

Comment Re:Supported (Score 1) 164

I think that's what I was saying: a random mixture of disk sizes is not supported by this particular RAID implementation - it will only use the same size across each disk, meaning you are constrained to the size of the smallest disk in the pool. You have to upgrade all of the disks to a larger size before starting to use that size. Btrfs and ZFS sound like they handle it much better.

Comment Re:Not a surprise (Score 1) 62

Yes that's right, the listing was deleted if you didn't respond. That tended to bite me as I would only check my personal email infrequently. I think that even if the listing owner disappeared completely, it would still be better to have an entry saying 'hey, this program exists, can you help find it?' and listing the last known whereabouts. But I see your point that you didn't just delete them without warning. Thanks for your work maintaining the site over many years.

Slashdot Top Deals

To do nothing is to be nothing.

Working...