Showing posts with label Games. Show all posts
Showing posts with label Games. Show all posts

Saturday, August 11, 2012

Sitecom Gaming Router: Changing Lan IP

My kids have been asking for a gaming router for ages, finally, I caved in, and went out to spend some cash on a gaming router. Sitecom seemed to be a decent choice for the money (€149).
I wanted to install this router in cascade with the main router & modem along with 2 more routers on the network. The default LAN-address for most routers (192.168.0.1 or 192.168.1.1) were already in use, so I needed to change that. Normally a 30 second job.

Using my laptop running Linux, and Firefox, I changed the router's LAN address (192.168.5.1). To my surprise, it didn't work. Each time after changing and applying the new address, the default (192.168.0.1) would come back. The router did NOT save the settings.
Trouble shooting began: firmware update, trying numerous of changes in other settings before applying the new LAN address, Nothing could help. In the end for the sake of it, I tried the same with Chrome. Even more surprised now, as this was indeed just a 30 second job. It worked ! That was a first ever to notice something to work on chrome that didn't on Firefox.
In short, This router seems to not like Firefox, and needs to be programmed with Chrome. (for windows users, Explorer might work too, but I didn't test further)

Below, the video of my findings:



Wednesday, July 18, 2012

Gaming: Increasing the Brightness for Urban Terror in Ubuntu 12.04

The only game I ever play is Urban Terror, but since Ubuntu 11.04, 11.10 and now 12.04 LTS, even the maximum brightness setting in UT is still very dim on my laptop. So I ended up using a script to start the program with the following settings to increase the brightness.

In the assumption you have installed UT in the ~/Games/UrbanTerror folder, type at the command prompt: (substitute the correct folder if yours is different)
 



gedit ~/Games/UrbanTerror/utstart


copy and paste the following code and save/exit.


#!/bin/bash
xgamma -gamma 2.2
~/Games/UrbanTerror/./ioq3-urt
xgamma -gamma 1


If "-gamma 2.2" is not bright enough for you, you can increase this value.



Adding this script-file to the Menu so you can fire it up from the dashboard:
open main menu editor and add and item in the games section:



In our case the command is: ~/Games/UrbanTerror/./utstart































enjoy the game.