search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 03.29.24

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Brightness
PostPosted: 05.18.10 
Offline
Ingame Mod
User avatar

Joined: 12.19.09
Posts: 806
Location: @Gauss:
-----tdm:  
nick: [dswp]Jan
skill: 330.877
kills: 220
deaths: 210
ratio: 1.04
-----bomb:  
nick: [dswp]Jan
skill: 664.203
Beginning: I reinstalled my Xubuntu but i kept my /home partition. So after clean install i just copied data back (dunno know if i run chmod -R user:user). When i launched UrT all setting were all right but my brightness (gamma) was low. When i tried to change it in System-... it just didnt change anything. :|
What i tried: 1) I run chmod -R
2) I tried setting r_ignorehwgamma to set it on 1 and back
3) I tried in UrT console r_gamma

So far i think nothing worked.. is it possible to reinstall without losing my authentication key?

Thx,



 


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

Joined: 01.24.09
Posts: 312
Location: Germany
xgamma -gamma <value>
in any console of your like ;)
(well excpect urban terrors :D)

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



 


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

Joined: 12.19.09
Posts: 806
Location: @Gauss:
-----tdm:  
nick: [dswp]Jan
skill: 330.877
kills: 220
deaths: 210
ratio: 1.04
-----bomb:  
nick: [dswp]Jan
skill: 664.203
Uh, i know i can set brightness on my computer, but i wanted to do it independently from my desktop.. yeah and btw i have newest ati driver..



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.18.10 
Offline
Godlike
User avatar

Joined: 09.28.08
Posts: 2318
Location: Solar System
eXtr33m wrote:
So far i think nothing worked.. is it possible to reinstall without losing my authentication key?


It it, but nobody likes to do that. Only if everything else fails....

_________________
Image



 


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

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
I do it this way:
Code:
natirips@nati-lap:~$ cat `which urt`
xgamma -gamma 2
/razno/igre/UrbanTerror/ioUrbanTerror.x86_64
xgamma -gamma 1
natirips@nati-lap:~$ which urt
/home/natirips/bin/urt
natirips@nati-lap:~$ tail .bashrc
#alias l='ls -CF'

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if &#91; -f /etc/bash_completion &#93;; then
    . /etc/bash_completion
fi

PATH=`echo $PATH:/home/natirips/bin`
natirips@nati-lap:~$
 
So I run urt as 'urt' either from Run dialog or a terminal.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.18.10 
Offline
Godlike
User avatar

Joined: 08.27.09
Posts: 746
Location: Zagreb, Croatia
-----tdm:  
nick: Zombie
skill: 1153.35
kills: 2521
deaths: 1384
ratio: 1.82
-----bomb:  
nick: Zombie
skill: 799.915
kills: 649
deaths: 361
ratio: 1.79
are you using 32bit or 64bit os? and is it karmic koala or lucid lynx?

i have same issues on 64bit lucid lynx. there is an optimized binary which works on 64bit ubuntu but has that prob with gamma... still didnt resolve it cause im lazy, its on the laptop and i game on a desktop, and i use winblows for gaming...
:D

_________________
Image <- got this from JRandomNoob



 


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

Joined: 12.19.09
Posts: 806
Location: @Gauss:
-----tdm:  
nick: [dswp]Jan
skill: 330.877
kills: 220
deaths: 210
ratio: 1.04
-----bomb:  
nick: [dswp]Jan
skill: 664.203
So far thx all..
Natirips: Is it some sort of script, and when the game is closed it will restore back gamma? That could be usefull.. 8-)
Cookie: EXACTLY! I have 64b and i upgraded from karmic to lucid and BAM! its not working..
I have a winblows too but not connected to the world for various reasons... :?



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.19.10 
Offline
Godlike
User avatar

Joined: 08.27.09
Posts: 746
Location: Zagreb, Croatia
-----tdm:  
nick: Zombie
skill: 1153.35
kills: 2521
deaths: 1384
ratio: 1.82
-----bomb:  
nick: Zombie
skill: 799.915
kills: 649
deaths: 361
ratio: 1.79
i suggest looking into this

_________________
Image <- got this from JRandomNoob



 


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

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
eXtr33m wrote:
Natirips: Is it some sort of script, and when the game is closed it will restore back gamma? That could be usefull.. 8-)
Yes, it's a (ba)sh script (Debian (and Ubuntu too) imply #!/bin/bash or so in an executable plain text file).

So I have a "bin" directory inside my home directory, and there is a file called "urt" there, that is executable. I also added that last line with $PATH into ~/.bashrc file (not sure if it is there on Ubuntu) so I can run it from anywhere.

The first line sets gamma to 2.0, the second line launches UrT (simply /path/to/your/binary/ioUrbanTerror.arch), and the third line restores gamma back to 1.0 (normally default value).

Here's what the script file looks like:
Code:
xgamma -gamma 2
/razno/igre/UrbanTerror/ioUrbanTerror.x86_64
xgamma -gamma 1
.


If you can't pimp your .bashrc or add ~/bin to your $PATH in any other way, you can start it as "~/bin/urt", or put it in your home folder and run as "~/urt" (both either from a terminal or from a Run dialog (ALT+F2)).

You could also put it into /usr/local/bin or something using sudo and/or su so it's in the default $PATH, so it can be run by any user.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
 Post subject: Re: Brightness
PostPosted: 05.19.10 
Offline
Godlike
User avatar

Joined: 10.14.08
Posts: 2006
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 472.479
kills: 532
deaths: 332
ratio: 1.60
~/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

_________________
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding



 


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


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
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1730.63418631
NormaSnockers1865.75400492
Zottel1760.8276378
make.them.suffer1846.17269872
>8v=1825.35230156
moon1777.56195615
sjas1692.49192315
peace1878.86190660
Wagner_Moura1562.9188001
Goomba1859.75182677
z0rn1608.41181016
Mad1803.76179124
[dswp]PLZ1847.85178516
Graf_ZahlIII1835.73167407
Zohan1611.07159737
ubercunt1634.93159240
Yarrr!1917.33156233
I_am_nOOb1909.64151268
Pandageddon1891.75148319
Pirat1664.08145798