Tuesday, December 12, 2006

Cheese n Crackers

Dont ask just watch.

Monday, September 18, 2006

Vista



Is this vista then,
I Should post more

Friday, July 21, 2006

WtF



well did it anyways,
games on the bar booyaa

Thursday, July 20, 2006

Vista ?



well am gaggin for windoze vista to become real and have installed the brico/vista inspirat pack,
It works good and gives the option to indivually colour folders to your needs and dramaticlly changes the the xp expeirence(lol), also the object dock launcher bar gets rid of desktop icon's cluttering the desktop space which leaves a lot of room for video playing appz to be windowed on the desktop with ease of launching other appz at the same time

Wednesday, July 12, 2006

XGL

K i finally got this up and running, it's taken me at least 3 attempts each time ending up at a command line on reboot. i think this was mainly due to piecing guides together to get the result i wanted. This is definetly one of the best things about using linux as it's not too hard to modify guides etc and fully customize any part of the linux(ubuntu) system.
although i can't get the opacity plugin working it does work good, heres a little screencast i did showing a few of the features of xgl,compiz.
http://www.jamesgregson.clara.net/xgl.avi
i think this uses a indeo codec but easily plays using vlc player

and here is the pieced together guide's i used

a clean install of ubuntu 5.10 helps methinks and this guide is for nvidia cards only

Step one
Let's add dapper sources to apt. If you are one of the lucky ones already running it, skip to the next step. Otherwise, just throw this line in /etc/apt/sources.list/

deb http://archive.ubuntu.com/ubuntu/ dapper main universe restricted multiverse

apt-get update, apt-get dist-upgrade, and you're good to go. As has been mentioned in some feedback, this can take a long time, especially for those without very fast connections.
this is a recommended way to do this.

I assume you have installed the newest Nvidia driver from the repositories if not get it with this command
sudo apt-get install nvidia-kernel-common nvidia-glx


Now lets edit some xorg.conf. First thing is to open it with this command:
sudo gedit /etc/X11/xorg.conf

Find the “Module” section. Comment out the “Glcore” and “dri “ modules and make sure a “glx” module is there. So basically like this:
# Load "GLcore"
# Load "dri"
Load "glx"

Now find the “Devices” section.

Change every line but the “Identifier” line to look just like mine:
Section "Device"
Identifier- leave this line alone!
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
EndSection

IF LATER ON COMPIZ DOES NOT WORK FOR YOU (and complains about composite extension):

Add this to the very bottom:
Section "Extensions"
Option "Composite" "Enable"
EndSection

DON'T ADD IT OTHERWISE

VERY IMPORTANT:

Make sure your default color depth is 24!

Now save and close the file.

Now on to the second part- install XGL.

I pretty sure this line will do it:
sudo apt-get install compiz xserver-xgl libgl1-mesa xserver-xorg libglitz-glx1 compiz-gnome

Thats pretty easy. Next step is the making it start when Gnome starts.
First a command:
sudo gedit /etc/gdm/gdm.conf-custom

Make it look JUST like this. Delete all thats in the file and paste in all I have posted:
# GDM Configuration Customization file.
#
# This file is the appropriate place for specifying your customizations to the
# GDM configuration. If you run gdmsetup, it will automatically edit this
# file for you and will cause the daemon and any running GDM GUI programs to
# automatically update with the new configuration. Not all configuration
# options are supported by gdmsetup, so to modify some values it may be
# necessary to modify this file directly by hand.
#
# To hand-edit this file, simply add or modify the key=value combination in
# the appropriate section in the template below. Refer to the comments in the
# gdm.conf file for information about each option. Also refer to the reference
# documentation.
#
# If you hand edit a GDM configuration file, you should run the following
# command to get the GDM daemon to notice the change. Any running GDM GUI
# programs will also be notified to update with the new configuration.
#
# gdmflexiserver --command="UPDATE_CONFIG "
#
# For example, the "Enable" key in the "[debug]" section would be specified by
# "debug/Enable".
#
# You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and
# re-read the new configuration settings. You can also restart GDM by sending
# a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes
# any user session started by GDM to exit immediately while USR1 behaves like
# gdm-safe-restart and will wait until all users log out before restarting GDM.
#
# For full reference documentation see the gnome help browser under
# GNOME|System category. You can also find the docs in HTML form on
# http://www.gnome.org/projects/gdm/
#
# NOTE: Lines that begin with "#" are considered comments.
#
# Have fun!

[daemon]

[security]

[xdmcp]

[gui]

[greeter]

[chooser]

[debug]

[servers]# Override display 1 to use Xgl (DISPLAY 1 IMPORTANT FOR ATI FGLRX).
0=Xgl

[server-Xgl]
name=Xgl server
command=/usr/bin/Xgl :0 -fullscreen -ac -accel glx:pbuffer -accel xv:fbo
flexible=true

That has a special line that which works best for Nvidia cards- this might solve acceleration issues some people have!

Time for the last step: make compiz work! This part will work for ATI users as well.

First this command:
sudo gedit /usr/bin/thefuture

An empty file should appear. Fill it with this:
#!/bin/bash
gnome-window-decorator & compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher &

Now save the file. Now use this command:
sudo chmod 755 /usr/bin/thefuture

leave that for a few mins i.e go make a cuppa then reboot After login in GDM, open a terminal and enter this:
xmodmap /usr/share/xmodmap/xmodmap.

replacing your country code for language. For US English I use this command:
xmodmap /usr/share/xmodmap/xmodmap.us

i did this on my box even though i live in the uk as i just dont know the link for a uk keyboard layout a us layout aint too hard to work round on a uk keyboard

Now put this command in the terminal to get compiz love:

thefuture

That should make compiz start working. If not, just keep using that command (maybe up to 20 times) till it does work. If you have problems, its tough as im still a complete linux noob lol.

Try it out. Here are the basic key commands:

CTRL + ALT + Left/right arrow key. Switches to the new side of the cube for me.

CTRL + ALT + SHIFT + Left/Right arrow key- Takes the in focused app around cube.

CTRL + ALT + Left Click on Desktop - allows you to use the mouse to rotate cube.

F12 - uses the Expose like trick

any other problems then check this post http://www.ubuntuforums.org/showthread.php?t=131267

i rekon thats my first ever linux tutorial may it be the first of many CRASH!!!(champange bottle breaks on the side of my tower) sorry no crashes it's linux
hope this works again and if by anychance youve tried this let me know how you find the tut.

Tuesday, June 06, 2006

Photo Site

Hmmmm since i have a blog i now have a photo site also
TBH its only for the benefit of my mom to get some pics of my son since she got me a camera :) so theres no need for her to download pics shes not keen on....flickr looks ok and works ok but i'll definetly change it if i hit problems

site here http://www.flickr.com/photos/52766588@N00/

XGL,Compiz,Ubuntu


How badass does this look, yep thats a desktop 4 way cube rotation for different workspaces twill be interesting to see how it handle 6 spaces, Theres a vid here thanks to analogue40 http://osvids.com/files/page3-1036-pop.html

is this the shape of things to come and will vista blow it away or the other way round
I've also read some interesting stuff lately and linux is certainly gaining in popularity as everyday user start to realise bill gates has em in his pockets.
anyways just need to find time to get this up n running with my limited linux knowledge using this guide http://www.ubuntuforums.org/showthread.php?t=127090
hope my g-card takes it well :0

wasteland

Finally got some interesting games at last Tony hawks american wasteland and battlefield 2,
THAW is definetly the dogs dangly bits out of all the THPS series especially since it has the option to play as Tony T but also has some great levels such as kyoto but also has some old school levels (i thought they'd already done that)and easy multiplayer access!!
The sound track is also top notch again with namely the frank black tune 'los angeles'

BF2 not much i can say....great multiplayer interactivity with more guns n cars to shake a stick at although you need to pay for extra maps which sucks.
BF2 has rankings and medals of honour as with the real army just for extra fun and addictiveness........I've now reached sargeant and havent played it since, but the summer months are here so who needs gamez

Tuesday, May 16, 2006

blog off bloggers

it's my blog and i blog if i want to

Wednesday, May 10, 2006

useful commands etc

df -h = ls disk space
-h = human readable
ls -al

quick tip:-to add extra repositries edit etc/apt/sources.list

feel free to add!

Wednesday, May 03, 2006

linux game installs

most games come with an installer which when placed in the home folder runs from terminal
i.e. sudo sh (filename).run
which adds the installer generally to usr/local/games/(gamename)/base

the pk files from the game cd then need to be copied to this folder but not overwriting and files created by the installer

most file/game instructions i come across online just don't make sense to me lol

Saturday, April 29, 2006

grub boot loader splash

got my boot loader splash back up easy when ya know how eh........but how am i gonna start doing this stuff from memory. lessons? sunderland college ain't too forth coming atm lol

the boot edit link wont't load now typical after i wrote this. it's mad how they do work on ubuntu forums on a weekend when theyre most needed? ho hum

Wednesday, April 12, 2006

fstab

my current fstab is as follows:-

# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/hda5 /media/space vfat iocharset=utf8,umask=000 0 0
/dev/hdb1 /media/windows ntfs nls=utf8,umask=0222 0 0

if anyone can see faults in this then comment!! but it seems all good apart from my ntfs drive icon keep's appearing in the top right hand corner making me move at every logon :{

ive also found a handy looking newgroup site www.binsearch.info not fully tested but give's the option to create nzb's from the posts within a particular group

Monday, April 10, 2006

back to ubuntu




now that i have my hardives swapped and everthing is running fine with xp media center installed and running well with all the music and media/games appz i need on that OS.
ive now partitioned my drives to 20gig media centre edition on hda1, 20gig ubuntu 5.10 and a 34gig fat32 partition to read/ write to in both linux and windows.

just installing amsn which is fun since i clicked it off during the tcl install
http://www.ubuntuforums.org/showthread.php?t=102299

i edited my fstab pretty much from memeory with a little help from ubuntu guides for extra repositorie addys etc for installing automatix

ive also created an ubuntu backup so i can now go ahead and break it with this
http://www.linuxtv.org/

Thursday, March 23, 2006

new installs

just went and bought a pioneer 110 dvd burner and it's great!
it run's really quiet and has just minced a few games and another 25 gig or so of files very smoothly. cant wait to get my hard drives swapped over as my old one is just so tired. Then its 'hello' fast pc, it's still gonna take a while to configure my operating systems/partitions etc but should be a great system once done.

i've still another 40 gig of data to burn off but believe you me it's a nitemare deleting files from this 80 gig drive i have as ive resorted to beer for the stress of not having my media at my finger tips. it's harrowing deleting music and skate footage.

k back to the mission

Wednesday, March 22, 2006

pie crust

k here it is the OXO sheperds pie ad at last waaaaaaaaaaaaaaaaaaaaa


http://www.singleton20.freeserve.co.uk/Shepherds_Pie.WMV

shame about the quality but the lyrics are as follows:-

Sheperds piiiiiiiiiiiiieeeee.

Gonna bake you in hell tonite at gas mark 4 not farenheit.

A sheperds pie will go down a treat.

Give me a portion of your mash and meat!

Tuesday, March 21, 2006

Shepards PiiiiiiiiiiiiiiiiiiiiiiiE



It's officially shepards pie week! been listening to anthrax for 24 hrs found mi tight jeans and have grown a beard and long hair. i shit you not.

And made a shepards pie for good measure with steak, which was absolutely lush

Saturday, March 18, 2006

talk to the hand beetch


cracked mi hand off the floor a few times today doon tha leam it proper knacked mister and looks like some kinda fanny hand thingy.

but was a canny day............ red hot as usual, massive hangover as usual and i did a frontside rock so thats it i can now retire from skateboarding.

on the other hand(chortle chortle) ive came to the conclusion that whoever told me about the arctic monkeys wants shooting..................its been about 4 weeks now and i just cant get the shit outta me head. i stopped listening to it fer 2 weeks and still woke every morn singing it in mi head maybe im possessed(to skate lol) the tunes are just too damn catchy i did like the full album but am going off some songs now but that 'still take you home' song is mint..... was cutting about the leam listening to it today

'wo wo wo, da da da da, d da da da, d da da da da dada'

oh er did a wicked fart also everyone smelt it and it was windy too!

Tuesday, March 14, 2006

layer cake


tuesday wrote mr kipling, canny cake's n all

Saturday, March 11, 2006

new installs


beeen upgrading mi pc this week...
installed a hauppauge hvr -1100 dvb-t tv tuner which has went ok given the sofwarez which came packaged with it were pure trash but after much carry on i've now got cyberlink powercinema 4 on and it works a treat.
the softwarez that came packaged with it i 'DID' get 63 channels(when the wind was blowing the right way and the washing machine were'nt turned on)
but this cyberlink package seems to do it all tv/dvd/mpeg/music/pics, although it scans for available channels when clicking tv in the menu and i never seem to get more than about 71 channels including some digital radio stations (when the bath ain't running?)

need some better software again methinks ho him til then

Sunday, March 05, 2006
















skated silksworth the other day its rough as a badgers. the makem monkeys cudda painted it to make it slippy cos when i did a f/s air and bailed it me kneepads stopped dead, head went forward chin then contacted the floor and the rest is history............. snowed as well, first time we ever sk8ed in the snow..............IN THE SNOW!!! GODAMMIT!!

this is a warning

been practising some duane manoooovers doon the leam today fuck me its cold