Technology Information: 05/12/10

Beautiful Nature by Numbers by Cristobal Vila & Eterea Studios (via Infosthetics and Flowing Data)

Beautiful Nature by Numbers by Cristobal Vila & Eterea Studios (via Infosthetics and Flowing Data)


Beautiful Nature by Numbers by Cristobal Vila & Eterea Studios (via Infosthetics and Flowing Data)

Posted: 11 May 2010 02:02 PM PDT

Here is a video from Cristobal Vila, of Eterea Studios inspired by "numbers, geometry and nature":


Nature by Numbers from Cristóbal Vila on Vimeo.


RELATED
Images of the process of making Nature by Numbers

HOWTO: Linux Mint 8 on T91MT

HOWTO: Linux Mint 8 on T91MT


HOWTO: Linux Mint 8 on T91MT

Posted: 11 May 2010 04:11 PM PDT

The Asus's T91MT is a fantastic device for many reasons, but one thing I dislike about the device is that it ships by default with only Windows 7. I firmly believe a computer is a terrible thing to waste, so as such the first thing I did was to install Linux on the system when I opened the box. After trying many different flavors of Linux over the course of two weeks I finally settled on Linux Mint 8 as the primary operating system for my tablet device. The following is a summary of how to get the T91MT mostly functional under Linux Mint 8.

#1 Fixing the Wifi
There are two issues with the wifi I have under Linux Mint, one I have corrected and one I have not. The first is that for some odd reason the wifi in the laptop is disabled at startup - meaning I have to press function+f2 to toggle the wifi on before I can get a connection.

The second issue is one we can easily fix. If you notice once you do get a connection to something it will not be a very strong signal. To fix this we need to install the back-port modules for the wireless drivers. To do so run the following in terminal (while you are online):
sudo apt-get install linux-backports-modules-karmic \
linux-backports-modules-wireless-karmic-generic
My wireless signal jumped from 2 bars to 4 bars at my desk after I installed these.

#2 Resolving the Graphics Card Issue
The graphics card in the T91MT is the notorious Intel GMA500 (look for a rant on this one coming soon), in short it is not really an Intel graphics card. It is a chip made by an outside company that Intel stamped their name on, as such it needs some closed source drivers installed to function properly. To install the drivers run the following in terminal (while you are online):
sudo apt-get update && sudo apt-get upgrade && \
sudo apt-get install linux-headers-generic && \
wget http://dl.dropbox.com/u/1338581/Gma500/scripts/poulsbo.sh && \
sh ./poulsbo.sh
After this finishes (and it will take some time) reboot the computer and it should boot into the beautiful 1024x600 resolution.

#3 Setting up the Touch Screen
The default evtouch package in the repositories does not support the T91MT by default, to resolve this download this file. The following assumes the file was downloaded to your ~/Downloads folder, run the following in terminal:
cd ~/Downloads
tar zxvf xf86-input-evtouch-0.8.8-T91MT.tar.gz
sudo cp 69-touchscreen.rules /etc/udev/rules.d/
sudo cp 50-asustek.fdi /usr/share/hal/fdi/policy/20thirdparty/
cd xf86-input-evtouch-0.8.8-T91MT
sudo apt-get install xserver-xorg-input-evtouch xserver-xorg-dev
make clean && make
sudo cp ./.libs/evtouch_drv.so /usr/lib/xorg/modules/input/evtouch_drv.so
For some reason the calibrate program does not function on the T91MT while the display manager is running (meaning you might want to open this page on another system for the next few steps). Press ctrl+alt+f1 to drop down to a tty, enter your username and password and then run the following:
sudo /etc/init.d/gdm stop
sudo /usr/bin/calibrate_touchscreen
The on-screen instructions do not appear, instead you are simply presented with the calibration window. To calibrate the screen first place the pen in one corner of the screen and trace along the edges of the entire screen until you get back to your starting point (you know it is working if the numbers on screen are changing). After you have traced all four edges of the screen press the enter key. After a moment one of the Xs on screen will turn red, tap the center of the X that is red. Repeat this with each of the Xs as they appear red. After you have finished this, if the calibrate does not automatically close press the enter key, this should return you to the terminal login. To start your display manager back up run the following in terminal:
sudo /etc/init.d/gdm start
That concludes the configuring of the three key functionalities on your T91MT under Linux Mint 8. If you are looking for some fun/useful touchscreen applications I use the following on my tablet:

Utilities:
CellWriter - Best on-screen keyboard I've found for Linux. Also includes hand-writing recognition if you train it some to your writing style
EasyStroke - Allows you to fire command or push buttons when you pen in certain gestures on screen. Some of the things I use it for are right clicking, switching desktops, and loading my favorite programs.

Writing:
GIMP - You classic image manipulation program for all operating systems. It is fun to play with on the tablet.
Xournal - Turns your computer into a pad of notebook paper. Allows for easily importing pdf files to write on and does one click pdf exporting for documents you create. I use this for all my note taking in class.
MyPaint - For free hand drawing this one I prefer to GIMP (also a bit less resource intensive). This one is not included in the repositories however, you need to install it from GetDeb.net

Games:
Asileroit Solitaire - Because who uses a real deck of cards anymore?
Palapeli - A jigsaw puzzle game.
Phun - A 2D physics game, lots of fun to poke around with. This is another one that has to come from GetDeb.net
World of Goo - Runs quite well on the GMA500, this one is a blast on the tablet. You do need to purchase this one though.

Finally, I would like to mention these instructions pertain only to Linux Mint 8. Due to an issue with the GMA500 graphics driver and the Xorg server higher than 1.6.x these instructions will not work with a version higher than Linux Mint 8.

Have any trouble or questions feel free to drop me a line below and I will do my best to answer.

~Jeff Hoogland

Bordeaux 2.0.4 - Hands on Review

Posted: 11 May 2010 01:33 PM PDT

Competition is an important part of all markets. It drives innovation, keeps prices down, and typically tends to ensure a quality product. Don't get me wrong, I think Crossover is fantastic software, but with Cedega pretty much being dead where is the choice in commercial Wine software? Lesser known than the two previously mentioned is Bordeaux.

Bordeaux is a commercial Wine software more similar to Crossover than Cedega in respect to the fact that it directly uses the Wine project. What makes Bordeaux worth taking a look at? Well there are a few things!

Firstly I would like to highlight the fact that Bordeaux updates their software regularly. The version I obtained to use for this review is the soon to be released 2.0.4, which ships with Wine version 1.1.41. The current release, 2.0.0, ships with Wine 1.1.36 (where is Crossover has been shipping with Wine 1.1.24 for sometime now). For those not familiar a newer Wine version typically means support for more applications and better performance for those that already ran in past versions. Worried about buying Bordeaux and then having an new version come out a couple months later? No worries, your purchase comes with free upgrades for six months after purchase.

The next wonderful things about Bordeaux is that just like Wine - they support most forms of Unix officially. Bordeaux is available for purchase for the BSD, Linux, OSX, and Solaris platforms (Where is Crossover only officially supports OSX and Linux even though they have unsupported BSD and Solaris builds). Bordeaux is also affordable, at 20$ for the Linux binary it is half the cost of even the cheapest Crossover product.

Now for the most important part of any review - the functionality of the product. While the list of software Bordeaux officially supports is not extremely large, they do support many of the key applications that most Unix users require from the Windows environment. These include (but are not limited to) Microsoft Office 2000/2003/2007, Photoshop 6/7/CS/CS2, Internet Explorer 6/7, and Steam. I was pleasantly surprised to see that the recently released new Steam GUI was near fully functional under this latest release of Bordeaux. In fact the only issue it gave me was a distortion of the tray image icon. I loaded up a few of my source engine games (L4D2, Team Fortress, Counter Strike: Source) and they all ran perfectly fine.

Bordeaux's GUI for installing and managing software is simple, but functional. It contains three main sections: Install Applications, Manage Wine, and Unsupported Packages.
The Wine management tab provides easy access to tools such as a command prompt, notepad, regedit, taskmgr, winecfg, and application un-installer. The unsupported packages tab allows for installing all of the various Winetricks packages into a given "wine cellar" (Bordeaux's version of the "bottle" or WINEPREFIX).

Over all Bordeaux works quite well and this 2.0.4 release is a step in the right direction. One key reason to pick up Bordeaux over Crossover is if you have need of both Steam and Office 2007 on your Linux install (A prime example for this is if you are a student such as myself and game occasionally while needing M$ Office because your school requires it). To have both of these applications supported under Crossover you would at least have to purchase their 70$ professional package versus the 20$ it would cost to have support for both these applications under Bordeaux.

~Jeff Hoogland

Raymond.CC Blog - Why I Test and Analyze Software From Real Windows Environment

Raymond.CC Blog - Why I Test and Analyze Software From Real Windows Environment


Why I Test and Analyze Software From Real Windows Environment

Posted: 12 May 2010 12:00 AM PDT


From the day I started writing web logs (blogging), I always test and make sure that the article I post is truly working at that time. The testing and analysis are done on my desktop computer that is installed with either Windows XP or 7. Every time when I need to test something new and [...]

Enter your mail address:
Template by - ADMIN | HiTechvnn Template