similar to: Problems setting gamma in a script

Displaying 20 results from an estimated 1000 matches similar to: "Problems setting gamma in a script"

2010 Oct 17
4
Question about gamma changing...
I need to know exactly how Wine tells the X server to change gamma settings... so gamma controls in games can work. Basically I need to know.. when a game has like a gamma adjust bar, and it moves... what specifically happens behind the scenes. I need to know this because right now Xquartz on Mac OS X does not support doing this at all, and I'd like to be able to add that ability into it...
2015 Apr 17
0
[ANNOUNCE] xgamma 1.0.6
xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension). This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups. It does not provide enough gamma radiation to mutate the user into a green-skinned giant who likes to smash things. Alan Coopersmith
2007 Aug 07
0
[ANNOUNCE] xgamma 1.0.2
Alan Coopersmith: renamed: .cvsignore -> .gitignore X.Org Bug #10616: xgamma man page describes how to print gamma poorly Change xgamma_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Replace COPYING stub with actual copyright/license info. Version bump: 1.0.2 git tag: xgamma-1.0.2
2001 May 17
2
Newsgroup or WineHQ?
I am new to Wine although I'm not new to Linux. I have posted a couple of bug reports at WineHQ. Then I noticed bug reports showing up here. Am I contacting the wrong place? I also submitted a patch for one of those bugs. Now I'm wondering if there is anybody at WineHQ to see that patch. Should I post my patch here? Also, I can open an ftp to winehq but then I can't cd to pub, or ls
2008 Apr 27
1
problem with size of array
+ > p2<-function(r){ + gama=0 + for(i in 1:1000){ + c=caminho[[4]] + for(i in 1:caminho[[3]]+1) { + c=c+caminho[[i+3]]*((r[i])^(i-1)) + d=(abs(c))*exp(-(x^2/2))} + gama=gama + ( d/(h(r[i])) ) } + return(gama)} > e3<-p2(r) OBS: r is a rnorm(1000,0,1) > caminho theta_chapeu f_estrela k a0 a1 a2 a3 1 3.2 1.2 3 2 1 4 5 > question i wanted gama to be
2011 May 06
3
Configuring Voicemail in Asterisk 1.8
Hi All; Already in the voicemail.conf file, I added the extension 500 and kindly find below my voicemail configuration: [Internal] 0 => 1234,Gama Operator,Operator at gama.com 500 => 1234,Operator,Operator at gama.com 501 => 1234,Employer Name,employer_email at gama.com 502 => 1234,Employer Name,employer_email at gama.com Asterisk version is 1.8 and currently I am getting this
2009 Sep 16
1
noise from decoded file
Hy, can anyone recognize that pixel noise in the playbackfile recorder file: http://www.megafileupload.com/en/file/135429/FMODTestRecording-wav.html playback file: http://www.megafileupload.com/en/file/135431/FMODTestPlayback-wav.html i have no idea what that is anymore. i try everything i know, from changing the way of copying data to different encode/decode algorithms the recorded file is
2009 Sep 14
2
noise from custom encoder/decoder
Hy, I'm totaly out of ideas now. here are links to the code I use. codec.cpp http://barvanjekode.gama.us/temp/1078354945.html codec.h http://barvanjekode.gama.us/temp/135707080.html Variables I use are: int samplerate 32000 uint quality 10 uint complexity = 2 I get that wierd noise after I use speex encoder/decoder. It's like there where empty spaces between each encoded
2009 Sep 02
3
voice sound like robot voice :)
hy, here is my speex encoder/decoder .. the sampleRate i use is 16000 and quality,complexity are at 5. can someone take a look in to the code and see if there is something that is making that robot voice here is a link to colored and numbered code, same as below http://barvanjekode.gama.us/temp/1257361243.html thanx. code ----------------------- #include "codec.h"
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
hy, recording and playback is working perfectly without speex. i have try to set samplerat from 6000 to 441000 and quality from 1 to 10 sam with complexy, but the best i can get is with 16000 samplerate, 5quality and 3complexy .. but still, the voice that came out is annoying, artificial, robot ,... Lp, Tim +--------------------------+ | email: rico at gama.us | | www: http://gama.us
2009 Apr 03
2
Geometric Brownian Motion Process with Jumps
Hi, I have been using maxLik to do some MLE of Geometric Brownian Motion Process and everything has been going fine, but know I have tried to do it with jumps. I have create a vector of jumps and then added this into my log-likelihood equation, know I am getting a message: NA in the initial gradient My codes is hear # n<-length(combinedlr) j<-c(1,2,3,4,5,6,7,8,9,10)
2006 Apr 29
3
Making R talk to Win/OpenBUGS in Linux (again)
I'm back! I've just learned that, on a fully updated Fedora Core Linux5 sytem, the working solution to access Winbugs under wine via the R package "rbugs" no longer works. Here was my last post on this topic (with the formerly working solution) from January. http://finzi.psych.upenn.edu/R/Rhelp02a/archive/68497.html Currently, what happens is that WinBUGS starts up, but just
2009 Apr 10
1
Re MLE Issues
Hi I have been having issue with a ML estimator for Jump diffusion process but know I am get little error I didn't notice before like I am try to create a vector > #GBMPJ MLE Combined Ph 1 LR > # > n<-length(combinedlrph1) > j<-c(1,2,3,4,5,6,7,8,9,10) Error in c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) : unused argument(s) (3, 4, 5, 6, 7, 8, 9, 10) >
2006 Jul 03
2
Login Engine & Functional Tests
Hello, I''m creating some functional tests form my controler, and most actions require login. I''m using login engine to manage the login functionalities. I would like to know how can I login a user in a functional test. This is, the first thing that I would like to do is to login a user. This way the response will return :success instead of :redirect. Thanks in advance. --
2006 Aug 02
1
WINEPATH disappeared?
About 5 months ago we looked at porting some of our custom inhouse applications to wine. We make heavy use of the PATH variable to set which dll's get used by our apps. I just installed the wine 0.9.16 redhat rpm and WINEPATH doesn't seem to work anymore. The only documentation I could find on it was this snippet from Dec 2002. RCS file: /home/wine/wine/documentation/running.sgml,v
2001 May 01
1
Wine and game The Realm
Hi all, Any ideas would be appreciated. Problem description, partial log, and config follow. TIA Kevin Trying to run a game called The Realm (which used to work fine before they updated the graphics to 16 bit My normal X is at 16-bit. I use Mandrake 7.1, kernel 2.4.3, XFree86 4.0.2, sawmill, KDE 1.1.2 and codeweavers preview 3. When starting the game I get a winedesktop window - black and
2010 Jan 09
2
Cant get Winebottler working... getting very frustrated!
Hi okay. I am running OSX 10.6.2 (Snow Leopard). I have X11 2.3.4 I have installed the latest WinebottlerCombo 1.1.35 (includes Wine) I have a pc file with .exe on the end it will put software into my mac version of DAZ Studio. I had this working when I had 10.5.8 installed, but then I had to go and mess things up. When I open my exe file the window opens up: You are about to install a Wine
2009 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source. I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did Code: $ aptitude remove wine and then followed the Wine + Git instructions. After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine. Then I
2004 May 27
4
extract columns using their names
Hello, Is there a way to extract multiple columns from a dataframe using their names instead of their numbers? Currently I use: data2 <- data1[, c(1,3,9)] And I am looking for something like data2 <- data1[, c("XX","YY","ZZ")] I use the same dataframe for many purposes, and I run codes that change the order of the columns every time. Many thanks, Adrian
2006 May 20
3
How long is winepath available?
Hello! Can someone provide me an estimate or relevant source of information on how long is command winepath available or from wich version of wine? I would need this as I work on some R[1] package R2WinBUGS[2] that calls a Windows program WinBUGS[3] and that program needs windows paths. Currently winepath or parsing of .wine/config is used and I wonder if I can remove fiddling with .wine/.config.