The lovechild of technology and mayhem!
Posts tagged video games
Forza and Me
Aug 4th

I borrowed my brother’s Xbox to entertain both me and Alex (3-year-old son) last night. I let him play “Cars” and I patiently waited for him to go to bed so I can play “Forza” – by falling alseep on the floor – genius! After vigorously playing my campaign mode, acquiring three new cars, levelling to 10, and decaling the mess out of two cars I realized that I should not be going to bed some time after 3:30am. I have too many things to do, in the morning, and video games is NOT one of them. I must have played a straight 4-5 hour session and didn’t realize it. Sure my fingers hurt, but it wasn’t an indication that I’ve been playing too long… just that I needed to not put so much pressure on the buttons.
May 10th

A GUI is a very complex piece of software and there could be any number of reasons why it would lock up on you. If you need to kill your x server and then restart it, here are some tips:
Killing X server via Terminal
Open a Terminal (ex: gnome-terminal) and type:
# init 3
That will kill the x server and throw you into runlevel 3 mode (all text). If it doesn’t find the command, then switch to the root user by typing “su -” (you will need to know the root password).
Restarting X server
If you need to restart the X server, and you’re in GUI mode, simply use the keyboard combination CTRL+ALT+BACKSPACE. For the most part, it’ll work.
Whatcha’ Say!?