jutus
About
- Username
- jutus
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- member
- Badges
- 0
- Posts
- 272
Reactions
Comments
-
Logitech Mouseman Optical dual sensor. It rocks. I use it primarily for Urban Terror (http://urbanterror.net). No lag, no loss of resolution, lots of optical sensor goodness. Never have I been so happy with my mouse.
-
Negative. You can press Command Shift 4 to take a shot of a selection, and Command Shift 3 to take of shot of your whole screen, but neither will work at the OS X login window. You hear MacOS X play the "camera" sound, but it does not seem to …
-
Ok.. I've tried tarw (doesn't handle long filepaths) and hfspax (still doesn't handle OS X custom icons). None of the compression formats seem to handle custom icons. Go ahead a textedit file and replace the generic text icon with a custom one…
-
Which Rj-45 plug are you using on the airport?
-
The TwinTurbo looks great. I've noticed that older ATi Card, like the XClaim GA (mach64, basically) only run at 640x480 in X. But in my experience, stuff from ixmicro works great.
-
Tada
-
YES YOU CAN BURN ISO'S WITH TOAST. Just drag it into the toast window and burn away. ISO isn't just a PC thing... it's an open standard.
-
Thx starfleet. I'd figured out how to save small chunks of a movie, but couldn't stickem together. Muchos gracias.
-
You need to enable port forwarding on your router. Incoming packets to certain ports need to be forwarded to a machine on your LAN that has a static ip.
-
here's some possibilities: - Your speaker is disconnected. - You've got something in the speaker jack at the back.
-
It could be network access... or more likely.. detection of new devices on the USB bus. Is that at all possible? Is your tablet plugged in? Why not try removing all USB devices before sleeping it and seeing if the problem goes away...
-
I can only answer your last question The missing "disk space" has to do with the way GB are counted by hd manufacturers. Instead of counting a mb as 1024K, they count a mb as 1000K... a GB as 1000mb, etc. Don't worry about it.
-
Did you make sure the jumper settings on the drive are proper for the pyro case? I'm not sure whether it is supposed to be master or slave...
-
Dude.. you created your Mac site using... Microsoft Frontpage
-
Try this: From ~/desktop/ > rm -rf music cheers, - j
-
Holy Moly. I'm sorry to have to resort to this advice, but I'd reinstall X to restore proper permissions on everything. Many applications check to see that certain files/folders have certain privileges. You've gone ahead and enabled read/write…
-
All's I'ms usings is Times New Roman, Courier, Ariel, Helvetica. The bland stuff that comes with OS X. Lots of graphics though. Do they get compressed?
-
Sure thing! Here's the code: [code] /* * Copyright (c) 2001 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * The contents of this file constitute Original Code as defined in and * are subject to…
-
I figured it out. It involves modifying the HFS+ volume header bits. It most definitely cannot be done with conventional OS X tools.
-
If you are starting C programming, and just building command line tools, you can use Project Builder in OS X. (recommended) You can also use any text editor, and use cc (equivalent to gcc) from the terminal to compile it. In this sense OS X is…