Showing posts with label OS X. Show all posts
Showing posts with label OS X. Show all posts

Sunday, June 29, 2008

Getting Closer to Perfectionism

So, I used TinyXP to get XP installed on my system.  This is because when I finally got my hands on an external Floppy Drive, XP told me that my drivers were corrupted.  The ones that HP gave me.  Screw that.

Interesting factoid - XP won't boot up off the CD if Fedora 9 is installed.  I thought that very odd.

Anyways, I did a complete reformat, and starting putting on OS's.  I put XP on first, (hd0,4) and then Vista (hd1,0) and then Leopard (hd1,1) and finally Fedora9 (hd0,5/6).  And now I am in the process of bringing my system up to speed.  Vista is fully updated, as is Leopard.  However, XP is having driver problems, which is surprsing.  Something about my NVidia card, it doesn't recognize it, and that doesn't make running XP that much fun.  Something which I will definetely have to fix.  Soon.

But there I have it.  4 OS's, one computer.  All of which work.  My dream is complete.  Next step?  Make my own OS.

Wednesday, March 5, 2008

Guide: Installing Rainlendar

Rainlendar is a fabulous calendar program which sits on your desktop. It allows you to place events and create "To Do" lists. Rainlendar is now available for Windows, OS X, and Linux. The OS X version is in beta, but so far nothing wrong has been found in it. The installation of Rainlendar on OS X and Windows is incredibly easy. For Windows, just download the correct installation file, and run it. For OS X 10.5 (Tiger 10.4 hasn't been extensively tested) you have to go to the beta page and click on the newest build thread, and download the .dmg file. After the download is complete, open the .dmg and drag the program to your Application folder. You will also probably want to add the icon to your dock, as it will appear there whenever you run the program.

Linux, on the other hand, is a different story.

Linux needs a little more work allow Rainlendar to do whatever it wants. This guide will install Linux on Ubuntu 7.10.

1: Download the DEB Linux file, either Lite or Pro and save it.
2: Open it up using the GDebi Package Installer.
3: Install Rainlendar. You will now find an icon for it in the Menu (Applications -> Office -> Rainlendar2)
4: To get Rainlendar to start when you log in, do the following:
4a: Go to the Sessions option. (System -> Preferences -> Sessions)
4b: Click "Add".
4c: Add a name for the new start up program ("Rainlendar" works well here.)
4d: Click "Browse" and go to /usr/share/rainlendar2/rainlendar2 Click it, and then click "open".
4e: If you want, you can add a description.
4f: Hit "OK".

There, now Rainlendar will start once you log in.

If you want to synchronize calendars between OS's on the same computer, change the Path for the default Calendar in the "Calendar" tab of the options. The first time you move the file you may actually have to create the new Default calendar file. In this case, when you are the folder you want the new Default calendar to be, just type "Default.ics" and click open.

Guide: OS X86 Installation - Getting Passed Welcome Screen

It happens sometimes. You are installing Leopard on your PC because you love the OS so much, but don't have enough money to buy a mac. Installation went fine, you are excited. You boot into your Hackintosh for the first time and get the lovely welcome video. You are breathless. You go through keyboard configuration, and then you tell Leopard that you don't have another account to import anything from.

....

Then, you go back to the welcome video. And again, and again, and again. A never ending loop.

How to break it? You have to trick OS X into thinking that it has already booted up successfully, and already created an account that you can log into. This is an easy fix, and there are a few ways to do it.

1: Reboot, and upon startup hit "f8" to give you startup options. The easiest method to try is to type in the following:
$ "Graphics Mode"="640x480x32"

This sets the screen resolution so small that OS X won't play the start up video, and you should be able to get into creating your account. After creating your account, you can reboot and use your normal screen resolution (don't type anything during start up). If that doesn't work, you can do the next method...

2: This method worked for me, and I think it is the safer of the two methods.
2a: Reboot and hit "f8" during start up to give you start up options.
2b: Type: $ -s Then hit enter.
2c: You should be at a command line. Type the following, hitting enter after each command.
$ /sbin/fsck -fy
$ /sbin/mount -uw /
$ touch /var/db/.AppleSetupDone
$ passwd root
$ reboot

[Note the space in the second command, before the last "/". Don't forget it. If you are confused if there is a space between two characters, place you cursor there and figure it out.]

2d: Upon entering the "passwd" command enter the root password, and then confirm it.

2e: After that you can reboot your computer and load OS X normally, you should be able to login to the root account. However, is is always dangerous to mess around with the root account, so make an administrator account asap and use that. Using root could mess up your install, and you don't want to go through all that again.

Friday, February 29, 2008

Install Pidgin on OS X Leopard

Turns out, it was a lot easier than I had thought. Or at least, how I had been doing it. You see, I was trying to install Pidgin from source, and that means finding all the dependencies. And, you know, that is a lot harder when some of them aren't made for OS X. So, after much work, I finally did something stupid, and Leopard died on my computer. After putting it back on, I set things up again, but I was too lame to go back and keep working on that path. Turns out, there is another way.

1: Download Xcode from the apple developer site. You will have to sign up and login to access Xcode. Under the "Downloads" section it is in Developer Tools. Since I am using Leopard, I used version 3.0.

2: Run the Xcode installer, and the other 2 installers which will be in the same window. Also, open the packages folder and install X11SKD.pkg.

3: Download the Newest Version (or make sure you have the newest version) of Macports. (If it is already installed, run "$ sudo port selfupdate". (If you just installed it, run the same command to make sure it works, and you have the newest version).

4: To install pidgin, run the following command: "$ sudo port install pidgin". (Optional: "$ sudo port install pidgin +quartz +no_x11"

5: Sit back and wait. That should do it. If you have any errors, you can try the other option in step 4, but before you do that make sure you clean up your mess. ("$ sudo port clean pidgin").

To run Pidgin search, "Pidgin unix" and it should be the only executable file there. With that, double click it, and you should be in business. A terminal will open as well, just minimize that.