Archive for category Technology

ChromiumOS Downloads

Google Buzz

Jumping on the ChromiumOS Downloads, I have built and compiled a version of ChromiumOS, the URL for viewing builds and downloading is available at http://www.spcook.co.uk/chromiumos

No Comments

A tale of a laptop (and Windows 7) Part 1

Google Buzz


This is part 1 of a post that I will continue with when I have tested more

Well, as you may or not be aware, I recently bought a new laptop, a HP Pavilion tx2530. It doesn’t have multi-touch or any of the other naff that the latest TouchSmart tx2 series has, but who uses multi-touch after two days of use anyway? It does however have single touch and pen input, as Windows keeps reminding me. It also has a Windows Experience Rating of 4.3, which isn’t bad for a laptop I reckon.

laptop7system laptop7wei

The laptop came with Windows Vista Home Premium, but hey there’s a release candidate of Windows 7 floating around here, so why don’t I install it? So that’s just what I did, and now I will discuss what works and what doesn’t.

Installation

First step of any system, installing the operating system. In case things went south, I decided to keep Windows Vista installed as well. This would allow me to at least have a working system if things went wrong. So the first thing I did was to take an 80GB chunk of the main hard drive and called it my Windows 7 install, as you can see in the image of Computer.

laptop7mycomp

Now that has been installed, it’s time for some driver installs. But wait, Windows 7 isn’t released as RTM yet, so what drivers to go for? Well, Microsoft claim to have 100% compatibility with Vista drivers, so a nice trip to the HP Driver Download site to get some drivers. Looking down the list, I grabbed everything, apart from the ATI graphics drivers which were very out of date, so I grabbed some dedicated Windows 7 drivers from the AMD site. Good hour of installing, and only one catch, the drivers for the sound chipset wouldn’t install because I’m running an “old” version of Windows. Thankfully Windows Update is a dream so that just fixed that problem.  Now that everything’s installed, lets see if it works.

Testing Previous Features

Now, the first thing that I need to make sure of, is that I have not lost any functionality by this move, but have indeed gained functionality, so I will test original features.

  1. Sound buttons
    Now, as you may or may not be aware, the tx2530 has backlit buttons that are blue by default, but the mute button turns orange when the sound is muted. Before installing drivers, muting the sound did not cause the colour to change. After all the driver installs, this appears to work perfectly. Orange to blue and blue to orange, button or mute via windows, it all works. Not a stopper if it didn’t but nice that it does.
  2. Tablet and touch
    The main point of the laptop, the touch screen and (more importantly) the tablet. After testing in Windows Journal, the pressure sensitivity from the pen, the rubber on the pen, right click, having touch enabled, all works perfectly. However I have one problem with it, and that is pen flicks. Basically you use gestures, throw up and down to scroll up and down, left to go back, and right to go forward. But wait… in Windows 7, left is forward and right is back. Sorry that doesn’t make any sense at all!?!?!? This is easily fixed however by enabling the 8 directional pen flicks and changing them manually, but that is just weird how it is in reverse by default.
  3. Multimedia Remote
    This laptop comes with a tiny remote (that is almost guaranteed to be lost). Before the upgrade it used to control everything perfectly, it controls Windows Media Centre and also the QuickPlay software. After the new install, and mashing of every button on the remote, this still works perfectly, which is good.
  4. Screen Image Auto-rotate
    A feature that at times has been a pain when I haven’t wanted it to automatically rotate the screen around. But heck, its still useful if you want to switch to tablet mode and not want to rotate the laptop. Shutting the screen here causes the same correct effect to happen which is good.
  5. Other Features
    I have tested other features, but they are not worth of a full note, and all work perfectly. The SD Card, the monitor connection, TV out, network all work. I haven’t tested if the modem works, but then again I don’t use dialup or a modem for anything, so this really doesn’t need a test for me.

Now that these have been checked, let’s see what’s new.

New Items

The first item is quite useful, the new tablet pc input screen. Firstly, the on screen keyboard has some nice effects, firstly the buttons look nicer, and they now have a nice effect when you press them, which makes it easier to tell if you have hit the wrong button.

laptop7osk laptop7osk2

The pen input differs from Vista as well by as you write it does text recognition on the words and shows it where your writing once was. There are new gestures to split and merge words, and the best feature (in my opinion is if you click on a word you can view it in character mode and change letters as you go.

laptop7penwrite

Summary of Part 1

Is Windows 7 worth it on my laptop? I would say definitely. Installing this has been very good so far, and in Part 2 I will be comparing battery performance as well as other features in Windows that should hopefully make it worth the switch from Vista to 7.

 


This is the end of part one of this post and I will get back to this. But for now there is more Windows 7 testing to do on my laptop.

, , , , , ,

No Comments

How to upgrade from Fedora 9 to 10 using Yum

Google Buzz

On Tuesday, the latest version of Fedora came out which includes the usual round-up of new updates for several purposes, which can be read http://docs.fedoraproject.org/release-notes/f10/en_US/index.html#sn-Fedora_10_overview

I use a Fedora 9 server, which I can’t get to, so the normal method of putting a disc in and letting anaconda do all the work just isn’t suitable for me, so using yum I “upgraded” by telling yum to use the Fedora 10 repos and then getting the system to update from this. This method is somewhat risky, but for this case it seemed to turn out well. Previously this method has caused funny problems with X-server, but as I don’t use any x applications (everything is just command line for me) this wasnt an issue.

The steps I used to set up this system was as follows.

  1. Firstly, make sure your Fedora 9 installation is as up to date as possible. This is done in the normal way, and for this, it is probabily best if you clear your cache of any repos.
    yum clean all && yum update && yum clean all

    You will notice I clear the repo cache twice, this is to make sure that when we get it to do the upgrade, it doesnt try to use any old F9 repos.

  2. Remove any extra repos other than the default Fedora ones, to minimise package conflicts even further. These files can be found in /etc/yum.repos.d/
  3. Run the following command into rpm to get fedora to believe it is Fedora 10 and then to update itself to it:
    rpm -Uhv http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-10-1.noarch.rpm http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0.1.noarch.rpm
  4. Run another yum update, this time it will download a lot of packages as this will now upgrade you to Fedora 10
  5. Reboot using the reboot command
  6. Pray (a little)
  7. Say hello to Fedora 10

You should now be running a proper version of Fedora 10. Note however that using an installation disc and upgrading using anaconda is still the recommended method of upgrading, but for those that cannot do that, at least this offers an alternative.

Note however that due to to some changes that happen between versions, you might notice some slight bugs running a new version upgraded in this way. I have yet to see any of these probems, but that is not to say that there aren’t any. Problems that are found will have to be fixed some other way, and I cannot be held responsible for any of these. Basically, here is a method but it is unsupported so it’s at your own risk.

I hope these instructions will come in handy to someone at some point, but basically if you need them, they are here.

, , , ,

No Comments

New Gmail Themes

Google Buzz

Just got this update literally a minute ago, and it confused me… what the hell, my gmail looks different. It appears theres now themes built into it, which seem to be just like iGoogle themes. There are 31 themes at the moment, and I have screenshotted a few for you here:

Right now I am using the Planets theme, its offering me quite a good mix of image and transparency, though I think I may settle on the Shiny theme or some other theme that resembes a normal Google blank page.

Anyone else seeing this at all? To see, go to your Gmail settings page, and look for the “Themes” tab.

 

Edit: This is only showing on my Gmail account, not my Google Apps account at the moment, so it appears its a gradual rollout (I have give me beta stuff turned on in Apps)

, , ,

No Comments

My Computers PhotoBuild

Google Buzz

Right, finally got round to building my computer, and while my Team Fortress 2 maps directory copies from one system to this new one, I can finally put the pictures of my computer being built.

Firstly, the parts that I ordered:

  • Corsair Memory 2×1GB 240-Pin DIMM XMS2-6400 CL5 Corsair Memory 2×1GB 240-Pin DIMM XMS2-6400 CL5 – £29.84
  • Intel Core 2 Duo E7200 2.53GHz Intel Core 2 Duo E7200 2.53GHz – £75.18
  • Gigabyte S775 Intel P31 DDR2 ATX Audio Lan Gigabyte S775 Intel P31 DDR2 ATX Audio Lan – £41.46
  • Gigabyte Radeon 4850 512MB PCIE 2xDVI 625MHz/1.9GHz – £115.13
  • Grand Total: £261.61

Now, firstly my parts had arrived in a box that surely was too big for what it needed?!

A big box

And the parts inside the box:

The CPU:

The box for a processor

45nm, “You are so small, it’s funny to me!” I believe would be the heavys reaction.

Top of Processor Box

Surely such a big box for this small processor?

Back of Processor Box

Ooh it spins… hopefully enough to cool it down so I don’t melt my new processor.

The Motherboard:

Motherboard box

Well, the processor fits on there, thats about as much as I know lol

Graphics Card:

Motherboard Box

Shiny box… let’s hope the graphics are as shiny :)

Graphics Card

And the shiny graphics card, not as shiny as it’s box, but defnetly better than the nVIDIA 5200 that it replaces.

RAM:

RAM

2GB should be enough to let me actually use this thing lol

Ooh, maps copied :) I’m gonna now test this system and put more pics later :)

, , , , ,

1 Comment