Today during the WWDC07 Apple announced that Safari 3 will be released also for Windows platform.
A beta version is already available here:
http://www.apple.com/safari/
According to Apple, Safari is 2 times faster than Internet Explorer 7 and up to 1.6 times faster than Mozilla Firefox.
I downloaded the beta version of Safari and installed it on Windows XP: the installation went smoothly but the browser gave a non critical error on starting. It’s really fast but I experienced some characters and pages rendering issues.
It’s still a beta version of course, but in my opinion the premises are good: waiting for a stable Windows release.
Today I decided to install Linux on my 500Mhz iMac G3 with 256 MB RAM. Although this mac is quite old, it can still be employed for internet surfing or as a local web/file server. Its design is terrific and the machine is compact, silent and easy to move.
I am oriented on debian-based distros, so I chose to install Xubuntu (7.04), a light linux distribution (Ubuntu-flavoured), which features Xfce desktop environment instead of Gnome or KDE (you can download Xubuntu freely from the official website: I downloaded the Alternate Install CD, which is easy to install as the Live CD version, but requires less ram).
The installation went smoothly and the only problem I encountered was the freezing of X server at startup; I googled for some information and found several posts which explained how to solve the issue changing various parameters such as monitor horizontal and vertical sync in xorg.conf, however I wasn’t able to start correctly the X server and have the graphical interface working (everything seemed extremely slow and Xfce was frozen) .
Eventually I found a solution and decided to post it here as Mac configurations are quite standard and someone else with this machine could run into the same problem:
- If X or Xfce freeze (or crash) on the first restart after installation you’ll be able to access the terminal through the shortcut ctrl+alt+F1 (don’t wait too much time to access the terminal as the mac could freeze completely and you’ll have to restart it)
- login into the system typing your user and password, then type:
sudo su
and repeat your password in order to obtain root access
- now open xorg.conf with nano, a simple text editor:
nano /etc/X11/xorg.conf
- go to the section “Module” inside xorg.conf file and place a comment adding the # symbol before the line Load “dri”:
# Load "dri"
- Save the xorg.conf file with the shortcut ctrl+o and press Enter
- Reboot the system typing
reboot
and everything magically will work
Disabling DRI (Direct Rendering Infrastructure) couldn’t be a very elegant solution, however, if you don’t plan to use 3D games or OpenGL applications (don’t think this iMac model would run them adequately anyway), this solution makes your old iMac G3 work like a charm and you’ll be able to perform home and office tasks such as surfing the internet, playing music or writing a document with your new brand, free operating system.