Re: Anyone got three monitors working?

2011-11-28 Thread Mike Park
On Sun, Nov 27, 2011 at 11:41 AM, Thomas Cameron thomas.came...@camerontech.com wrote: I'd *really* love to do triple head - the monitor in front of me for my main work, and the two side screens for supporting stuff. I am wondering, since my motherboard has a four PCI Express x1 ports and I

Re: NFS mounts at boot broken on F15?

2011-05-28 Thread Mike Park
I solaved the problem by adding a comment=systemd.automount for the NFS mounts in fstab. See man systmd.automount Louis Another way to solve this problem is to just use systemd unit files, placed in: /etc/systemd/system For example, here's a working pair of unit files that handle my

Re: [OT] javascript guru out there?

2010-07-22 Thread Mike Park
Hi Mike, I've been developing a javascript application that works everywhere except on Google's Chrome browser and have tracked it down to a for each statement. You don't need the 'each' keyword in the 'for' statement. And if you're looking to iterate through an array, you're much better off

Re: F-12 lost audio -

2010-05-22 Thread Mike Park
   This is not a major problem but an annoyance since sound usually    just works and I don't know how to troubleshoot it further.    Any suggestions appreciated. I experienced something similar, although my audio stopped working more than a month ago. And while I still don't understand all

Re: Fedora-12 boot fails at Starting udev:

2010-05-21 Thread Mike Park
PS: Mike, it would be good if you could share how you got the chart rendering to work. Maybe the OP can try too? Sure, but I'll answer it in your original post, so we can keep this thread about the booting problem, possibly due to udev. -- users mailing list users@lists.fedoraproject.org To

Re: Recursive comparing of files

2010-02-23 Thread Mike Park
Hi there, Try 'fslint', it does hash-sum comparisons on files in different dirs.. Although the front-end 'fslint-gui' isn't exactly built for automation, it at least lets you do big sweeps of dupe-deletion. --Mike On Tue, Feb 23, 2010 at 5:31 PM, Marko Vojinovic vvma...@gmail.com wrote: Hi