search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 05.22.12

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Brightness
PostPosted: 05.19.10 
Offline
Gott
User avatar

Joined: 09.28.08
Posts: 2229
Location: Solar System
-----tdm:  
nick: [dswp]AimMe
skill: 1676.5
kills: 94164
deaths: 74025
ratio: 1.27
-----bomb:  
nick: Laziness
skill: 1453.78
kills: 3274
deaths: 3676
ratio: 0.89
-----ts:  
nick: [dswp]AimMe
skill: 1434.11
kills: 212
deaths: 215
ratio: 0.98
I have 64-bit lynx and have no problems at all....

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.19.10 
Offline
Secretary with big boobs, blond, but smart
User avatar

Joined: 08.27.09
Posts: 510
Location: Zagreb, Croatia
-----tdm:  
nick: guide
skill: 1890.97
kills: 106241
deaths: 52183
ratio: 2.03
-----bomb:  
nick: guide
skill: 1612.07
kills: 8062
deaths: 5665
ratio: 1.42
-----ts:  
nick: Teeth
skill: 1457.66
kills: 3552
deaths: 2928
ratio: 1.21
youre special :D

_________________
@CuntBot> LtCookie, your penis is 14.5 cm long.
on Mumble:
Cookie: "I have a bigger cock than you."
Beh answers: "No you don't!"

+BEH> !penis
@CuntBot> BEH, your penis is 0.9 cm long.
+BEH> oh god
@LtCookie> owned



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.19.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2380
Location: Solar System/≈Zagreb
-----tdm:  
nick: [Natirips]KrizoGon
skill: 1576.51
kills: 63066
deaths: 71167
ratio: 0.88
-----bomb:  
nick: Laziness
skill: 1453.78
kills: 3274
deaths: 3676
ratio: 0.89
-----ts:  
nick: [dswp]AimMe
skill: 1434.11
kills: 212
deaths: 215
ratio: 0.98
Unclefragger wrote:
~/bin is a MUST have! but why do you add it at the end of $PATH and not in the beginning? You can't override other applications the way you use it

I put it at the end for three reasons:
1) If I want to override an app, I'll sudo cp override it the ugly way (I'm a wirdo that likes ugly methods) :idea: .
2) Not to accidentally override any system-critical app
3)
Code:
natirips@nati-lap:~$ ls bin
aniwall.sh    dswp.de            kompiz   ps_mem.py         urt~
aniwall.sh~   dswp.de~           kompiz~  ps_mem.py~        xjig.
datumi.perl   dswp_whoswhere.pl  lawl     randomamv.x86_64  ymail
datumi.perl~  googleearth        play     urt               ymail~
natirips@nati-lap:~$
 

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips /
Image



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.20.10 
Offline
Ingame Mod
User avatar

Joined: 12.19.09
Posts: 742
Location: @Gauss:
-----tdm:  
nick: eX3m
skill: 1849.56
kills: 48977
deaths: 28863
ratio: 1.69
-----bomb:  
nick: LetsPlay
skill: 1585.77
kills: 1867
deaths: 1761
ratio: 1.06
-----ts:  
nick: eX3m
skill: 1461.8
kills: 360
deaths: 296
ratio: 1.21
I tried that optimized file, yea it runs better and i am better with it :) but unfortunately the problem is still unsolved...

Hmm naitirips if it is script it must run in the background waiting for UrT to end? i am not sure, sry i am just PC beginner :) :D



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.20.10 
Offline
posted some :)
User avatar

Joined: 01.24.09
Posts: 305
Location: Germany
-----tdm:  
nick: CMM|Rylius
skill: 1744.22
kills: 30185
deaths: 22634
ratio: 1.33
-----bomb:  
nick: CMM|Rylius
skill: 1567.02
kills: 1295
deaths: 1268
ratio: 1.02
-----ts:  
nick: Rylius
skill: 1496.32
kills: 162
deaths: 161
ratio: 1.00
Third line only starts when UrT finishes, so you can use the script natirips posted "as-is"
(just change the executable path :D)

_________________
wursti wrote:
Anime? wow thats that movies where 100 dicks come out of a monster?



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.20.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2380
Location: Solar System/≈Zagreb
-----tdm:  
nick: [Natirips]KrizoGon
skill: 1576.51
kills: 63066
deaths: 71167
ratio: 0.88
-----bomb:  
nick: Laziness
skill: 1453.78
kills: 3274
deaths: 3676
ratio: 0.89
-----ts:  
nick: [dswp]AimMe
skill: 1434.11
kills: 212
deaths: 215
ratio: 0.98
The simplest solution follows:

Save the file I've attached in your home folder. Open it with a text editor of your choice (Gedit, kate, nano, vi, mousepad, ...) and change the middle line to point to your favorite urt binary. Save. Open a treminal (Applications->Accessories->Terminal) and type:
Code:
. urt.txt
Your urt should start with gamma set to 2 now. When it ends, the gamma will return back to normal.

Complications follow:

1) If you want you can rename the file to "urt" (without the .txt at the end, I only added .txt so I can upload here) for your convinience.

2) If you want to be able to run it from the Run dialog (ALT+F2) do the following:
Open a terminal and type following:
Code:
cd ~
mkdir bin
gedit .bashrc

Use "kate" istead of "gedit" if you are on KDE, or "nano" if you want to do this through the terminal. In nano you save with CTRL+O and exit with CTRL+X.
Now at the end of the file add this line:
Code:
PATH=`echo $PATH:/home/natirips/bin`
(change "natirips" with your own user name).
Save and exit.
At this point you have a "bin" directory where you can put your own executables.

Now, to add urt to it open a terminal:
Code:
cd ~
mv urt.txt bin/urt
chmod +x bin/urt

Or "mv urt bin/urt" if you removed .txt before.

Now you can run it by typing "urt" at the console or at a Run dialog (ALT+F2). You can also make a menu entry, the command you'll need will be "urt".

3) If you don't like my gamma setting, open the file in a text editor and change the value (2 in my case) in the first line.

The value in the last line (1 in my case) restores (or technically sets back) the gamma (back) to normal (the one used for normal desktop).

4) You can add any extra arguments you need for launching UrT at the end of the middle line of the file.

5) Tell me what went wrong if anything went wrong. :D Or if you need any extra info.


You do not have the required permissions to view the files attached to this post.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips /
Image



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.20.10 
Offline
Gott
User avatar

Joined: 09.28.08
Posts: 2229
Location: Solar System
-----tdm:  
nick: [dswp]AimMe
skill: 1676.5
kills: 94164
deaths: 74025
ratio: 1.27
-----bomb:  
nick: Laziness
skill: 1453.78
kills: 3274
deaths: 3676
ratio: 0.89
-----ts:  
nick: [dswp]AimMe
skill: 1434.11
kills: 212
deaths: 215
ratio: 0.98
You might want to add mumble-overlay before your urban terror location, so:
Code:
mumble-overlay /your/urt/path/ioUrbanTerror.something

if you want to have mumble overlay, and didn't had it before (with just running urban terror).

_________________
Image



 


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX



voice server
tdm » dswp.de:22222
status: online
players: 5/45
map: ut4_uptown
 
bomb » dswp.de:22223
status: online
players: 0/12
map: ut4_harbortown
 
jump » dswp.de:22224
status: online
players: 0/10
map: ut4_train_dl1
 
team survivor » dswp.de:22225
status: online
players: 0/20
map: ut4_prague
 
siesta » dswp.de:22226
status: offline
btw test the new ajax serwer monitor here!
top 20 players


nameskillkills
RastaSkud1601.41404124
NormaSnockers1782.95356641
Hateyouall1601.33252483
Slevin.Kelevra1714.18189976
Wagner_Moura1562.9188001
Ham&Cheese1923.53181902
z0rn1608.41181016
[dswp]Ana1754.25177628
Goomba1710.31172531
Mad1684.29165635
sleepingsun1662.42162927
Zohan1611.07159737
ubercunt1634.93159240
[VR]Amantius1693.89155438
[dswp]Zottel1738.96151362
TG|Deviant1934.94148148
Graf_ZahlIII1683.66136671
ZEBRA(ESP)1598.25134104
DeletedUser0011537.41132992
marshallLaw1744.68128298