You are not logged in.

#1 2005-03-10 10:35:19

judfilm
Member
Registered: 2004-02-12
Posts: 229

[Req] Monica - a Monitor Calibration Tool - Gamma Adjustment

Hi, has anyone tried this app?

http://www.pcbypaul.com/linux/monica.html

"An easy way to get respectable color rendetion on your screen. Especially important to get a reasonable overall gamma setting, to make sure the basic "brightness" of your screen jibes with what others see... (the Internet sRGB standard gamma of 2.2)"

monica.jpg

Offline

#2 2005-03-12 02:55:30

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: [Req] Monica - a Monitor Calibration Tool - Gamma Adjustment

#Contributor: Simo Leone <neotuli(AT)gmail(DOT)com>
pkgname=monica
pkgver=2.2
pkgrel=1
pkgdesc="A Monitor Calibration Tool."
url="http://www.pcbypaul.com/linux/monica.html"
license=""
depends=('x-server')
makedepends=('fltk')
source=("http://www.pcbypaul.com/linux/packages/$pkgname-$pkgver.tar.bz2")

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
    mkdir -p $startdir/pkg/usr/bin
  make DESTINATION=$startdir/pkg/usr/bin install
}
# vim: ft=sh ts=2
md5sums=('92cdb7da34abcbb2bc2828290e050544')

I sort of tried it, it runs and appears to do what it claims. Try it out for yourself.


The suggestion box only accepts patches.

Offline

Board footer

Powered by FluxBB